.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-82cb4b1b-3534-4507-9be6-6dd0e85a2e63 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63 {
  
}
}@media (max-width: 767px){#s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63 {
  
}
}
.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-1ad74b39-3cc3-4e67-8e1d-b46f33e10515 {
  text-align: center;
}




  #s-1ad74b39-3cc3-4e67-8e1d-b46f33e10515 img.shogun-image {
    
    width: px;
  }


#s-1ad74b39-3cc3-4e67-8e1d-b46f33e10515 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b1a5b22c-ccfe-4767-b2d9-a9b5acc442ee {
  text-align: center;
}




  #s-b1a5b22c-ccfe-4767-b2d9-a9b5acc442ee img.shogun-image {
    
    width: px;
  }


#s-b1a5b22c-ccfe-4767-b2d9-a9b5acc442ee .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3d80b16b-7728-41c0-bf82-8e931d20932f {
  text-align: center;
}




  #s-3d80b16b-7728-41c0-bf82-8e931d20932f img.shogun-image {
    
    width: px;
  }


#s-3d80b16b-7728-41c0-bf82-8e931d20932f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-02c8e4c5-de70-42d2-8f25-d5daede903f9 {
  text-align: center;
}




  #s-02c8e4c5-de70-42d2-8f25-d5daede903f9 img.shogun-image {
    
    width: px;
  }


#s-02c8e4c5-de70-42d2-8f25-d5daede903f9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f3857006-467b-4f36-82ea-1ed563b4ccb1 {
  text-align: center;
}




  #s-f3857006-467b-4f36-82ea-1ed563b4ccb1 img.shogun-image {
    
    width: px;
  }


#s-f3857006-467b-4f36-82ea-1ed563b4ccb1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4d4ec863-950d-493d-ab7a-f476a6b63f5a {
  text-align: center;
}




  #s-4d4ec863-950d-493d-ab7a-f476a6b63f5a img.shogun-image {
    
    width: px;
  }


#s-4d4ec863-950d-493d-ab7a-f476a6b63f5a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3928332d-f26d-4e63-8c42-bbfeb6837787 {
  text-align: center;
}




  #s-3928332d-f26d-4e63-8c42-bbfeb6837787 img.shogun-image {
    
    width: px;
  }


#s-3928332d-f26d-4e63-8c42-bbfeb6837787 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-142538b5-d35c-4ed0-951c-a6b197eb200b {
  text-align: center;
}




  #s-142538b5-d35c-4ed0-951c-a6b197eb200b img.shogun-image {
    
    width: px;
  }


#s-142538b5-d35c-4ed0-951c-a6b197eb200b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-34c31a75-8e0e-4b62-8bfb-6a85bfe33dca {
  text-align: center;
}




  #s-34c31a75-8e0e-4b62-8bfb-6a85bfe33dca img.shogun-image {
    
    width: px;
  }


#s-34c31a75-8e0e-4b62-8bfb-6a85bfe33dca .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: 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;
}

#s-e22d53b8-b735-4d20-8536-336fc847bb4f {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e22d53b8-b735-4d20-8536-336fc847bb4f {
  display: none;
}
#s-e22d53b8-b735-4d20-8536-336fc847bb4f, #wrap-s-e22d53b8-b735-4d20-8536-336fc847bb4f { display:none !important; }}@media (max-width: 767px){#s-e22d53b8-b735-4d20-8536-336fc847bb4f {
  display: none;
}
#s-e22d53b8-b735-4d20-8536-336fc847bb4f, #wrap-s-e22d53b8-b735-4d20-8536-336fc847bb4f { display:none !important; }}
@media (min-width: 0px) {
[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-e22d53b8-b735-4d20-8536-336fc847bb4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-127ca5ba-207e-4479-b883-9f3ac691f765 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-127ca5ba-207e-4479-b883-9f3ac691f765 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dbfd1863-e0ec-422b-8d2e-8b24bce68ae6 {
  text-align: center;
}




  #s-dbfd1863-e0ec-422b-8d2e-8b24bce68ae6 img.shogun-image {
    
    width: px;
  }


#s-dbfd1863-e0ec-422b-8d2e-8b24bce68ae6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0c11fa62-acac-42a0-8245-8fdaf8c9c092 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c11fa62-acac-42a0-8245-8fdaf8c9c092 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4946b5ed-70ed-48f2-b95f-39f5f27d9553 {
  text-align: center;
}




  #s-4946b5ed-70ed-48f2-b95f-39f5f27d9553 img.shogun-image {
    
    width: px;
  }


#s-4946b5ed-70ed-48f2-b95f-39f5f27d9553 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0c887525-a70d-4627-9f22-065cbd8c4aa1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c887525-a70d-4627-9f22-065cbd8c4aa1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f32e4c30-4336-48b6-9710-9330df439f24 {
  text-align: left;
}




  #s-f32e4c30-4336-48b6-9710-9330df439f24 img.shogun-image {
    
    width: px;
  }


#s-f32e4c30-4336-48b6-9710-9330df439f24 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4b699706-53e8-44a9-a7c0-5a6811810dc7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b699706-53e8-44a9-a7c0-5a6811810dc7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b2d744a7-eac0-4dca-bbe9-9f401b286a34 {
  text-align: center;
}




  #s-b2d744a7-eac0-4dca-bbe9-9f401b286a34 img.shogun-image {
    
    width: px;
  }


#s-b2d744a7-eac0-4dca-bbe9-9f401b286a34 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8ee8e203-b74a-4d39-bcc8-ed9b3f33580d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8ee8e203-b74a-4d39-bcc8-ed9b3f33580d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: 0.75em;
  letter-spacing: ;
  text-align: center;
}



#s-3359e0c8-f6b0-4337-aed0-6384db0302bb {
  padding-top: 16px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-3359e0c8-f6b0-4337-aed0-6384db0302bb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-66ae73ef-95e2-4595-b51f-ec39c2860ee7 {
  min-height: 50px;
}








#s-66ae73ef-95e2-4595-b51f-ec39c2860ee7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66ae73ef-95e2-4595-b51f-ec39c2860ee7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-de26ef94-c294-4612-9d1b-eeea7ea94cc3 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-de26ef94-c294-4612-9d1b-eeea7ea94cc3 {
  display: none;
}
#s-de26ef94-c294-4612-9d1b-eeea7ea94cc3, #wrap-s-de26ef94-c294-4612-9d1b-eeea7ea94cc3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de26ef94-c294-4612-9d1b-eeea7ea94cc3 {
  display: none;
}
#s-de26ef94-c294-4612-9d1b-eeea7ea94cc3, #wrap-s-de26ef94-c294-4612-9d1b-eeea7ea94cc3 { display:none !important; }}
#s-de26ef94-c294-4612-9d1b-eeea7ea94cc3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: 0.75em;
  letter-spacing: ;
  text-align: center;
}



#s-47f5112d-fd6b-42e1-b59f-cff14ffdfb88 {
  padding-top: 16px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-47f5112d-fd6b-42e1-b59f-cff14ffdfb88 {
  display: none;
}
#s-47f5112d-fd6b-42e1-b59f-cff14ffdfb88, #wrap-s-47f5112d-fd6b-42e1-b59f-cff14ffdfb88 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47f5112d-fd6b-42e1-b59f-cff14ffdfb88 {
  display: none;
}
#s-47f5112d-fd6b-42e1-b59f-cff14ffdfb88, #wrap-s-47f5112d-fd6b-42e1-b59f-cff14ffdfb88 { display:none !important; }}
#s-47f5112d-fd6b-42e1-b59f-cff14ffdfb88 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c429f83b-569d-4857-9d53-17f2a8412e72 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c429f83b-569d-4857-9d53-17f2a8412e72 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b84d30a4-1b3b-443d-850b-ae77e3e87cd6 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b84d30a4-1b3b-443d-850b-ae77e3e87cd6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b51d0aa7-e422-4f86-a176-a03ab95be27a {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-57987b41-0440-40cd-906f-f997e4afd570 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-left: 0px;
min-height: 0px;
max-width: px;
text-align: center;
}


#s-57987b41-0440-40cd-906f-f997e4afd570 .shogun-image-overlay p {
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-57987b41-0440-40cd-906f-f997e4afd570 img.shogun-image {
    
    width: px;
  }


#s-57987b41-0440-40cd-906f-f997e4afd570 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-856281da-8044-433c-bdb0-2c4d7369cb50 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}


#s-856281da-8044-433c-bdb0-2c4d7369cb50 .shogun-image-overlay p {
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-856281da-8044-433c-bdb0-2c4d7369cb50 img.shogun-image {
    
    width: px;
  }


#s-856281da-8044-433c-bdb0-2c4d7369cb50 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e3673f66-e075-4111-8a08-8d1a13a6af93 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e95061a1-edbd-4d92-99cd-4a9239a67206 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-left: 0px;
min-height: 0px;
text-align: center;
}


#s-e95061a1-edbd-4d92-99cd-4a9239a67206 .shogun-image-overlay p {
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-e95061a1-edbd-4d92-99cd-4a9239a67206 img.shogun-image {
    
    width: px;
  }


#s-e95061a1-edbd-4d92-99cd-4a9239a67206 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2779ca7f-7d25-4a8e-a35e-23db37a6ec90 {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 0px;
text-align: center;
}


#s-2779ca7f-7d25-4a8e-a35e-23db37a6ec90 .shogun-image-overlay p {
  font-size: 43px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-2779ca7f-7d25-4a8e-a35e-23db37a6ec90 img.shogun-image {
    
    width: px;
  }


#s-2779ca7f-7d25-4a8e-a35e-23db37a6ec90 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e432046e-4736-42b6-9a8c-1f53f7b9ab59 {
  min-height: 25px;
}








#s-e432046e-4736-42b6-9a8c-1f53f7b9ab59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e432046e-4736-42b6-9a8c-1f53f7b9ab59.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-a4313cf3-dae1-4117-b706-6fd71ce61e2d {
  min-height: 25px;
}








#s-a4313cf3-dae1-4117-b706-6fd71ce61e2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4313cf3-dae1-4117-b706-6fd71ce61e2d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6b366302-4d8e-497b-9e76-bcb36c4e0e03 {
  min-height: 50px;
}








#s-6b366302-4d8e-497b-9e76-bcb36c4e0e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b366302-4d8e-497b-9e76-bcb36c4e0e03.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e412feca-513c-4cd2-9557-7ef3b86d772f {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e412feca-513c-4cd2-9557-7ef3b86d772f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-14739801-b868-4431-8a0b-3dc2d5a8e6b1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-14739801-b868-4431-8a0b-3dc2d5a8e6b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1a1b130c-68d6-4c6a-80fa-ea45e9d10907 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1a1b130c-68d6-4c6a-80fa-ea45e9d10907 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-1abbfa32-8869-4841-9821-4821df9ed2b0 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(23, 17, 17, 1);
text-decoration: none;
}
#s-1abbfa32-8869-4841-9821-4821df9ed2b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1abbfa32-8869-4841-9821-4821df9ed2b0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1abbfa32-8869-4841-9821-4821df9ed2b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}

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

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

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

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

#s-b2491a8f-ebb7-4b83-88c3-60f2f5e40765 {
  
}

#s-8781318b-8f4c-44f0-a5b2-b40f413d8d8d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8781318b-8f4c-44f0-a5b2-b40f413d8d8d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-546f823f-d5ea-4942-8898-5aa5a650dfda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-546f823f-d5ea-4942-8898-5aa5a650dfda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-546f823f-d5ea-4942-8898-5aa5a650dfda {
  display: none;
}
#s-546f823f-d5ea-4942-8898-5aa5a650dfda, #wrap-s-546f823f-d5ea-4942-8898-5aa5a650dfda { display:none !important; }}@media (max-width: 767px){#s-546f823f-d5ea-4942-8898-5aa5a650dfda {
  display: none;
}
#s-546f823f-d5ea-4942-8898-5aa5a650dfda, #wrap-s-546f823f-d5ea-4942-8898-5aa5a650dfda { display:none !important; }}
#s-546f823f-d5ea-4942-8898-5aa5a650dfda .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8486b755-e2fb-4457-a048-d149aaefca89 {
  padding-top: 0px;
padding-bottom: 75px;
text-align: center;
}


#s-8486b755-e2fb-4457-a048-d149aaefca89 .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-8486b755-e2fb-4457-a048-d149aaefca89 img.shogun-image {
    
    width: px;
  }


#s-8486b755-e2fb-4457-a048-d149aaefca89 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-1ff23b52-2741-42ac-8197-1af47c4ca042 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(247, 247, 247, 1);
}








#s-1ff23b52-2741-42ac-8197-1af47c4ca042 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ff23b52-2741-42ac-8197-1af47c4ca042.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d55de28d-0395-419e-b9b9-34a2637ea250 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d55de28d-0395-419e-b9b9-34a2637ea250 .shogun-heading-component h1 {
  color: rgba(172, 130, 83, 1);
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f750d31d-2483-4e49-92bf-2f99c58f2563 {
  margin-left: 50px;
margin-right: 50px;
}

#s-f750d31d-2483-4e49-92bf-2f99c58f2563 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.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;
}

#s-c25af647-45af-4ef7-996e-9991cc875ea1 {
  margin-left: 50px;
margin-right: 50px;
}

#s-1f305351-3d82-4862-88dc-b7f84c5f3c79 {
  background-image: url(https://i.shgcdn.com/9993eee0-a511-41ff-90eb-bf55f8ee7481/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-1f305351-3d82-4862-88dc-b7f84c5f3c79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f305351-3d82-4862-88dc-b7f84c5f3c79.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-93cd2bc6-f1ad-44a3-a37d-b5277cf83ae6 {
  min-height: 25px;
}








#s-93cd2bc6-f1ad-44a3-a37d-b5277cf83ae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93cd2bc6-f1ad-44a3-a37d-b5277cf83ae6.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-cd4c6e81-2de3-4d59-bd2a-0b5127a5fe56 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-cd4c6e81-2de3-4d59-bd2a-0b5127a5fe56 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-54266791-04ef-4ba2-b710-dd4babcb1c78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-54266791-04ef-4ba2-b710-dd4babcb1c78 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54266791-04ef-4ba2-b710-dd4babcb1c78 {
  display: none;
}
#s-54266791-04ef-4ba2-b710-dd4babcb1c78, #wrap-s-54266791-04ef-4ba2-b710-dd4babcb1c78 { display:none !important; }}@media (max-width: 767px){#s-54266791-04ef-4ba2-b710-dd4babcb1c78 {
  display: none;
}
#s-54266791-04ef-4ba2-b710-dd4babcb1c78, #wrap-s-54266791-04ef-4ba2-b710-dd4babcb1c78 { display:none !important; }}
#s-54266791-04ef-4ba2-b710-dd4babcb1c78 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ab431921-5c29-4b3b-b84f-3e42585e4991 {
  text-align: center;
}


#s-ab431921-5c29-4b3b-b84f-3e42585e4991 .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-ab431921-5c29-4b3b-b84f-3e42585e4991 img.shogun-image {
    
    width: px;
  }


#s-ab431921-5c29-4b3b-b84f-3e42585e4991 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb {
  padding-top: 30px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e74b55f8-a25e-48ad-ad3d-3a866d7adc43 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
text-align: center;
}


#s-e74b55f8-a25e-48ad-ad3d-3a866d7adc43 .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-e74b55f8-a25e-48ad-ad3d-3a866d7adc43 img.shogun-image {
    
    width: px;
  }


#s-e74b55f8-a25e-48ad-ad3d-3a866d7adc43 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a6f301fb-e430-4f03-aef4-3a63b044f51d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}


#s-a6f301fb-e430-4f03-aef4-3a63b044f51d .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-a6f301fb-e430-4f03-aef4-3a63b044f51d img.shogun-image {
    
    width: px;
  }


#s-a6f301fb-e430-4f03-aef4-3a63b044f51d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f422cca6-c640-47b6-ac66-cfc8d67f25a5 {
  padding-top: 15px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-736fdbd4-5af6-40ae-b8f2-bd052cd46edd {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
text-align: center;
}


#s-736fdbd4-5af6-40ae-b8f2-bd052cd46edd .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-736fdbd4-5af6-40ae-b8f2-bd052cd46edd img.shogun-image {
    
    width: px;
  }


#s-736fdbd4-5af6-40ae-b8f2-bd052cd46edd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-213f26ae-bf76-4931-acc7-38242d3a41d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}


#s-213f26ae-bf76-4931-acc7-38242d3a41d0 .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-213f26ae-bf76-4931-acc7-38242d3a41d0 img.shogun-image {
    
    width: px;
  }


#s-213f26ae-bf76-4931-acc7-38242d3a41d0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2a62f41d-eb93-4ffb-bbcb-4d0cdca41ef0 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-2a62f41d-eb93-4ffb-bbcb-4d0cdca41ef0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8ba3cd59-7c13-48fb-aabc-3a994c5e34d1 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-8ba3cd59-7c13-48fb-aabc-3a994c5e34d1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ba3cd59-7c13-48fb-aabc-3a994c5e34d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ba3cd59-7c13-48fb-aabc-3a994c5e34d1 {
  
}
}@media (max-width: 767px){#s-8ba3cd59-7c13-48fb-aabc-3a994c5e34d1 {
  
}
}







#s-8ba3cd59-7c13-48fb-aabc-3a994c5e34d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ba3cd59-7c13-48fb-aabc-3a994c5e34d1.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6c43917a-2b86-4ddc-a2e1-3d528ba2b299 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6c43917a-2b86-4ddc-a2e1-3d528ba2b299 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c43917a-2b86-4ddc-a2e1-3d528ba2b299 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c43917a-2b86-4ddc-a2e1-3d528ba2b299 {
  
}
}@media (max-width: 767px){#s-6c43917a-2b86-4ddc-a2e1-3d528ba2b299 {
  
}
}







#s-6c43917a-2b86-4ddc-a2e1-3d528ba2b299 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6c43917a-2b86-4ddc-a2e1-3d528ba2b299.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-190699e6-d68b-42b5-acaf-c46b8e7446a0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-190699e6-d68b-42b5-acaf-c46b8e7446a0"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-f0a3269b-57a5-4421-aad9-eb661dd45f91 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}








#s-f0a3269b-57a5-4421-aad9-eb661dd45f91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0a3269b-57a5-4421-aad9-eb661dd45f91.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-06e80db8-f4a5-470e-8418-9503a45e29c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06e80db8-f4a5-470e-8418-9503a45e29c6 .shogun-heading-component h1 {
  color: rgba(172, 130, 83, 1);
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-14d6aea3-f566-4832-a77a-5849c967d79b {
  margin-left: 50px;
margin-right: 50px;
}

#s-14d6aea3-f566-4832-a77a-5849c967d79b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-fd2efd72-16cf-44c4-9a13-495c8a89d155 {
  margin-left: 50px;
margin-right: 50px;
}

#s-a8286c6a-f66f-4371-a9c0-d3a3cfbe7cf8 {
  background-image: url(https://i.shgcdn.com/89430f77-9874-4b55-9f97-2f1e87ead381/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-a8286c6a-f66f-4371-a9c0-d3a3cfbe7cf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8286c6a-f66f-4371-a9c0-d3a3cfbe7cf8.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-eff1ca6a-91ac-45b5-ac98-bc24e35006c7 {
  padding-top: 6px;
padding-bottom: 6px;
}

#s-eff1ca6a-91ac-45b5-ac98-bc24e35006c7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e17d693a-a284-4884-9c0e-0f68ed7067bc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e17d693a-a284-4884-9c0e-0f68ed7067bc .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cd097d4e-7aa0-413d-97f1-ceb10a365550 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-cd097d4e-7aa0-413d-97f1-ceb10a365550 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd097d4e-7aa0-413d-97f1-ceb10a365550 {
  display: none;
}
#s-cd097d4e-7aa0-413d-97f1-ceb10a365550, #wrap-s-cd097d4e-7aa0-413d-97f1-ceb10a365550 { display:none !important; }}@media (max-width: 767px){#s-cd097d4e-7aa0-413d-97f1-ceb10a365550 {
  display: none;
}
#s-cd097d4e-7aa0-413d-97f1-ceb10a365550, #wrap-s-cd097d4e-7aa0-413d-97f1-ceb10a365550 { display:none !important; }}
#s-cd097d4e-7aa0-413d-97f1-ceb10a365550 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ac0d2778-9a63-4ed4-9765-1a1cadacf2a0 {
  text-align: center;
}


#s-ac0d2778-9a63-4ed4-9765-1a1cadacf2a0 .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-ac0d2778-9a63-4ed4-9765-1a1cadacf2a0 img.shogun-image {
    
    width: px;
  }


#s-ac0d2778-9a63-4ed4-9765-1a1cadacf2a0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d4459249-1706-4b01-98cc-87b6afb157b2 {
  padding-top: 30px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7cf7f000-7498-4cae-82e3-b152403d260a {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
text-align: center;
}


#s-7cf7f000-7498-4cae-82e3-b152403d260a .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-7cf7f000-7498-4cae-82e3-b152403d260a img.shogun-image {
    
    width: px;
  }


#s-7cf7f000-7498-4cae-82e3-b152403d260a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-37f678b0-b939-4113-a2b3-a8c8ca1301fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}


#s-37f678b0-b939-4113-a2b3-a8c8ca1301fb .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-37f678b0-b939-4113-a2b3-a8c8ca1301fb img.shogun-image {
    
    width: px;
  }


#s-37f678b0-b939-4113-a2b3-a8c8ca1301fb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f75c926e-bb95-4858-8402-68f3267be404 {
  padding-top: 15px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0897d986-c0d6-4931-b52e-c024092a1e9a {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
text-align: center;
}


#s-0897d986-c0d6-4931-b52e-c024092a1e9a .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-0897d986-c0d6-4931-b52e-c024092a1e9a img.shogun-image {
    
    width: px;
  }


#s-0897d986-c0d6-4931-b52e-c024092a1e9a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e8376372-686e-4483-8b79-0d05920220d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}


#s-e8376372-686e-4483-8b79-0d05920220d4 .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-e8376372-686e-4483-8b79-0d05920220d4 img.shogun-image {
    
    width: px;
  }


#s-e8376372-686e-4483-8b79-0d05920220d4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d94bed5b-2a32-47ca-809a-93d6ff4e796d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d94bed5b-2a32-47ca-809a-93d6ff4e796d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d94bed5b-2a32-47ca-809a-93d6ff4e796d .shogun-heading-component h1 a {
  color: #000;
}


#s-78b78760-3dfd-4088-8b03-e14c3db5ed79 {
  min-height: 200px;
}








#s-78b78760-3dfd-4088-8b03-e14c3db5ed79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78b78760-3dfd-4088-8b03-e14c3db5ed79.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

/*
  $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-f4a4b06f-1a76-4aee-80b8-e446b9283474 {
  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-f813c752-02d7-4438-b5e1-1994900809a9 {
  text-align: left;
}


.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 {
  max-width: 100%;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 .shg-image-zoom,
.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 {
  max-width: 100%;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 .shg-image-zoom,
.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 {
  max-width: 100%;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 .shg-image-zoom,
.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 {
  max-width: 100%;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 .shg-image-zoom,
.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 {
  max-width: 100%;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 .shg-image-zoom,
.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f813c752-02d7-4438-b5e1-1994900809a9 .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-91fcd6a0-5df3-40a4-be99-90f7367acb20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91fcd6a0-5df3-40a4-be99-90f7367acb20 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-eecc0c7b-9269-4fb3-830d-183ee019f3eb {
  text-align: left;
}

#s-eecc0c7b-9269-4fb3-830d-183ee019f3eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-eecc0c7b-9269-4fb3-830d-183ee019f3eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eecc0c7b-9269-4fb3-830d-183ee019f3eb .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-96b160f4-3d80-48f8-8ca1-fb1d54750b9a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-96b160f4-3d80-48f8-8ca1-fb1d54750b9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96b160f4-3d80-48f8-8ca1-fb1d54750b9a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96b160f4-3d80-48f8-8ca1-fb1d54750b9a {
  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-96b160f4-3d80-48f8-8ca1-fb1d54750b9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96b160f4-3d80-48f8-8ca1-fb1d54750b9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-96b160f4-3d80-48f8-8ca1-fb1d54750b9a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ea0f8358-dacc-4b29-a6c3-0f5bcb12b39d {
  display: none;
}
#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 {
  text-align: left;
}


.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 {
  max-width: 100%;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 .shg-image-zoom,
.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 {
  max-width: 100%;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 .shg-image-zoom,
.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 {
  max-width: 100%;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 .shg-image-zoom,
.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 {
  max-width: 100%;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 .shg-image-zoom,
.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 {
  max-width: 100%;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 .shg-image-zoom,
.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f4b6b00-3ace-4e16-acee-e6ff99a94110 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-249bd3bb-98fc-45b5-b66b-f2b4e0ce734d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-249bd3bb-98fc-45b5-b66b-f2b4e0ce734d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ee83a42a-3d89-447d-a9d6-ec6dcffa9dec {
  text-align: left;
}

#s-ee83a42a-3d89-447d-a9d6-ec6dcffa9dec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ee83a42a-3d89-447d-a9d6-ec6dcffa9dec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ee83a42a-3d89-447d-a9d6-ec6dcffa9dec .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-9f2bb522-3592-420a-8b57-72cd1bdc3fd7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-9f2bb522-3592-420a-8b57-72cd1bdc3fd7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f2bb522-3592-420a-8b57-72cd1bdc3fd7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f2bb522-3592-420a-8b57-72cd1bdc3fd7 {
  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-9f2bb522-3592-420a-8b57-72cd1bdc3fd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f2bb522-3592-420a-8b57-72cd1bdc3fd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9f2bb522-3592-420a-8b57-72cd1bdc3fd7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c4e92cae-a572-45ad-b82a-c2dcc5bf725f {
  display: none;
}
#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 {
  text-align: left;
}


.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 {
  max-width: 100%;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 .shg-image-zoom,
.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 {
  max-width: 100%;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 .shg-image-zoom,
.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 {
  max-width: 100%;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 .shg-image-zoom,
.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 {
  max-width: 100%;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 .shg-image-zoom,
.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 {
  max-width: 100%;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 .shg-image-zoom,
.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfa7060e-17ee-40ab-aba7-d3e5057118d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bcb9e58e-67fc-4002-a6ea-a5f2d7d407d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcb9e58e-67fc-4002-a6ea-a5f2d7d407d8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1dde1945-e89c-408a-9666-c87a2282c808 {
  text-align: left;
}

#s-1dde1945-e89c-408a-9666-c87a2282c808 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1dde1945-e89c-408a-9666-c87a2282c808 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1dde1945-e89c-408a-9666-c87a2282c808 .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-a379ecb1-0da3-4659-b0da-9f935efedaa7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-a379ecb1-0da3-4659-b0da-9f935efedaa7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a379ecb1-0da3-4659-b0da-9f935efedaa7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a379ecb1-0da3-4659-b0da-9f935efedaa7 {
  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-a379ecb1-0da3-4659-b0da-9f935efedaa7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a379ecb1-0da3-4659-b0da-9f935efedaa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a379ecb1-0da3-4659-b0da-9f935efedaa7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-31698c2f-7fe8-4d75-b6b9-bf65cda06fc2 {
  display: none;
}
#s-1a87eedc-9890-48fb-be95-8a22999e74e0 {
  text-align: left;
}


.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 {
  max-width: 100%;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 .shg-image-zoom,
.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 {
  max-width: 100%;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 .shg-image-zoom,
.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 {
  max-width: 100%;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 .shg-image-zoom,
.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 {
  max-width: 100%;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 .shg-image-zoom,
.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 {
  max-width: 100%;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 .shg-image-zoom,
.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a87eedc-9890-48fb-be95-8a22999e74e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a398e2d6-1a32-4e47-af1a-5c64722e6ac6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a398e2d6-1a32-4e47-af1a-5c64722e6ac6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-2dbdac30-53cb-4d15-a6c0-3a24746dc197 {
  text-align: left;
}

#s-2dbdac30-53cb-4d15-a6c0-3a24746dc197 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2dbdac30-53cb-4d15-a6c0-3a24746dc197 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2dbdac30-53cb-4d15-a6c0-3a24746dc197 .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-56cb9738-1754-4c2b-bff9-1be6c159c5ed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-56cb9738-1754-4c2b-bff9-1be6c159c5ed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-56cb9738-1754-4c2b-bff9-1be6c159c5ed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-56cb9738-1754-4c2b-bff9-1be6c159c5ed {
  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-56cb9738-1754-4c2b-bff9-1be6c159c5ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56cb9738-1754-4c2b-bff9-1be6c159c5ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-56cb9738-1754-4c2b-bff9-1be6c159c5ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-746b6ad9-ae6c-4ed8-93f7-a5deea1e762c {
  display: none;
}
#s-ad681c18-9aa7-4076-a028-e93b054604c8 {
  text-align: left;
}


.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 {
  max-width: 100%;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 .shg-image-zoom,
.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 {
  max-width: 100%;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 .shg-image-zoom,
.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 {
  max-width: 100%;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 .shg-image-zoom,
.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 {
  max-width: 100%;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 .shg-image-zoom,
.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 {
  max-width: 100%;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 .shg-image-zoom,
.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad681c18-9aa7-4076-a028-e93b054604c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-03b96ac6-96c3-4ecb-96ab-5c37add2a316 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03b96ac6-96c3-4ecb-96ab-5c37add2a316 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-2217b81b-0e25-4ab4-ae70-6c02af48f280 {
  text-align: left;
}

#s-2217b81b-0e25-4ab4-ae70-6c02af48f280 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2217b81b-0e25-4ab4-ae70-6c02af48f280 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2217b81b-0e25-4ab4-ae70-6c02af48f280 .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-1e584853-0e05-4f92-bb1e-629c879b8450 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-1e584853-0e05-4f92-bb1e-629c879b8450:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e584853-0e05-4f92-bb1e-629c879b8450:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1e584853-0e05-4f92-bb1e-629c879b8450 {
  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-1e584853-0e05-4f92-bb1e-629c879b8450.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e584853-0e05-4f92-bb1e-629c879b8450.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1e584853-0e05-4f92-bb1e-629c879b8450.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bfaaa898-6999-4dd8-840d-ee4c5890e318 {
  display: none;
}
#s-6eedac58-8170-4aec-8035-17235b39f3ed {
  text-align: left;
}


.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed {
  max-width: 100%;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed .shg-image-zoom,
.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed {
  max-width: 100%;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed .shg-image-zoom,
.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed {
  max-width: 100%;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed .shg-image-zoom,
.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed {
  max-width: 100%;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed .shg-image-zoom,
.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed {
  max-width: 100%;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed .shg-image-zoom,
.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eedac58-8170-4aec-8035-17235b39f3ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9af3792b-9835-4792-ac68-643c5daeab80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9af3792b-9835-4792-ac68-643c5daeab80 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b07f7124-3bc7-492a-b2ae-1aa3448fbb72 {
  text-align: left;
}

#s-b07f7124-3bc7-492a-b2ae-1aa3448fbb72 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b07f7124-3bc7-492a-b2ae-1aa3448fbb72 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b07f7124-3bc7-492a-b2ae-1aa3448fbb72 .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-61de1ee8-7621-4b5a-a707-7b99215d6e94 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-61de1ee8-7621-4b5a-a707-7b99215d6e94:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61de1ee8-7621-4b5a-a707-7b99215d6e94:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-61de1ee8-7621-4b5a-a707-7b99215d6e94 {
  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-61de1ee8-7621-4b5a-a707-7b99215d6e94.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61de1ee8-7621-4b5a-a707-7b99215d6e94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61de1ee8-7621-4b5a-a707-7b99215d6e94.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-efac3969-a175-466d-ae45-ba7b7b569d84 {
  display: none;
}
#s-340eda8d-cb68-478e-816f-e14e7ff0f21a {
  text-align: left;
}


.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a {
  max-width: 100%;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a .shg-image-zoom,
.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a {
  max-width: 100%;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a .shg-image-zoom,
.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a {
  max-width: 100%;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a .shg-image-zoom,
.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a {
  max-width: 100%;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a .shg-image-zoom,
.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a {
  max-width: 100%;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a .shg-image-zoom,
.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-340eda8d-cb68-478e-816f-e14e7ff0f21a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0de9e390-2ec0-49e7-8d5d-9084a0c73360 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0de9e390-2ec0-49e7-8d5d-9084a0c73360 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9f550b8b-733d-4c13-bedd-e820afd255d7 {
  text-align: left;
}

#s-9f550b8b-733d-4c13-bedd-e820afd255d7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9f550b8b-733d-4c13-bedd-e820afd255d7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9f550b8b-733d-4c13-bedd-e820afd255d7 .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-2b0c7f73-8f79-48b5-b881-9238b3e37e49 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-2b0c7f73-8f79-48b5-b881-9238b3e37e49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b0c7f73-8f79-48b5-b881-9238b3e37e49:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b0c7f73-8f79-48b5-b881-9238b3e37e49 {
  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-2b0c7f73-8f79-48b5-b881-9238b3e37e49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b0c7f73-8f79-48b5-b881-9238b3e37e49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b0c7f73-8f79-48b5-b881-9238b3e37e49.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e6346fae-f5a0-4c33-926a-f95083ef1dbf {
  display: none;
}
#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 {
  text-align: left;
}


.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 {
  max-width: 100%;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 .shg-image-zoom,
.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 {
  max-width: 100%;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 .shg-image-zoom,
.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 {
  max-width: 100%;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 .shg-image-zoom,
.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 {
  max-width: 100%;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 .shg-image-zoom,
.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 {
  max-width: 100%;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 .shg-image-zoom,
.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8098359-9c8f-4bf8-9a24-b787e62b6931 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c0cbb6ab-60cb-4aaa-86f3-49f93533dce3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0cbb6ab-60cb-4aaa-86f3-49f93533dce3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9ddd6132-b591-4a72-9f5e-e9792390fe17 {
  text-align: left;
}

#s-9ddd6132-b591-4a72-9f5e-e9792390fe17 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9ddd6132-b591-4a72-9f5e-e9792390fe17 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9ddd6132-b591-4a72-9f5e-e9792390fe17 .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-84e4a70e-14e7-455a-91cd-16b34e2f0b77 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-84e4a70e-14e7-455a-91cd-16b34e2f0b77:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84e4a70e-14e7-455a-91cd-16b34e2f0b77:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84e4a70e-14e7-455a-91cd-16b34e2f0b77 {
  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-84e4a70e-14e7-455a-91cd-16b34e2f0b77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84e4a70e-14e7-455a-91cd-16b34e2f0b77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-84e4a70e-14e7-455a-91cd-16b34e2f0b77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0484aa72-a8f6-4941-9b4a-f9a458d0a133 {
  display: none;
}
#s-72efd7dc-df27-4c23-afe8-c4746d315800 {
  text-align: left;
}


.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 {
  max-width: 100%;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 .shg-image-zoom,
.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 {
  max-width: 100%;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 .shg-image-zoom,
.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 {
  max-width: 100%;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 .shg-image-zoom,
.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 {
  max-width: 100%;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 .shg-image-zoom,
.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 {
  max-width: 100%;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 .shg-image-zoom,
.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72efd7dc-df27-4c23-afe8-c4746d315800 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f8573460-ccc5-48a2-9694-c065edfb9411 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8573460-ccc5-48a2-9694-c065edfb9411 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-70ae7596-64af-4e36-9ac5-ea1d2809440b {
  text-align: left;
}

#s-70ae7596-64af-4e36-9ac5-ea1d2809440b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-70ae7596-64af-4e36-9ac5-ea1d2809440b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-70ae7596-64af-4e36-9ac5-ea1d2809440b .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-f6ebe14d-8dbd-4e8a-b5c6-dfe5a3f10c08 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-f6ebe14d-8dbd-4e8a-b5c6-dfe5a3f10c08:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6ebe14d-8dbd-4e8a-b5c6-dfe5a3f10c08:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f6ebe14d-8dbd-4e8a-b5c6-dfe5a3f10c08 {
  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-f6ebe14d-8dbd-4e8a-b5c6-dfe5a3f10c08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6ebe14d-8dbd-4e8a-b5c6-dfe5a3f10c08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f6ebe14d-8dbd-4e8a-b5c6-dfe5a3f10c08.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-def3b918-248d-4406-b662-5381bdfb00f6 {
  display: none;
}
#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 {
  text-align: left;
}


.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 {
  max-width: 100%;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 .shg-image-zoom,
.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 {
  max-width: 100%;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 .shg-image-zoom,
.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 {
  max-width: 100%;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 .shg-image-zoom,
.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 {
  max-width: 100%;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 .shg-image-zoom,
.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 {
  max-width: 100%;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 .shg-image-zoom,
.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fc460b9-85d8-4a0b-a97e-86855691e8a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-76a01788-e37d-48ef-8e37-b9ce78d8cafb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76a01788-e37d-48ef-8e37-b9ce78d8cafb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-57ea1560-64ff-4912-9b07-726d4b97f79a {
  text-align: left;
}

#s-57ea1560-64ff-4912-9b07-726d4b97f79a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-57ea1560-64ff-4912-9b07-726d4b97f79a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-57ea1560-64ff-4912-9b07-726d4b97f79a .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-2ee777d2-3dcb-49a2-afa3-31fd1b9c38a1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-2ee777d2-3dcb-49a2-afa3-31fd1b9c38a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ee777d2-3dcb-49a2-afa3-31fd1b9c38a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ee777d2-3dcb-49a2-afa3-31fd1b9c38a1 {
  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-2ee777d2-3dcb-49a2-afa3-31fd1b9c38a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ee777d2-3dcb-49a2-afa3-31fd1b9c38a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2ee777d2-3dcb-49a2-afa3-31fd1b9c38a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-de9e922f-9bce-4b32-8fa0-77118c073d5c {
  display: none;
}
#s-303d3422-c849-42b9-9a69-b1e10a19ff53 {
  text-align: left;
}


.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 {
  max-width: 100%;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 .shg-image-zoom,
.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 {
  max-width: 100%;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 .shg-image-zoom,
.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 {
  max-width: 100%;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 .shg-image-zoom,
.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 {
  max-width: 100%;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 .shg-image-zoom,
.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 {
  max-width: 100%;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 .shg-image-zoom,
.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-303d3422-c849-42b9-9a69-b1e10a19ff53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-73282958-f836-45fe-a935-3e32f76cbf79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73282958-f836-45fe-a935-3e32f76cbf79 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-581dec65-f859-49fc-b650-899b597d0281 {
  text-align: left;
}

#s-581dec65-f859-49fc-b650-899b597d0281 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-581dec65-f859-49fc-b650-899b597d0281 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-581dec65-f859-49fc-b650-899b597d0281 .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-3b29f906-a2d2-42b8-bb40-39cc134b1fba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-3b29f906-a2d2-42b8-bb40-39cc134b1fba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b29f906-a2d2-42b8-bb40-39cc134b1fba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3b29f906-a2d2-42b8-bb40-39cc134b1fba {
  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-3b29f906-a2d2-42b8-bb40-39cc134b1fba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b29f906-a2d2-42b8-bb40-39cc134b1fba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3b29f906-a2d2-42b8-bb40-39cc134b1fba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f9a60bdd-7410-488d-a471-97a9b8c971ce {
  display: none;
}
#s-568e07af-73f9-4c59-a3b9-b124684f8eea {
  text-align: left;
}


.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea {
  max-width: 100%;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea .shg-image-zoom,
.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea {
  max-width: 100%;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea .shg-image-zoom,
.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea {
  max-width: 100%;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea .shg-image-zoom,
.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea {
  max-width: 100%;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea .shg-image-zoom,
.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea {
  max-width: 100%;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea .shg-image-zoom,
.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-568e07af-73f9-4c59-a3b9-b124684f8eea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d54760fb-8bdf-4b0d-85c1-66e2eb4c5494 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d54760fb-8bdf-4b0d-85c1-66e2eb4c5494 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d8bc6d6e-5af1-4a74-9178-c875c47db30e {
  text-align: left;
}

#s-d8bc6d6e-5af1-4a74-9178-c875c47db30e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d8bc6d6e-5af1-4a74-9178-c875c47db30e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d8bc6d6e-5af1-4a74-9178-c875c47db30e .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-880469bb-8362-4e85-9955-bd60c6bf52f6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-880469bb-8362-4e85-9955-bd60c6bf52f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-880469bb-8362-4e85-9955-bd60c6bf52f6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-880469bb-8362-4e85-9955-bd60c6bf52f6 {
  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-880469bb-8362-4e85-9955-bd60c6bf52f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-880469bb-8362-4e85-9955-bd60c6bf52f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-880469bb-8362-4e85-9955-bd60c6bf52f6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-afaf4365-13c8-452e-8936-457e54fcf36d {
  display: none;
}
#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c {
  text-align: left;
}


.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c {
  max-width: 100%;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c .shg-image-zoom,
.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c {
  max-width: 100%;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c .shg-image-zoom,
.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c {
  max-width: 100%;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c .shg-image-zoom,
.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c {
  max-width: 100%;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c .shg-image-zoom,
.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c {
  max-width: 100%;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c .shg-image-zoom,
.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfc52fa3-4f22-41f4-a5b3-f2877c66cf5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6f9497e0-e924-4992-830f-74a65117c0e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f9497e0-e924-4992-830f-74a65117c0e7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1ca87467-fb8e-4fff-a344-c3c2677af92a {
  text-align: left;
}

#s-1ca87467-fb8e-4fff-a344-c3c2677af92a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1ca87467-fb8e-4fff-a344-c3c2677af92a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1ca87467-fb8e-4fff-a344-c3c2677af92a .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-8d9b0950-713e-4760-981e-a8acfc9739ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-8d9b0950-713e-4760-981e-a8acfc9739ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d9b0950-713e-4760-981e-a8acfc9739ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d9b0950-713e-4760-981e-a8acfc9739ee {
  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-8d9b0950-713e-4760-981e-a8acfc9739ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d9b0950-713e-4760-981e-a8acfc9739ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d9b0950-713e-4760-981e-a8acfc9739ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c14a15ab-e903-4687-b046-64cd588b4ebe {
  display: none;
}
#s-046cec36-58a8-479f-8d97-67a19996dab9 {
  text-align: left;
}


.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 {
  max-width: 100%;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 .shg-image-zoom,
.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 {
  max-width: 100%;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 .shg-image-zoom,
.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 {
  max-width: 100%;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 .shg-image-zoom,
.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 {
  max-width: 100%;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 .shg-image-zoom,
.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 {
  max-width: 100%;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 .shg-image-zoom,
.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-046cec36-58a8-479f-8d97-67a19996dab9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e15667fb-8d40-4e86-ac0a-177d1de70d40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e15667fb-8d40-4e86-ac0a-177d1de70d40 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-fa5d93e1-978c-48e1-b1ee-e288ad98ceb3 {
  text-align: left;
}

#s-fa5d93e1-978c-48e1-b1ee-e288ad98ceb3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fa5d93e1-978c-48e1-b1ee-e288ad98ceb3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fa5d93e1-978c-48e1-b1ee-e288ad98ceb3 .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-e1ba4cc8-fd1a-42a6-aa9c-acc874b2d65e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-e1ba4cc8-fd1a-42a6-aa9c-acc874b2d65e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1ba4cc8-fd1a-42a6-aa9c-acc874b2d65e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e1ba4cc8-fd1a-42a6-aa9c-acc874b2d65e {
  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-e1ba4cc8-fd1a-42a6-aa9c-acc874b2d65e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1ba4cc8-fd1a-42a6-aa9c-acc874b2d65e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1ba4cc8-fd1a-42a6-aa9c-acc874b2d65e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-420644c8-b7fa-4405-bdea-b37692933cb8 {
  display: none;
}
#s-f58d705b-e882-43b6-a74b-1201719b8dc6 {
  text-align: left;
}


.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 {
  max-width: 100%;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 .shg-image-zoom,
.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 {
  max-width: 100%;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 .shg-image-zoom,
.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 {
  max-width: 100%;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 .shg-image-zoom,
.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 {
  max-width: 100%;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 .shg-image-zoom,
.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 {
  max-width: 100%;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 .shg-image-zoom,
.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f58d705b-e882-43b6-a74b-1201719b8dc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-84b416f9-d4f9-416e-ac34-83044429f9f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84b416f9-d4f9-416e-ac34-83044429f9f2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-7a13eafa-0382-4c31-bb2a-9faccabfe8d9 {
  text-align: left;
}

#s-7a13eafa-0382-4c31-bb2a-9faccabfe8d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7a13eafa-0382-4c31-bb2a-9faccabfe8d9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7a13eafa-0382-4c31-bb2a-9faccabfe8d9 .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-21587bdf-6d6a-4ab0-bc56-5c958bbad126 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-21587bdf-6d6a-4ab0-bc56-5c958bbad126:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21587bdf-6d6a-4ab0-bc56-5c958bbad126:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-21587bdf-6d6a-4ab0-bc56-5c958bbad126 {
  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-21587bdf-6d6a-4ab0-bc56-5c958bbad126.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21587bdf-6d6a-4ab0-bc56-5c958bbad126.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-21587bdf-6d6a-4ab0-bc56-5c958bbad126.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-24664917-26df-48aa-8aa9-a2bca905ff43 {
  display: none;
}
#s-729dde87-be86-4440-8523-41e910d47636 {
  text-align: left;
}


.shg-c#s-729dde87-be86-4440-8523-41e910d47636 {
  max-width: 100%;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 .shg-image-zoom,
.shg-c#s-729dde87-be86-4440-8523-41e910d47636 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-729dde87-be86-4440-8523-41e910d47636 {
  max-width: 100%;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 .shg-image-zoom,
.shg-c#s-729dde87-be86-4440-8523-41e910d47636 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-729dde87-be86-4440-8523-41e910d47636 {
  max-width: 100%;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 .shg-image-zoom,
.shg-c#s-729dde87-be86-4440-8523-41e910d47636 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-729dde87-be86-4440-8523-41e910d47636 {
  max-width: 100%;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 .shg-image-zoom,
.shg-c#s-729dde87-be86-4440-8523-41e910d47636 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-729dde87-be86-4440-8523-41e910d47636 {
  max-width: 100%;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 .shg-image-zoom,
.shg-c#s-729dde87-be86-4440-8523-41e910d47636 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-729dde87-be86-4440-8523-41e910d47636 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6bff801c-e0a0-4b06-bb4a-8fed5dc45c11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bff801c-e0a0-4b06-bb4a-8fed5dc45c11 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-cb17be5c-3a97-4fc9-8560-0d389facfdf2 {
  text-align: left;
}

#s-cb17be5c-3a97-4fc9-8560-0d389facfdf2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cb17be5c-3a97-4fc9-8560-0d389facfdf2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cb17be5c-3a97-4fc9-8560-0d389facfdf2 .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-80c8195c-b7a7-42ad-b5cc-8b44ca94790f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-80c8195c-b7a7-42ad-b5cc-8b44ca94790f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80c8195c-b7a7-42ad-b5cc-8b44ca94790f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-80c8195c-b7a7-42ad-b5cc-8b44ca94790f {
  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-80c8195c-b7a7-42ad-b5cc-8b44ca94790f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80c8195c-b7a7-42ad-b5cc-8b44ca94790f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80c8195c-b7a7-42ad-b5cc-8b44ca94790f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-825d1448-5daa-47d8-9661-195010c3ec72 {
  display: none;
}
#s-58850896-b38d-4afc-88f1-db53c40c0f89 {
  text-align: left;
}


.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 {
  max-width: 100%;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 .shg-image-zoom,
.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 {
  max-width: 100%;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 .shg-image-zoom,
.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 {
  max-width: 100%;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 .shg-image-zoom,
.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 {
  max-width: 100%;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 .shg-image-zoom,
.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 {
  max-width: 100%;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 .shg-image-zoom,
.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58850896-b38d-4afc-88f1-db53c40c0f89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-21128adc-00cc-424f-901f-1853a09cb7c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21128adc-00cc-424f-901f-1853a09cb7c3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-40be9098-7ee7-4d7a-a514-f2b036c95c9a {
  text-align: left;
}

#s-40be9098-7ee7-4d7a-a514-f2b036c95c9a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-40be9098-7ee7-4d7a-a514-f2b036c95c9a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-40be9098-7ee7-4d7a-a514-f2b036c95c9a .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-3429c59e-3905-4a07-b6ba-60fec9aa6e60 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-3429c59e-3905-4a07-b6ba-60fec9aa6e60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3429c59e-3905-4a07-b6ba-60fec9aa6e60:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3429c59e-3905-4a07-b6ba-60fec9aa6e60 {
  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-3429c59e-3905-4a07-b6ba-60fec9aa6e60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3429c59e-3905-4a07-b6ba-60fec9aa6e60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3429c59e-3905-4a07-b6ba-60fec9aa6e60.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a9a46978-4673-4587-b311-5e5bf8e83e4c {
  display: none;
}
#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 {
  text-align: left;
}


.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 {
  max-width: 100%;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 .shg-image-zoom,
.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 {
  max-width: 100%;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 .shg-image-zoom,
.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 {
  max-width: 100%;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 .shg-image-zoom,
.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 {
  max-width: 100%;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 .shg-image-zoom,
.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 {
  max-width: 100%;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 .shg-image-zoom,
.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7baed95-7d29-4c5a-90b4-4ee76b57f2c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5e2ea90c-1cc7-4a16-a666-fe51a2ca8c74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e2ea90c-1cc7-4a16-a666-fe51a2ca8c74 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-006fcdc0-a5b7-49f2-ad05-da8c7444ebae {
  text-align: left;
}

#s-006fcdc0-a5b7-49f2-ad05-da8c7444ebae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-006fcdc0-a5b7-49f2-ad05-da8c7444ebae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-006fcdc0-a5b7-49f2-ad05-da8c7444ebae .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-a9f7ee93-a673-4a1e-9fcd-d1e49947532f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-a9f7ee93-a673-4a1e-9fcd-d1e49947532f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9f7ee93-a673-4a1e-9fcd-d1e49947532f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9f7ee93-a673-4a1e-9fcd-d1e49947532f {
  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-a9f7ee93-a673-4a1e-9fcd-d1e49947532f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9f7ee93-a673-4a1e-9fcd-d1e49947532f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9f7ee93-a673-4a1e-9fcd-d1e49947532f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d652ca11-758f-4997-9206-6314a3d81b78 {
  display: none;
}
#s-85a42e94-cae7-4d61-b03d-5544d275f76c {
  text-align: left;
}


.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c {
  max-width: 100%;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c .shg-image-zoom,
.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c {
  max-width: 100%;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c .shg-image-zoom,
.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c {
  max-width: 100%;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c .shg-image-zoom,
.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c {
  max-width: 100%;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c .shg-image-zoom,
.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c {
  max-width: 100%;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c .shg-image-zoom,
.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-85a42e94-cae7-4d61-b03d-5544d275f76c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8385aa94-1768-48ce-89f6-49ac0ab78644 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8385aa94-1768-48ce-89f6-49ac0ab78644 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-c24c474d-5430-4da9-ba49-bc436c97a067 {
  text-align: left;
}

#s-c24c474d-5430-4da9-ba49-bc436c97a067 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c24c474d-5430-4da9-ba49-bc436c97a067 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c24c474d-5430-4da9-ba49-bc436c97a067 .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-4d7eab84-12e2-4b43-bb65-638d80cca349 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-4d7eab84-12e2-4b43-bb65-638d80cca349:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d7eab84-12e2-4b43-bb65-638d80cca349:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d7eab84-12e2-4b43-bb65-638d80cca349 {
  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-4d7eab84-12e2-4b43-bb65-638d80cca349.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d7eab84-12e2-4b43-bb65-638d80cca349.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4d7eab84-12e2-4b43-bb65-638d80cca349.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-81035a72-3750-4d71-a1e2-925cbb268616 {
  display: none;
}
#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 {
  text-align: left;
}


.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 {
  max-width: 100%;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 .shg-image-zoom,
.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 {
  max-width: 100%;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 .shg-image-zoom,
.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 {
  max-width: 100%;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 .shg-image-zoom,
.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 {
  max-width: 100%;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 .shg-image-zoom,
.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 {
  max-width: 100%;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 .shg-image-zoom,
.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-88acf0ea-8a4b-4992-9b16-79cd7c604530 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cd5907cd-42f9-4785-8cfb-94083eb67a6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd5907cd-42f9-4785-8cfb-94083eb67a6f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-eb2f7d12-54d0-4454-b812-69a92f84319c {
  text-align: left;
}

#s-eb2f7d12-54d0-4454-b812-69a92f84319c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-eb2f7d12-54d0-4454-b812-69a92f84319c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eb2f7d12-54d0-4454-b812-69a92f84319c .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-6c695a82-97bc-4e18-af96-c5bbc98e3f29 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-6c695a82-97bc-4e18-af96-c5bbc98e3f29:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c695a82-97bc-4e18-af96-c5bbc98e3f29:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c695a82-97bc-4e18-af96-c5bbc98e3f29 {
  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-6c695a82-97bc-4e18-af96-c5bbc98e3f29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c695a82-97bc-4e18-af96-c5bbc98e3f29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6c695a82-97bc-4e18-af96-c5bbc98e3f29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5aae23ff-cc17-4512-aa0c-df374b4fe660 {
  display: none;
}
#s-438f4998-7528-4ebc-a682-29a256e58bab {
  text-align: left;
}


.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab {
  max-width: 100%;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab .shg-image-zoom,
.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab {
  max-width: 100%;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab .shg-image-zoom,
.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab {
  max-width: 100%;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab .shg-image-zoom,
.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab {
  max-width: 100%;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab .shg-image-zoom,
.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab {
  max-width: 100%;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab .shg-image-zoom,
.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-438f4998-7528-4ebc-a682-29a256e58bab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e2abbf9c-6f87-4519-8058-679203f27f47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2abbf9c-6f87-4519-8058-679203f27f47 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-13a8f1fc-d788-49d2-9c73-ef5219ea194e {
  text-align: left;
}

#s-13a8f1fc-d788-49d2-9c73-ef5219ea194e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-13a8f1fc-d788-49d2-9c73-ef5219ea194e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-13a8f1fc-d788-49d2-9c73-ef5219ea194e .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-5ce0cb70-f84e-46b4-b129-949bc40aa30d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-5ce0cb70-f84e-46b4-b129-949bc40aa30d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ce0cb70-f84e-46b4-b129-949bc40aa30d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5ce0cb70-f84e-46b4-b129-949bc40aa30d {
  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-5ce0cb70-f84e-46b4-b129-949bc40aa30d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ce0cb70-f84e-46b4-b129-949bc40aa30d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5ce0cb70-f84e-46b4-b129-949bc40aa30d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee12982e-f84a-4bf0-b8b2-18693003e0e8 {
  display: none;
}
#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 {
  text-align: left;
}


.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 {
  max-width: 100%;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 .shg-image-zoom,
.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 {
  max-width: 100%;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 .shg-image-zoom,
.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 {
  max-width: 100%;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 .shg-image-zoom,
.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 {
  max-width: 100%;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 .shg-image-zoom,
.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 {
  max-width: 100%;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 .shg-image-zoom,
.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43c7f5fa-ce9e-4f4d-8d99-1abd88562b97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a38adf44-b3a1-45fd-aef9-476cee1ae841 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a38adf44-b3a1-45fd-aef9-476cee1ae841 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-aac24e56-e494-4c7f-9e5d-e8832d55e5c7 {
  text-align: left;
}

#s-aac24e56-e494-4c7f-9e5d-e8832d55e5c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-aac24e56-e494-4c7f-9e5d-e8832d55e5c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-aac24e56-e494-4c7f-9e5d-e8832d55e5c7 .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-dbd4a441-3947-4c91-906e-c695dda51752 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-dbd4a441-3947-4c91-906e-c695dda51752:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dbd4a441-3947-4c91-906e-c695dda51752:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dbd4a441-3947-4c91-906e-c695dda51752 {
  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-dbd4a441-3947-4c91-906e-c695dda51752.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbd4a441-3947-4c91-906e-c695dda51752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dbd4a441-3947-4c91-906e-c695dda51752.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2076e1c2-b7f7-44f3-83f9-4bc37b9d0f83 {
  display: none;
}
#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a {
  text-align: left;
}


.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a {
  max-width: 100%;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a .shg-image-zoom,
.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a {
  max-width: 100%;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a .shg-image-zoom,
.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a {
  max-width: 100%;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a .shg-image-zoom,
.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a {
  max-width: 100%;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a .shg-image-zoom,
.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a {
  max-width: 100%;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a .shg-image-zoom,
.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cad1ae4d-df12-42bc-b19b-650c9e6aa73a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8c0a5b3b-d601-4787-94fa-fb0709fbfb2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c0a5b3b-d601-4787-94fa-fb0709fbfb2d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-c75ef3b2-352b-453c-afc0-fd4f09d61cfa {
  text-align: left;
}

#s-c75ef3b2-352b-453c-afc0-fd4f09d61cfa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c75ef3b2-352b-453c-afc0-fd4f09d61cfa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c75ef3b2-352b-453c-afc0-fd4f09d61cfa .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-209e4881-d726-4088-a30e-b43011962807 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-209e4881-d726-4088-a30e-b43011962807:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-209e4881-d726-4088-a30e-b43011962807:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-209e4881-d726-4088-a30e-b43011962807 {
  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-209e4881-d726-4088-a30e-b43011962807.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-209e4881-d726-4088-a30e-b43011962807.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-209e4881-d726-4088-a30e-b43011962807.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5193628c-9cf6-457b-9e64-acdb3950dde2 {
  display: none;
}
#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 {
  text-align: left;
}


.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 {
  max-width: 100%;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 .shg-image-zoom,
.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 {
  max-width: 100%;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 .shg-image-zoom,
.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 {
  max-width: 100%;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 .shg-image-zoom,
.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 {
  max-width: 100%;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 .shg-image-zoom,
.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 {
  max-width: 100%;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 .shg-image-zoom,
.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8427a97c-fdab-4686-aa30-bf1ea6b95006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c167a249-a9ea-411e-88b3-5e8244caf6cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c167a249-a9ea-411e-88b3-5e8244caf6cc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8410ac19-d794-47a7-b37c-648e58db4c6c {
  text-align: left;
}

#s-8410ac19-d794-47a7-b37c-648e58db4c6c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8410ac19-d794-47a7-b37c-648e58db4c6c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8410ac19-d794-47a7-b37c-648e58db4c6c .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-8feb6808-decd-4a9e-b7f8-2d379f16d281 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-8feb6808-decd-4a9e-b7f8-2d379f16d281:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8feb6808-decd-4a9e-b7f8-2d379f16d281:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8feb6808-decd-4a9e-b7f8-2d379f16d281 {
  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-8feb6808-decd-4a9e-b7f8-2d379f16d281.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8feb6808-decd-4a9e-b7f8-2d379f16d281.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8feb6808-decd-4a9e-b7f8-2d379f16d281.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-81b64e7a-ece4-48a8-8cd9-7135dc537a10 {
  display: none;
}
#s-a5758d59-59e8-406e-8b89-33234e1e5af9 {
  text-align: left;
}


.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 {
  max-width: 100%;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 .shg-image-zoom,
.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 {
  max-width: 100%;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 .shg-image-zoom,
.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 {
  max-width: 100%;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 .shg-image-zoom,
.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 {
  max-width: 100%;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 .shg-image-zoom,
.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 {
  max-width: 100%;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 .shg-image-zoom,
.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5758d59-59e8-406e-8b89-33234e1e5af9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fe5415fb-ec29-4c05-963d-f38d56322380 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe5415fb-ec29-4c05-963d-f38d56322380 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0b098722-028c-4a84-9a5b-bc141da5993f {
  text-align: left;
}

#s-0b098722-028c-4a84-9a5b-bc141da5993f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0b098722-028c-4a84-9a5b-bc141da5993f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0b098722-028c-4a84-9a5b-bc141da5993f .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-6def566c-0148-4d0e-b1f2-af0ee9e67cd1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-6def566c-0148-4d0e-b1f2-af0ee9e67cd1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6def566c-0148-4d0e-b1f2-af0ee9e67cd1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6def566c-0148-4d0e-b1f2-af0ee9e67cd1 {
  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-6def566c-0148-4d0e-b1f2-af0ee9e67cd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6def566c-0148-4d0e-b1f2-af0ee9e67cd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6def566c-0148-4d0e-b1f2-af0ee9e67cd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1e972d75-7fe4-406d-9907-066bedbe6b24 {
  display: none;
}
#s-8b5c1336-5594-4244-a45e-2ee21c882048 {
  text-align: left;
}


.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 {
  max-width: 100%;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 .shg-image-zoom,
.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 {
  max-width: 100%;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 .shg-image-zoom,
.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 {
  max-width: 100%;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 .shg-image-zoom,
.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 {
  max-width: 100%;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 .shg-image-zoom,
.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 {
  max-width: 100%;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 .shg-image-zoom,
.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b5c1336-5594-4244-a45e-2ee21c882048 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d5021fce-fe41-4316-b981-70195ce18240 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5021fce-fe41-4316-b981-70195ce18240 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-85bc5d62-640f-42b7-8ea0-a32c194200b4 {
  text-align: left;
}

#s-85bc5d62-640f-42b7-8ea0-a32c194200b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-85bc5d62-640f-42b7-8ea0-a32c194200b4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-85bc5d62-640f-42b7-8ea0-a32c194200b4 .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-6f9e2756-2aa3-4d8e-8a5a-1366df3a9c3e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-6f9e2756-2aa3-4d8e-8a5a-1366df3a9c3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f9e2756-2aa3-4d8e-8a5a-1366df3a9c3e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6f9e2756-2aa3-4d8e-8a5a-1366df3a9c3e {
  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-6f9e2756-2aa3-4d8e-8a5a-1366df3a9c3e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f9e2756-2aa3-4d8e-8a5a-1366df3a9c3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6f9e2756-2aa3-4d8e-8a5a-1366df3a9c3e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bb84e4cd-c99b-4c37-b80d-46d327bfe52f {
  display: none;
}
#s-acac70ce-0b6b-4963-a3ac-12dd05549590 {
  text-align: left;
}


.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 {
  max-width: 100%;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 .shg-image-zoom,
.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 {
  max-width: 100%;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 .shg-image-zoom,
.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 {
  max-width: 100%;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 .shg-image-zoom,
.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 {
  max-width: 100%;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 .shg-image-zoom,
.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 {
  max-width: 100%;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 .shg-image-zoom,
.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acac70ce-0b6b-4963-a3ac-12dd05549590 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-266b465a-9bc7-474f-b0e0-6f277e3b81c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-266b465a-9bc7-474f-b0e0-6f277e3b81c0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9630e063-be76-4da8-adf5-2293b500babb {
  text-align: left;
}

#s-9630e063-be76-4da8-adf5-2293b500babb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9630e063-be76-4da8-adf5-2293b500babb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9630e063-be76-4da8-adf5-2293b500babb .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-e693db97-f665-4339-a034-ebb4aa3bf534 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-e693db97-f665-4339-a034-ebb4aa3bf534:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e693db97-f665-4339-a034-ebb4aa3bf534:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e693db97-f665-4339-a034-ebb4aa3bf534 {
  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-e693db97-f665-4339-a034-ebb4aa3bf534.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e693db97-f665-4339-a034-ebb4aa3bf534.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e693db97-f665-4339-a034-ebb4aa3bf534.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8f596d17-7ed8-497c-8142-d0d2d00c9005 {
  display: none;
}
#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d {
  text-align: left;
}


.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d {
  max-width: 100%;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d .shg-image-zoom,
.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d {
  max-width: 100%;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d .shg-image-zoom,
.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d {
  max-width: 100%;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d .shg-image-zoom,
.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d {
  max-width: 100%;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d .shg-image-zoom,
.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d {
  max-width: 100%;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d .shg-image-zoom,
.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7a4996b-86ce-4819-8058-22cd3ea36d9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-98accb96-a8ab-4812-bb3c-8914b78806c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98accb96-a8ab-4812-bb3c-8914b78806c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-6f7fb280-65c4-45b2-9148-5be6f0049afe {
  text-align: left;
}

#s-6f7fb280-65c4-45b2-9148-5be6f0049afe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6f7fb280-65c4-45b2-9148-5be6f0049afe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6f7fb280-65c4-45b2-9148-5be6f0049afe .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-d1abfaf1-2aa9-4b79-846d-0fdc9379ac47 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-d1abfaf1-2aa9-4b79-846d-0fdc9379ac47:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1abfaf1-2aa9-4b79-846d-0fdc9379ac47:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d1abfaf1-2aa9-4b79-846d-0fdc9379ac47 {
  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-d1abfaf1-2aa9-4b79-846d-0fdc9379ac47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1abfaf1-2aa9-4b79-846d-0fdc9379ac47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d1abfaf1-2aa9-4b79-846d-0fdc9379ac47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5f2110f3-e870-4226-96d2-d530311ee968 {
  display: none;
}
#s-97c56885-b03e-4de4-b440-1a8855b863ac {
  text-align: left;
}


.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac {
  max-width: 100%;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac .shg-image-zoom,
.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac {
  max-width: 100%;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac .shg-image-zoom,
.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac {
  max-width: 100%;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac .shg-image-zoom,
.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac {
  max-width: 100%;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac .shg-image-zoom,
.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac {
  max-width: 100%;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac .shg-image-zoom,
.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97c56885-b03e-4de4-b440-1a8855b863ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3e52f4a8-0dbe-4c9c-999a-8f25819b52e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e52f4a8-0dbe-4c9c-999a-8f25819b52e1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ce4df59d-6f7a-4295-8d4b-e00ec0b62e8e {
  text-align: left;
}

#s-ce4df59d-6f7a-4295-8d4b-e00ec0b62e8e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ce4df59d-6f7a-4295-8d4b-e00ec0b62e8e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ce4df59d-6f7a-4295-8d4b-e00ec0b62e8e .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-965cda20-9661-4267-8cb1-71ad43de1e2d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-965cda20-9661-4267-8cb1-71ad43de1e2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-965cda20-9661-4267-8cb1-71ad43de1e2d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-965cda20-9661-4267-8cb1-71ad43de1e2d {
  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-965cda20-9661-4267-8cb1-71ad43de1e2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-965cda20-9661-4267-8cb1-71ad43de1e2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-965cda20-9661-4267-8cb1-71ad43de1e2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9f16cf5f-5bbf-4a1e-930a-432a4fa6a2b1 {
  display: none;
}
#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 {
  text-align: left;
}


.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 {
  max-width: 100%;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 .shg-image-zoom,
.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 {
  max-width: 100%;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 .shg-image-zoom,
.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 {
  max-width: 100%;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 .shg-image-zoom,
.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 {
  max-width: 100%;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 .shg-image-zoom,
.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 {
  max-width: 100%;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 .shg-image-zoom,
.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61d2ab92-9e12-4c1d-9d57-336cd72f1e97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-846403b7-e5a1-42fd-8bd6-a511d9fe8a49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-846403b7-e5a1-42fd-8bd6-a511d9fe8a49 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-fff20818-8e23-4b14-a5f9-a897804d4e6b {
  text-align: left;
}

#s-fff20818-8e23-4b14-a5f9-a897804d4e6b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fff20818-8e23-4b14-a5f9-a897804d4e6b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fff20818-8e23-4b14-a5f9-a897804d4e6b .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-712cf60d-d4a3-4ec4-8469-3a823a49d963 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-712cf60d-d4a3-4ec4-8469-3a823a49d963:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-712cf60d-d4a3-4ec4-8469-3a823a49d963:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-712cf60d-d4a3-4ec4-8469-3a823a49d963 {
  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-712cf60d-d4a3-4ec4-8469-3a823a49d963.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-712cf60d-d4a3-4ec4-8469-3a823a49d963.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-712cf60d-d4a3-4ec4-8469-3a823a49d963.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7279a788-b592-426a-8145-e50669c84e59 {
  display: none;
}
#s-bf9d1a90-ffb9-4858-810c-401da804438b {
  text-align: left;
}


.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b {
  max-width: 100%;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b .shg-image-zoom,
.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b {
  max-width: 100%;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b .shg-image-zoom,
.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b {
  max-width: 100%;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b .shg-image-zoom,
.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b {
  max-width: 100%;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b .shg-image-zoom,
.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b {
  max-width: 100%;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b .shg-image-zoom,
.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf9d1a90-ffb9-4858-810c-401da804438b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b90fc5b5-6989-429c-bfea-db63e981aab5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b90fc5b5-6989-429c-bfea-db63e981aab5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-76fffa80-45e9-4878-8fcd-06f633be5a0b {
  text-align: left;
}

#s-76fffa80-45e9-4878-8fcd-06f633be5a0b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-76fffa80-45e9-4878-8fcd-06f633be5a0b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-76fffa80-45e9-4878-8fcd-06f633be5a0b .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-9105c50c-622b-4391-9f45-f929bc140d1f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-9105c50c-622b-4391-9f45-f929bc140d1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9105c50c-622b-4391-9f45-f929bc140d1f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9105c50c-622b-4391-9f45-f929bc140d1f {
  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-9105c50c-622b-4391-9f45-f929bc140d1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9105c50c-622b-4391-9f45-f929bc140d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9105c50c-622b-4391-9f45-f929bc140d1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2fb11867-8e1d-4ca4-9864-a141eec1468b {
  display: none;
}
#s-28d549b1-d88a-402e-8f49-cb82050cf446 {
  text-align: left;
}


.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 {
  max-width: 100%;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 .shg-image-zoom,
.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 {
  max-width: 100%;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 .shg-image-zoom,
.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 {
  max-width: 100%;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 .shg-image-zoom,
.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 {
  max-width: 100%;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 .shg-image-zoom,
.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 {
  max-width: 100%;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 .shg-image-zoom,
.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28d549b1-d88a-402e-8f49-cb82050cf446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8e18c8c8-8daa-45eb-81f8-ea4225950be6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e18c8c8-8daa-45eb-81f8-ea4225950be6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b9ba7a57-6656-4ba3-83f3-0e9e3f04dc8f {
  text-align: left;
}

#s-b9ba7a57-6656-4ba3-83f3-0e9e3f04dc8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b9ba7a57-6656-4ba3-83f3-0e9e3f04dc8f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b9ba7a57-6656-4ba3-83f3-0e9e3f04dc8f .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-0dc6ad24-86cd-469a-af28-eaf95f945a88 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-0dc6ad24-86cd-469a-af28-eaf95f945a88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0dc6ad24-86cd-469a-af28-eaf95f945a88:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0dc6ad24-86cd-469a-af28-eaf95f945a88 {
  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-0dc6ad24-86cd-469a-af28-eaf95f945a88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0dc6ad24-86cd-469a-af28-eaf95f945a88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0dc6ad24-86cd-469a-af28-eaf95f945a88.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-439fbc47-210a-4c10-92e9-745d127e9dc8 {
  display: none;
}
#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 {
  text-align: left;
}


.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 {
  max-width: 100%;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 .shg-image-zoom,
.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 {
  max-width: 100%;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 .shg-image-zoom,
.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 {
  max-width: 100%;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 .shg-image-zoom,
.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 {
  max-width: 100%;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 .shg-image-zoom,
.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 {
  max-width: 100%;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 .shg-image-zoom,
.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93ab3ddb-21d6-4b76-9e4b-faeae74f45f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-296205f0-5300-4d20-bb40-0e594398c38a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-296205f0-5300-4d20-bb40-0e594398c38a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d0d275c4-4d55-4861-8faf-c178d459ee98 {
  text-align: left;
}

#s-d0d275c4-4d55-4861-8faf-c178d459ee98 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d0d275c4-4d55-4861-8faf-c178d459ee98 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d0d275c4-4d55-4861-8faf-c178d459ee98 .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-9a71dffc-03b9-4128-b3c7-5d3504c87507 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-9a71dffc-03b9-4128-b3c7-5d3504c87507:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a71dffc-03b9-4128-b3c7-5d3504c87507:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a71dffc-03b9-4128-b3c7-5d3504c87507 {
  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-9a71dffc-03b9-4128-b3c7-5d3504c87507.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a71dffc-03b9-4128-b3c7-5d3504c87507.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9a71dffc-03b9-4128-b3c7-5d3504c87507.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7f06d1b0-4408-419b-acb6-0d193a7aa41a {
  display: none;
}
#s-64bbc201-195a-48c3-9ce1-0967fc5a468a {
  text-align: left;
}


.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a {
  max-width: 100%;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a .shg-image-zoom,
.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a {
  max-width: 100%;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a .shg-image-zoom,
.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a {
  max-width: 100%;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a .shg-image-zoom,
.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a {
  max-width: 100%;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a .shg-image-zoom,
.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a {
  max-width: 100%;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a .shg-image-zoom,
.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64bbc201-195a-48c3-9ce1-0967fc5a468a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2dbdde00-125e-449c-bb87-557c4079fa0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2dbdde00-125e-449c-bb87-557c4079fa0a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-73618091-a33a-466b-8c80-4b95751e5dd5 {
  text-align: left;
}

#s-73618091-a33a-466b-8c80-4b95751e5dd5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-73618091-a33a-466b-8c80-4b95751e5dd5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-73618091-a33a-466b-8c80-4b95751e5dd5 .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-89598344-dbae-4ba8-ac0b-7259558db0d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-89598344-dbae-4ba8-ac0b-7259558db0d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89598344-dbae-4ba8-ac0b-7259558db0d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89598344-dbae-4ba8-ac0b-7259558db0d5 {
  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-89598344-dbae-4ba8-ac0b-7259558db0d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89598344-dbae-4ba8-ac0b-7259558db0d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-89598344-dbae-4ba8-ac0b-7259558db0d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-082710a8-0ba5-4711-b60c-8f91f6d235b0 {
  display: none;
}
#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 {
  text-align: left;
}


.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 {
  max-width: 100%;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 .shg-image-zoom,
.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 {
  max-width: 100%;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 .shg-image-zoom,
.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 {
  max-width: 100%;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 .shg-image-zoom,
.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 {
  max-width: 100%;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 .shg-image-zoom,
.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 {
  max-width: 100%;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 .shg-image-zoom,
.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5b77546-06ac-4c68-8ff7-1238b97ed578 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7834ce02-144c-48d9-b668-b54979c4e3c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7834ce02-144c-48d9-b668-b54979c4e3c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b0a5fda7-f4bd-473f-a2ca-893005229d30 {
  text-align: left;
}

#s-b0a5fda7-f4bd-473f-a2ca-893005229d30 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b0a5fda7-f4bd-473f-a2ca-893005229d30 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b0a5fda7-f4bd-473f-a2ca-893005229d30 .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-b89b1fba-8daf-4709-84d0-3916fd67c69e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-b89b1fba-8daf-4709-84d0-3916fd67c69e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b89b1fba-8daf-4709-84d0-3916fd67c69e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b89b1fba-8daf-4709-84d0-3916fd67c69e {
  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-b89b1fba-8daf-4709-84d0-3916fd67c69e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b89b1fba-8daf-4709-84d0-3916fd67c69e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b89b1fba-8daf-4709-84d0-3916fd67c69e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ebb780c1-bc78-412d-b06a-377ac882d18d {
  display: none;
}
#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 {
  text-align: left;
}


.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 {
  max-width: 100%;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 .shg-image-zoom,
.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 {
  max-width: 100%;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 .shg-image-zoom,
.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 {
  max-width: 100%;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 .shg-image-zoom,
.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 {
  max-width: 100%;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 .shg-image-zoom,
.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 {
  max-width: 100%;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 .shg-image-zoom,
.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eadc2e5c-62e1-4732-bdbf-750f081d22f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e7b0a5b2-f0af-4f77-883d-3a91d15b52ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7b0a5b2-f0af-4f77-883d-3a91d15b52ed .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b2672832-9109-42d7-838a-e432143d40a8 {
  text-align: left;
}

#s-b2672832-9109-42d7-838a-e432143d40a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b2672832-9109-42d7-838a-e432143d40a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b2672832-9109-42d7-838a-e432143d40a8 .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-849d5e76-3087-4675-b9c6-f032fb1162bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-849d5e76-3087-4675-b9c6-f032fb1162bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-849d5e76-3087-4675-b9c6-f032fb1162bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-849d5e76-3087-4675-b9c6-f032fb1162bf {
  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-849d5e76-3087-4675-b9c6-f032fb1162bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-849d5e76-3087-4675-b9c6-f032fb1162bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-849d5e76-3087-4675-b9c6-f032fb1162bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4c1cd274-e34b-4c06-8ae7-8a3b9e84c4f4 {
  display: none;
}
#s-67016ddd-35ef-4817-b937-5df4c3cdde66 {
  text-align: left;
}


.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 {
  max-width: 100%;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 .shg-image-zoom,
.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 {
  max-width: 100%;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 .shg-image-zoom,
.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 {
  max-width: 100%;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 .shg-image-zoom,
.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 {
  max-width: 100%;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 .shg-image-zoom,
.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 {
  max-width: 100%;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 .shg-image-zoom,
.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67016ddd-35ef-4817-b937-5df4c3cdde66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ab832766-ab44-4200-9dcd-7661bc4e2658 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab832766-ab44-4200-9dcd-7661bc4e2658 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1f26c2d6-293d-4aeb-82d5-8103a7b09fe6 {
  text-align: left;
}

#s-1f26c2d6-293d-4aeb-82d5-8103a7b09fe6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1f26c2d6-293d-4aeb-82d5-8103a7b09fe6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1f26c2d6-293d-4aeb-82d5-8103a7b09fe6 .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-d11b0796-db2a-4770-b3a2-a9125768d6e7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-d11b0796-db2a-4770-b3a2-a9125768d6e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d11b0796-db2a-4770-b3a2-a9125768d6e7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d11b0796-db2a-4770-b3a2-a9125768d6e7 {
  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-d11b0796-db2a-4770-b3a2-a9125768d6e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d11b0796-db2a-4770-b3a2-a9125768d6e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d11b0796-db2a-4770-b3a2-a9125768d6e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7e07cb6f-a9ca-4a77-b317-890c90c27ea2 {
  display: none;
}
#s-811d738b-330c-4318-b82d-74dab4dd3a69 {
  text-align: left;
}


.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 {
  max-width: 100%;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 .shg-image-zoom,
.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 {
  max-width: 100%;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 .shg-image-zoom,
.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 {
  max-width: 100%;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 .shg-image-zoom,
.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 {
  max-width: 100%;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 .shg-image-zoom,
.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 {
  max-width: 100%;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 .shg-image-zoom,
.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-811d738b-330c-4318-b82d-74dab4dd3a69 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-293d4928-9047-4724-b13c-f322582005cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-293d4928-9047-4724-b13c-f322582005cf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ea157d8e-efd6-4d81-ba49-217799f3208b {
  text-align: left;
}

#s-ea157d8e-efd6-4d81-ba49-217799f3208b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ea157d8e-efd6-4d81-ba49-217799f3208b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ea157d8e-efd6-4d81-ba49-217799f3208b .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-b52d1a13-1be9-43d2-a439-d5011d170da1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-b52d1a13-1be9-43d2-a439-d5011d170da1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b52d1a13-1be9-43d2-a439-d5011d170da1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b52d1a13-1be9-43d2-a439-d5011d170da1 {
  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-b52d1a13-1be9-43d2-a439-d5011d170da1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b52d1a13-1be9-43d2-a439-d5011d170da1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b52d1a13-1be9-43d2-a439-d5011d170da1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c17cb0aa-6fc4-4738-9085-e7b8a40fec25 {
  display: none;
}
#s-70d950cc-731e-4d43-9145-00866720935a {
  text-align: left;
}


.shg-c#s-70d950cc-731e-4d43-9145-00866720935a {
  max-width: 100%;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a .shg-image-zoom,
.shg-c#s-70d950cc-731e-4d43-9145-00866720935a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-70d950cc-731e-4d43-9145-00866720935a {
  max-width: 100%;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a .shg-image-zoom,
.shg-c#s-70d950cc-731e-4d43-9145-00866720935a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-70d950cc-731e-4d43-9145-00866720935a {
  max-width: 100%;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a .shg-image-zoom,
.shg-c#s-70d950cc-731e-4d43-9145-00866720935a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-70d950cc-731e-4d43-9145-00866720935a {
  max-width: 100%;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a .shg-image-zoom,
.shg-c#s-70d950cc-731e-4d43-9145-00866720935a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-70d950cc-731e-4d43-9145-00866720935a {
  max-width: 100%;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a .shg-image-zoom,
.shg-c#s-70d950cc-731e-4d43-9145-00866720935a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70d950cc-731e-4d43-9145-00866720935a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-32e5c5ed-8590-48a8-9253-e5ff4899da64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32e5c5ed-8590-48a8-9253-e5ff4899da64 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-a47ecd81-c559-4bd1-ad83-cee83d078de3 {
  text-align: left;
}

#s-a47ecd81-c559-4bd1-ad83-cee83d078de3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a47ecd81-c559-4bd1-ad83-cee83d078de3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a47ecd81-c559-4bd1-ad83-cee83d078de3 .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-3707df8c-d279-408b-9224-2e5628504c63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-3707df8c-d279-408b-9224-2e5628504c63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3707df8c-d279-408b-9224-2e5628504c63:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3707df8c-d279-408b-9224-2e5628504c63 {
  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-3707df8c-d279-408b-9224-2e5628504c63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3707df8c-d279-408b-9224-2e5628504c63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3707df8c-d279-408b-9224-2e5628504c63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aae230a3-d8a1-4ce2-b557-e5470cc3d40e {
  display: none;
}
#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c {
  text-align: left;
}


.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c {
  max-width: 100%;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c .shg-image-zoom,
.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c {
  max-width: 100%;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c .shg-image-zoom,
.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c {
  max-width: 100%;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c .shg-image-zoom,
.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c {
  max-width: 100%;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c .shg-image-zoom,
.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c {
  max-width: 100%;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c .shg-image-zoom,
.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f62bcd4d-0459-4544-a4ef-cdb7f10ddb8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d594058e-6775-40ed-aead-fdadc9782592 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d594058e-6775-40ed-aead-fdadc9782592 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-62b63481-422c-4fed-80f2-481096966c1c {
  text-align: left;
}

#s-62b63481-422c-4fed-80f2-481096966c1c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-62b63481-422c-4fed-80f2-481096966c1c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-62b63481-422c-4fed-80f2-481096966c1c .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-43645c52-74e2-42e3-8897-4e0922a398ac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-43645c52-74e2-42e3-8897-4e0922a398ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-43645c52-74e2-42e3-8897-4e0922a398ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-43645c52-74e2-42e3-8897-4e0922a398ac {
  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-43645c52-74e2-42e3-8897-4e0922a398ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-43645c52-74e2-42e3-8897-4e0922a398ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-43645c52-74e2-42e3-8897-4e0922a398ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4f05f8c5-7558-44d5-bff4-2b33f1823904 {
  display: none;
}
#s-9b644686-f17c-419c-8da7-ab66b93d30d9 {
  text-align: left;
}


.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 {
  max-width: 100%;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 .shg-image-zoom,
.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 {
  max-width: 100%;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 .shg-image-zoom,
.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 {
  max-width: 100%;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 .shg-image-zoom,
.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 {
  max-width: 100%;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 .shg-image-zoom,
.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 {
  max-width: 100%;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 .shg-image-zoom,
.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b644686-f17c-419c-8da7-ab66b93d30d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-55e97ac5-50e1-4990-b710-aa3730724700 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55e97ac5-50e1-4990-b710-aa3730724700 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-a009436c-f5ec-403a-b39f-c446845cd3c9 {
  text-align: left;
}

#s-a009436c-f5ec-403a-b39f-c446845cd3c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a009436c-f5ec-403a-b39f-c446845cd3c9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a009436c-f5ec-403a-b39f-c446845cd3c9 .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-ecdf5664-26df-46b3-b8c5-ab4e9ca6a551 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-ecdf5664-26df-46b3-b8c5-ab4e9ca6a551:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ecdf5664-26df-46b3-b8c5-ab4e9ca6a551:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ecdf5664-26df-46b3-b8c5-ab4e9ca6a551 {
  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-ecdf5664-26df-46b3-b8c5-ab4e9ca6a551.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ecdf5664-26df-46b3-b8c5-ab4e9ca6a551.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ecdf5664-26df-46b3-b8c5-ab4e9ca6a551.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e19c9a91-223a-43e4-a718-78b105cf65e9 {
  display: none;
}
#s-652aebed-f3a6-4147-8315-c77c5b2aba89 {
  text-align: left;
}


.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 {
  max-width: 100%;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 .shg-image-zoom,
.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 {
  max-width: 100%;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 .shg-image-zoom,
.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 {
  max-width: 100%;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 .shg-image-zoom,
.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 {
  max-width: 100%;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 .shg-image-zoom,
.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 {
  max-width: 100%;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 .shg-image-zoom,
.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-652aebed-f3a6-4147-8315-c77c5b2aba89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-faacce16-0f30-483d-b21c-bfd52f6ec249 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faacce16-0f30-483d-b21c-bfd52f6ec249 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9ca5e5ef-6070-476a-a011-47706c7122a6 {
  text-align: left;
}

#s-9ca5e5ef-6070-476a-a011-47706c7122a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9ca5e5ef-6070-476a-a011-47706c7122a6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9ca5e5ef-6070-476a-a011-47706c7122a6 .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-d4fd78a1-0e9c-478f-b211-559c86cdce20 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-d4fd78a1-0e9c-478f-b211-559c86cdce20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4fd78a1-0e9c-478f-b211-559c86cdce20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4fd78a1-0e9c-478f-b211-559c86cdce20 {
  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-d4fd78a1-0e9c-478f-b211-559c86cdce20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4fd78a1-0e9c-478f-b211-559c86cdce20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d4fd78a1-0e9c-478f-b211-559c86cdce20.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0dd4068d-1ee9-46dc-995d-019b21fe50b8 {
  display: none;
}
#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a {
  text-align: left;
}


.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a {
  max-width: 100%;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a .shg-image-zoom,
.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a {
  max-width: 100%;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a .shg-image-zoom,
.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a {
  max-width: 100%;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a .shg-image-zoom,
.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a {
  max-width: 100%;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a .shg-image-zoom,
.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a {
  max-width: 100%;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a .shg-image-zoom,
.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c032a88-faa6-4bd8-8cf0-089e5dcc087a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-27a63d94-721b-4514-b9d3-428ed3bf06c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27a63d94-721b-4514-b9d3-428ed3bf06c2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-15a196cc-cb81-4c81-b22f-e6f936fa7ef1 {
  text-align: left;
}

#s-15a196cc-cb81-4c81-b22f-e6f936fa7ef1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-15a196cc-cb81-4c81-b22f-e6f936fa7ef1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-15a196cc-cb81-4c81-b22f-e6f936fa7ef1 .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-052cd05c-1032-4281-b4bd-1657e87dd189 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-052cd05c-1032-4281-b4bd-1657e87dd189:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-052cd05c-1032-4281-b4bd-1657e87dd189:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-052cd05c-1032-4281-b4bd-1657e87dd189 {
  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-052cd05c-1032-4281-b4bd-1657e87dd189.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-052cd05c-1032-4281-b4bd-1657e87dd189.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-052cd05c-1032-4281-b4bd-1657e87dd189.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6ca22db4-5400-4ff0-a7ae-cd75c2a9f396 {
  display: none;
}
#s-0ecad405-6308-4141-b75b-47c63a9f4d79 {
  text-align: left;
}


.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 {
  max-width: 100%;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 .shg-image-zoom,
.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 {
  max-width: 100%;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 .shg-image-zoom,
.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 {
  max-width: 100%;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 .shg-image-zoom,
.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 {
  max-width: 100%;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 .shg-image-zoom,
.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 {
  max-width: 100%;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 .shg-image-zoom,
.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ecad405-6308-4141-b75b-47c63a9f4d79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-eefd4e0e-47b8-477b-b148-5f92f48d3733 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eefd4e0e-47b8-477b-b148-5f92f48d3733 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-46bdd231-48f2-4138-9cb3-bf1d075e3bcf {
  text-align: left;
}

#s-46bdd231-48f2-4138-9cb3-bf1d075e3bcf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-46bdd231-48f2-4138-9cb3-bf1d075e3bcf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-46bdd231-48f2-4138-9cb3-bf1d075e3bcf .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-638adfb1-4da9-4653-8727-5f8c878224d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-638adfb1-4da9-4653-8727-5f8c878224d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-638adfb1-4da9-4653-8727-5f8c878224d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-638adfb1-4da9-4653-8727-5f8c878224d9 {
  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-638adfb1-4da9-4653-8727-5f8c878224d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-638adfb1-4da9-4653-8727-5f8c878224d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-638adfb1-4da9-4653-8727-5f8c878224d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



/*
  $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;
}
