.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-c99a7710-c230-45ee-bd45-b25207551b02 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 51, 45, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-31d82a4a-f06e-4958-98a1-fa44686829b7 {
  text-align: center;
}





#s-31d82a4a-f06e-4958-98a1-fa44686829b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d4cc4b9-db4c-452d-88cd-7d88bb8d498f {
  text-align: center;
}




  #s-4d4cc4b9-db4c-452d-88cd-7d88bb8d498f img.shogun-image {
    
    width: px;
  }


#s-4d4cc4b9-db4c-452d-88cd-7d88bb8d498f .shogun-image-content {
  
    align-items: center;
  
}

#s-78162d5c-b0eb-46a9-807f-d7e43fd02f51 {
  text-align: center;
}




  #s-78162d5c-b0eb-46a9-807f-d7e43fd02f51 img.shogun-image {
    
    width: px;
  }


#s-78162d5c-b0eb-46a9-807f-d7e43fd02f51 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dd4024d-00a3-4af9-b21c-772f70a44570 {
  text-align: center;
}




  #s-4dd4024d-00a3-4af9-b21c-772f70a44570 img.shogun-image {
    
    width: px;
  }


#s-4dd4024d-00a3-4af9-b21c-772f70a44570 .shogun-image-content {
  
    align-items: center;
  
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content 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-fe6b336a-1187-476a-94b6-a7eb297162c7 {
  margin-top: 160px;
}
@media (max-width: 767px){#s-fe6b336a-1187-476a-94b6-a7eb297162c7 {
  display: none;
}
#s-fe6b336a-1187-476a-94b6-a7eb297162c7, #wrap-s-fe6b336a-1187-476a-94b6-a7eb297162c7 { display:none !important; }}
.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-55f96674-5ed8-4ade-8d87-88f3fa3bf1db {
  margin-top: 30px;
margin-right: 490px;
padding-top: 12px;
padding-left: 35px;
padding-bottom: 12px;
padding-right: 35px;
border-radius: 2px;
text-align: center;
background-color: rgba(228, 51, 45, 1);
text-decoration: none;
}
#s-55f96674-5ed8-4ade-8d87-88f3fa3bf1db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55f96674-5ed8-4ade-8d87-88f3fa3bf1db:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-55f96674-5ed8-4ade-8d87-88f3fa3bf1db {
  display: none;
}
#s-55f96674-5ed8-4ade-8d87-88f3fa3bf1db, #wrap-s-55f96674-5ed8-4ade-8d87-88f3fa3bf1db { display:none !important; }}


#s-55f96674-5ed8-4ade-8d87-88f3fa3bf1db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

.shg-box-vertical-align-bottom {
  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-5e9e7c82-d0d2-4c42-8027-59c837242c07 {
  background-attachment: fixed;
border-style: solid;
margin-top: 60px;
margin-left: -20px;
margin-right: -20px;
padding-top: -px;
padding-left: 18px;
padding-bottom: -px;
padding-right: 18px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 51, 45, 1);
min-height: 300px;
}








#s-5e9e7c82-d0d2-4c42-8027-59c837242c07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e9e7c82-d0d2-4c42-8027-59c837242c07.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
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-c292cc88-10a1-4c91-8258-3fbe00c3e961 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -50px;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c292cc88-10a1-4c91-8258-3fbe00c3e961"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-40940115-b0ba-499e-bf98-3c9f81f69a42 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
#s-40940115-b0ba-499e-bf98-3c9f81f69a42:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(228, 51, 45, 1) !important;}



  #s-40940115-b0ba-499e-bf98-3c9f81f69a42 img.shogun-image {
    
    width: px;
  }


#s-40940115-b0ba-499e-bf98-3c9f81f69a42 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #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-ede29b97-96aa-41dc-ad07-ab6c2f5f10b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ede29b97-96aa-41dc-ad07-ab6c2f5f10b1 .shogun-heading-component h2 {
  color: rgba(228, 51, 45, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7fa285fd-a6e3-4ea7-af10-87b4470c6657 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
text-align: center;
}
#s-7fa285fd-a6e3-4ea7-af10-87b4470c6657:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(228, 51, 45, 1) !important;}



  #s-7fa285fd-a6e3-4ea7-af10-87b4470c6657 img.shogun-image {
    
    width: px;
  }


#s-7fa285fd-a6e3-4ea7-af10-87b4470c6657 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2df75dc-35c7-48e3-be94-63b3269cbb6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2df75dc-35c7-48e3-be94-63b3269cbb6c .shogun-heading-component h2 {
  color: rgba(228, 51, 45, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-de312752-2ca7-41f3-a1c7-85a3a10bec92 {
  text-align: center;
}
#s-de312752-2ca7-41f3-a1c7-85a3a10bec92:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(228, 51, 45, 1) !important;}



  #s-de312752-2ca7-41f3-a1c7-85a3a10bec92 img.shogun-image {
    
    width: px;
  }


#s-de312752-2ca7-41f3-a1c7-85a3a10bec92 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae391544-7260-4b61-a555-554d30303b9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae391544-7260-4b61-a555-554d30303b9d .shogun-heading-component h2 {
  color: rgba(228, 51, 45, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5d10ec26-210d-4cc9-ad70-cf4314f8a42c {
  background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-right: -20px;
padding-top: -px;
padding-bottom: -px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 51, 45, 1);
min-height: 300px;
}
@media (min-width: 1200px){#s-5d10ec26-210d-4cc9-ad70-cf4314f8a42c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d10ec26-210d-4cc9-ad70-cf4314f8a42c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d10ec26-210d-4cc9-ad70-cf4314f8a42c {
  
}
}@media (max-width: 767px){#s-5d10ec26-210d-4cc9-ad70-cf4314f8a42c {
  
}
}







#s-5d10ec26-210d-4cc9-ad70-cf4314f8a42c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d10ec26-210d-4cc9-ad70-cf4314f8a42c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9fd9a10d-352e-4df3-922b-4b07cffaf0db {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 01px;
border-right-width: 0px;
border-color: rgba(228, 51, 45, 1);
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-9fd9a10d-352e-4df3-922b-4b07cffaf0db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9fd9a10d-352e-4df3-922b-4b07cffaf0db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9fd9a10d-352e-4df3-922b-4b07cffaf0db {
  
}
}@media (max-width: 767px){#s-9fd9a10d-352e-4df3-922b-4b07cffaf0db {
  
}
}







#s-9fd9a10d-352e-4df3-922b-4b07cffaf0db > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-9fd9a10d-352e-4df3-922b-4b07cffaf0db.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fe857cfc-1124-4fc4-a935-0900c5614b97 {
  border-style: solid;
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(228, 51, 45, 1);
}

@media (min-width: 0px) {
[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fe857cfc-1124-4fc4-a935-0900c5614b97"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-013883b8-d4d0-445f-bf1a-b89655ff267c {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-013883b8-d4d0-445f-bf1a-b89655ff267c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-013883b8-d4d0-445f-bf1a-b89655ff267c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-013883b8-d4d0-445f-bf1a-b89655ff267c {
  
}
}@media (max-width: 767px){#s-013883b8-d4d0-445f-bf1a-b89655ff267c {
  
}
}
#s-74872dfb-950a-4891-964e-80f20c689ce4 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-74872dfb-950a-4891-964e-80f20c689ce4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74872dfb-950a-4891-964e-80f20c689ce4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74872dfb-950a-4891-964e-80f20c689ce4 {
  
}
}@media (max-width: 767px){#s-74872dfb-950a-4891-964e-80f20c689ce4 {
  
}
}
#s-74872dfb-950a-4891-964e-80f20c689ce4 .shogun-heading-component h1 {
  color: rgba(228, 51, 45, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3c9ff81d-ff76-459d-9b14-f417f20cd9fc {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-3c9ff81d-ff76-459d-9b14-f417f20cd9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c9ff81d-ff76-459d-9b14-f417f20cd9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c9ff81d-ff76-459d-9b14-f417f20cd9fc {
  
}
}@media (max-width: 767px){#s-3c9ff81d-ff76-459d-9b14-f417f20cd9fc {
  
}
}
#s-bcdec8bd-86cb-4053-97dd-1cb13269102f {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-ed95043e-c93d-4acf-8b7f-73780469ccc3 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 12px;
padding-left: 35px;
padding-bottom: 12px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(228, 51, 45, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-ed95043e-c93d-4acf-8b7f-73780469ccc3:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(46, 53, 59, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-ed95043e-c93d-4acf-8b7f-73780469ccc3:active {background-color: rgba(232, 0, 51, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ed95043e-c93d-4acf-8b7f-73780469ccc3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed95043e-c93d-4acf-8b7f-73780469ccc3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed95043e-c93d-4acf-8b7f-73780469ccc3 {
  
}
}@media (max-width: 767px){#s-ed95043e-c93d-4acf-8b7f-73780469ccc3 {
  
}
}


#s-ed95043e-c93d-4acf-8b7f-73780469ccc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-502000f8-3a91-47c5-88cc-384ac1065d58 {
  margin-top: 160px;
margin-left: 0px;
margin-bottom: 160px;
margin-right: 0px;
text-align: center;
}




  #s-502000f8-3a91-47c5-88cc-384ac1065d58 img.shogun-image {
    
    width: px;
  }


#s-502000f8-3a91-47c5-88cc-384ac1065d58 .shogun-image-content {
  
    align-items: center;
  
}

#s-64fa472b-2184-4772-9783-50d7856852bf {
  background-attachment: fixed;
padding-top: 0px;
padding-bottom: 0px;
min-height: 300px;
}








#s-64fa472b-2184-4772-9783-50d7856852bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64fa472b-2184-4772-9783-50d7856852bf.shg-box.shg-c {
  justify-content: center;
}

#s-f0fb4b2f-a501-4866-9c4b-73edc30d3367 {
  background-attachment: fixed;
min-height: 50px;
background-color: rgba(228, 51, 45, 1);
}
@media (min-width: 1200px){#s-f0fb4b2f-a501-4866-9c4b-73edc30d3367 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0fb4b2f-a501-4866-9c4b-73edc30d3367 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0fb4b2f-a501-4866-9c4b-73edc30d3367 {
  
}
}@media (max-width: 767px){#s-f0fb4b2f-a501-4866-9c4b-73edc30d3367 {
  
}
}







#s-f0fb4b2f-a501-4866-9c4b-73edc30d3367 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0fb4b2f-a501-4866-9c4b-73edc30d3367.shg-box.shg-c {
  justify-content: flex-start;
}

#s-edf71493-8179-4016-9cb3-94bb2725598f {
  background-attachment: fixed;
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(244, 247, 249, 1);
}
@media (min-width: 1200px){#s-edf71493-8179-4016-9cb3-94bb2725598f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edf71493-8179-4016-9cb3-94bb2725598f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-edf71493-8179-4016-9cb3-94bb2725598f {
  
}
}@media (max-width: 767px){#s-edf71493-8179-4016-9cb3-94bb2725598f {
  
}
}







#s-edf71493-8179-4016-9cb3-94bb2725598f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-edf71493-8179-4016-9cb3-94bb2725598f.shg-box.shg-c {
  justify-content: center;
}

#s-9395a173-38d3-4676-b635-63f77aad0709 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9395a173-38d3-4676-b635-63f77aad0709"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-470e1fa7-0fcf-4750-8076-94249abbcfef {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-470e1fa7-0fcf-4750-8076-94249abbcfef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-470e1fa7-0fcf-4750-8076-94249abbcfef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3456293a-d5c6-4608-ba62-f025abe978e7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-3456293a-d5c6-4608-ba62-f025abe978e7 .shogun-icon-wrapper {
  text-align: left;
}


#s-3456293a-d5c6-4608-ba62-f025abe978e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(228, 51, 45, 1);
}

#s-8b7c6cd3-9cff-4457-81ec-75cf17c439e5 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b7c6cd3-9cff-4457-81ec-75cf17c439e5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-78f60aa9-9163-41ea-9d52-2b2d6fe7c8b7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-83e0ee67-14a1-47b3-8dc2-5006e79bfb2f {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-83e0ee67-14a1-47b3-8dc2-5006e79bfb2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83e0ee67-14a1-47b3-8dc2-5006e79bfb2f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8bcac446-eabc-4345-85c2-1419906cd81d {
  margin-left: 20px;
margin-right: 20px;
}

#s-8bcac446-eabc-4345-85c2-1419906cd81d .shogun-icon-wrapper {
  text-align: left;
}


#s-8bcac446-eabc-4345-85c2-1419906cd81d .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(228, 51, 45, 1);
}

#s-74539e83-e07e-4eeb-aa30-010c4a59ac48 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-74539e83-e07e-4eeb-aa30-010c4a59ac48 .shogun-heading-component h1 {
  color: rgba(11, 11, 11, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1e31e6fb-7593-428b-b926-1253b5db5a98 {
  margin-left: 20px;
margin-right: 20px;
}

#s-81ac539c-857b-4024-aab5-a4dc40d82e8d {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-81ac539c-857b-4024-aab5-a4dc40d82e8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81ac539c-857b-4024-aab5-a4dc40d82e8d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3bdfa44e-e2f0-416b-8489-66280fa7c2b9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-3bdfa44e-e2f0-416b-8489-66280fa7c2b9 .shogun-icon-wrapper {
  text-align: left;
}


#s-3bdfa44e-e2f0-416b-8489-66280fa7c2b9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(228, 51, 45, 1);
}

#s-3f3463c9-24b2-46ab-9e79-fe2f1d3bb808 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3f3463c9-24b2-46ab-9e79-fe2f1d3bb808 .shogun-heading-component h1 {
  color: rgba(11, 11, 11, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-19ec0ca9-d17b-4f94-9942-818fe64644ce {
  margin-left: 20px;
margin-right: 20px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-705d416e-1266-4cad-ac51-e1bf5c0f2363 {
  
}

#s-705d416e-1266-4cad-ac51-e1bf5c0f2363 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-705d416e-1266-4cad-ac51-e1bf5c0f2363 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-705d416e-1266-4cad-ac51-e1bf5c0f2363 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(228, 51, 45, 1);
}

#s-705d416e-1266-4cad-ac51-e1bf5c0f2363 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-705d416e-1266-4cad-ac51-e1bf5c0f2363 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(228, 51, 45, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: 800;
  font-style: ;
  font-size: 32px;
}

#s-705d416e-1266-4cad-ac51-e1bf5c0f2363 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

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

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

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-d3ed0af9-edb2-4299-826d-1eb9adea2cad {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
}

#s-10ae47db-4ef7-49fd-a36c-9ac8802d693f {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
}

#s-10ae47db-4ef7-49fd-a36c-9ac8802d693f {
  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;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a {
  text-align: center;
}


.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a {
  max-width: 100%;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a .shg-image-zoom,
.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a {
  max-width: 100%;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a .shg-image-zoom,
.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a {
  max-width: 100%;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a .shg-image-zoom,
.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a {
  max-width: 100%;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a .shg-image-zoom,
.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a {
  max-width: 100%;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a .shg-image-zoom,
.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-e0377d3a-f187-42f0-b3ae-8bbb402ecf3a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.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-0c665a3c-55e1-4c93-b87f-35382b18e6e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c665a3c-55e1-4c93-b87f-35382b18e6e8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-d33bb3a3-17da-4b13-9e3d-8f7631d80b06 {
  text-align: center;
}

#s-d33bb3a3-17da-4b13-9e3d-8f7631d80b06 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d33bb3a3-17da-4b13-9e3d-8f7631d80b06 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d33bb3a3-17da-4b13-9e3d-8f7631d80b06 .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;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

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

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-6ce59abb-a7a8-4088-b2fd-0e7ecea13d32 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(228, 51, 45, 1);
}
#s-6ce59abb-a7a8-4088-b2fd-0e7ecea13d32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ce59abb-a7a8-4088-b2fd-0e7ecea13d32:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ce59abb-a7a8-4088-b2fd-0e7ecea13d32 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ce59abb-a7a8-4088-b2fd-0e7ecea13d32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ce59abb-a7a8-4088-b2fd-0e7ecea13d32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6ce59abb-a7a8-4088-b2fd-0e7ecea13d32.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8a12f907-c5bc-4274-9468-27c84cd123dc {
  display: none;
}
#s-15a76aaf-24f1-4987-965d-5bdcd835289c {
  border-style: solid;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
text-align: center;
}


.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c {
  max-width: 100%;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c .shg-image-zoom,
.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c {
  max-width: 100%;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c .shg-image-zoom,
.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c {
  max-width: 100%;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c .shg-image-zoom,
.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c {
  max-width: 100%;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c .shg-image-zoom,
.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c {
  max-width: 100%;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c .shg-image-zoom,
.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15a76aaf-24f1-4987-965d-5bdcd835289c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1f185e7e-cd82-4d1a-88bd-311386bbc619 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f185e7e-cd82-4d1a-88bd-311386bbc619 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-a73304c4-4a9e-47e8-8f5f-cbfd626096d7 {
  text-align: center;
}

#s-a73304c4-4a9e-47e8-8f5f-cbfd626096d7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a73304c4-4a9e-47e8-8f5f-cbfd626096d7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a73304c4-4a9e-47e8-8f5f-cbfd626096d7 .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-c25cd647-0bde-4cc6-8e3c-9a463ba3dbb2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(228, 51, 45, 1);
}
#s-c25cd647-0bde-4cc6-8e3c-9a463ba3dbb2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c25cd647-0bde-4cc6-8e3c-9a463ba3dbb2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c25cd647-0bde-4cc6-8e3c-9a463ba3dbb2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c25cd647-0bde-4cc6-8e3c-9a463ba3dbb2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c25cd647-0bde-4cc6-8e3c-9a463ba3dbb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c25cd647-0bde-4cc6-8e3c-9a463ba3dbb2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7c6cbccc-902b-4894-b028-113547ed8bb3 {
  display: none;
}
#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
text-align: center;
}


.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 {
  max-width: 100%;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 .shg-image-zoom,
.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 {
  max-width: 100%;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 .shg-image-zoom,
.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 {
  max-width: 100%;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 .shg-image-zoom,
.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 {
  max-width: 100%;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 .shg-image-zoom,
.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 {
  max-width: 100%;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 .shg-image-zoom,
.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b3ff139-bcaa-45f7-abb8-479b91ffd984 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-60e5de48-0519-493f-aa91-86eb8c9d5e3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60e5de48-0519-493f-aa91-86eb8c9d5e3f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-e165a84a-ff2f-4a05-aadd-45311082a83a {
  text-align: center;
}

#s-e165a84a-ff2f-4a05-aadd-45311082a83a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e165a84a-ff2f-4a05-aadd-45311082a83a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e165a84a-ff2f-4a05-aadd-45311082a83a .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-eece56ec-7cce-455c-be3b-188ce6423174 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(228, 51, 45, 1);
}
#s-eece56ec-7cce-455c-be3b-188ce6423174:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eece56ec-7cce-455c-be3b-188ce6423174:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eece56ec-7cce-455c-be3b-188ce6423174 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eece56ec-7cce-455c-be3b-188ce6423174.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eece56ec-7cce-455c-be3b-188ce6423174.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eece56ec-7cce-455c-be3b-188ce6423174.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5c7e39b7-4223-4f85-8973-d6f6f843c5d0 {
  display: none;
}
#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
text-align: center;
}


.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 {
  max-width: 100%;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 .shg-image-zoom,
.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 {
  max-width: 100%;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 .shg-image-zoom,
.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 {
  max-width: 100%;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 .shg-image-zoom,
.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 {
  max-width: 100%;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 .shg-image-zoom,
.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 {
  max-width: 100%;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 .shg-image-zoom,
.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa51a3c5-8e08-45c0-b91f-c4b4e46f67b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7d09704b-6447-4351-a5fd-4d718003253c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d09704b-6447-4351-a5fd-4d718003253c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-ebfae83f-be66-4f45-a8c9-0092d5dd8c29 {
  text-align: center;
}

#s-ebfae83f-be66-4f45-a8c9-0092d5dd8c29 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ebfae83f-be66-4f45-a8c9-0092d5dd8c29 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ebfae83f-be66-4f45-a8c9-0092d5dd8c29 .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-72012a67-6ba8-4516-9aa2-5201ba830c30 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(228, 51, 45, 1);
}
#s-72012a67-6ba8-4516-9aa2-5201ba830c30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72012a67-6ba8-4516-9aa2-5201ba830c30:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72012a67-6ba8-4516-9aa2-5201ba830c30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72012a67-6ba8-4516-9aa2-5201ba830c30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72012a67-6ba8-4516-9aa2-5201ba830c30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-72012a67-6ba8-4516-9aa2-5201ba830c30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-74e31eae-ca9d-4dfe-a7ae-c64b0d638abd {
  display: none;
}
#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 {
  text-align: left;
}


.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 {
  max-width: 100%;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 .shg-image-zoom,
.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 {
  max-width: 100%;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 .shg-image-zoom,
.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 {
  max-width: 100%;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 .shg-image-zoom,
.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 {
  max-width: 100%;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 .shg-image-zoom,
.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 {
  max-width: 100%;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 .shg-image-zoom,
.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b8c1595-cd1e-47b8-bc58-9d85f7390f78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-45d742e7-f3e3-4aa5-93f5-08a3fc972037 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45d742e7-f3e3-4aa5-93f5-08a3fc972037 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-57bdaf23-d9f7-4d48-bfd8-fd238f7ee65e {
  text-align: left;
}

#s-57bdaf23-d9f7-4d48-bfd8-fd238f7ee65e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-57bdaf23-d9f7-4d48-bfd8-fd238f7ee65e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-57bdaf23-d9f7-4d48-bfd8-fd238f7ee65e .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-5ff386c1-100f-492f-ac6a-7192b4e32dc8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-5ff386c1-100f-492f-ac6a-7192b4e32dc8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ff386c1-100f-492f-ac6a-7192b4e32dc8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5ff386c1-100f-492f-ac6a-7192b4e32dc8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ff386c1-100f-492f-ac6a-7192b4e32dc8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ff386c1-100f-492f-ac6a-7192b4e32dc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5ff386c1-100f-492f-ac6a-7192b4e32dc8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-03012d7d-c978-4041-929d-9d861989f45e {
  display: none;
}
#s-64828998-9dfc-494e-85cf-4847b7824de4 {
  text-align: left;
}


.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 {
  max-width: 100%;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 .shg-image-zoom,
.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 {
  max-width: 100%;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 .shg-image-zoom,
.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 {
  max-width: 100%;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 .shg-image-zoom,
.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 {
  max-width: 100%;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 .shg-image-zoom,
.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 {
  max-width: 100%;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 .shg-image-zoom,
.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64828998-9dfc-494e-85cf-4847b7824de4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-65ff544b-415e-4fde-ad4b-c2c08bbd0622 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65ff544b-415e-4fde-ad4b-c2c08bbd0622 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-a9f33f08-a348-4afb-894a-a247d9b953eb {
  text-align: left;
}

#s-a9f33f08-a348-4afb-894a-a247d9b953eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a9f33f08-a348-4afb-894a-a247d9b953eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a9f33f08-a348-4afb-894a-a247d9b953eb .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-f9b40d19-e29f-4d27-9631-9a254420d53e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-f9b40d19-e29f-4d27-9631-9a254420d53e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9b40d19-e29f-4d27-9631-9a254420d53e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f9b40d19-e29f-4d27-9631-9a254420d53e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f9b40d19-e29f-4d27-9631-9a254420d53e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9b40d19-e29f-4d27-9631-9a254420d53e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f9b40d19-e29f-4d27-9631-9a254420d53e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4db39f2b-15ba-469c-90fe-904683e3f08e {
  display: none;
}
#s-63a8d19f-4325-4787-b304-27508de3ed99 {
  text-align: left;
}


.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 {
  max-width: 100%;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 .shg-image-zoom,
.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 {
  max-width: 100%;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 .shg-image-zoom,
.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 {
  max-width: 100%;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 .shg-image-zoom,
.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 {
  max-width: 100%;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 .shg-image-zoom,
.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 {
  max-width: 100%;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 .shg-image-zoom,
.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63a8d19f-4325-4787-b304-27508de3ed99 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b5ffbe85-a45c-4b37-aa4c-5a32f5c4ffd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5ffbe85-a45c-4b37-aa4c-5a32f5c4ffd9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e136f4be-2f61-4647-a885-82937ab09cde {
  text-align: left;
}

#s-e136f4be-2f61-4647-a885-82937ab09cde .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e136f4be-2f61-4647-a885-82937ab09cde .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e136f4be-2f61-4647-a885-82937ab09cde .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-8fb1fe88-7e7e-4877-bdbf-a050854b312d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-8fb1fe88-7e7e-4877-bdbf-a050854b312d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8fb1fe88-7e7e-4877-bdbf-a050854b312d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8fb1fe88-7e7e-4877-bdbf-a050854b312d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8fb1fe88-7e7e-4877-bdbf-a050854b312d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fb1fe88-7e7e-4877-bdbf-a050854b312d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8fb1fe88-7e7e-4877-bdbf-a050854b312d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-45e8622c-3258-4831-8a05-3931655ac29d {
  display: none;
}
#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd {
  text-align: left;
}


.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd {
  max-width: 100%;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd .shg-image-zoom,
.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd {
  max-width: 100%;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd .shg-image-zoom,
.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd {
  max-width: 100%;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd .shg-image-zoom,
.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd {
  max-width: 100%;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd .shg-image-zoom,
.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd {
  max-width: 100%;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd .shg-image-zoom,
.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d72fb9be-9aa5-46a0-94f7-3234c40b86bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7ebec5fd-1ad1-4d05-9341-2586cec7eec3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ebec5fd-1ad1-4d05-9341-2586cec7eec3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f38297f8-e0ef-4b16-987c-08930e1502b5 {
  text-align: left;
}

#s-f38297f8-e0ef-4b16-987c-08930e1502b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f38297f8-e0ef-4b16-987c-08930e1502b5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f38297f8-e0ef-4b16-987c-08930e1502b5 .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-71bc63fe-53f6-44c7-9347-f809eb3bcffb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-71bc63fe-53f6-44c7-9347-f809eb3bcffb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71bc63fe-53f6-44c7-9347-f809eb3bcffb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-71bc63fe-53f6-44c7-9347-f809eb3bcffb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71bc63fe-53f6-44c7-9347-f809eb3bcffb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71bc63fe-53f6-44c7-9347-f809eb3bcffb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71bc63fe-53f6-44c7-9347-f809eb3bcffb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5f804539-95df-4aa6-ac37-288b368c4758 {
  display: none;
}
#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 {
  text-align: left;
}


.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 {
  max-width: 100%;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 .shg-image-zoom,
.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 {
  max-width: 100%;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 .shg-image-zoom,
.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 {
  max-width: 100%;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 .shg-image-zoom,
.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 {
  max-width: 100%;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 .shg-image-zoom,
.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 {
  max-width: 100%;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 .shg-image-zoom,
.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19eda0c3-4a09-4bfd-88c2-e1161b2174f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-53dee971-611b-457e-84c6-7501b4b87e2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53dee971-611b-457e-84c6-7501b4b87e2a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-dc906891-4125-48d2-bfa8-4acd260c3e54 {
  text-align: left;
}

#s-dc906891-4125-48d2-bfa8-4acd260c3e54 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-dc906891-4125-48d2-bfa8-4acd260c3e54 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dc906891-4125-48d2-bfa8-4acd260c3e54 .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-0559bdb2-91c7-4f77-a9e7-86200bafb8d6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-0559bdb2-91c7-4f77-a9e7-86200bafb8d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0559bdb2-91c7-4f77-a9e7-86200bafb8d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0559bdb2-91c7-4f77-a9e7-86200bafb8d6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0559bdb2-91c7-4f77-a9e7-86200bafb8d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0559bdb2-91c7-4f77-a9e7-86200bafb8d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0559bdb2-91c7-4f77-a9e7-86200bafb8d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-11f38701-a213-4083-a89b-c2d0b508d14c {
  display: none;
}
#s-464c3c14-134f-4fdc-8b97-87717978bbde {
  text-align: left;
}


.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde {
  max-width: 100%;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde .shg-image-zoom,
.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde {
  max-width: 100%;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde .shg-image-zoom,
.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde {
  max-width: 100%;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde .shg-image-zoom,
.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde {
  max-width: 100%;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde .shg-image-zoom,
.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde {
  max-width: 100%;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde .shg-image-zoom,
.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-464c3c14-134f-4fdc-8b97-87717978bbde .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-67f1ccbb-719a-47a7-9ed2-5d0447dccaf9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67f1ccbb-719a-47a7-9ed2-5d0447dccaf9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ef5949e4-85d2-4423-8fca-8c77bde9af97 {
  text-align: left;
}

#s-ef5949e4-85d2-4423-8fca-8c77bde9af97 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ef5949e4-85d2-4423-8fca-8c77bde9af97 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ef5949e4-85d2-4423-8fca-8c77bde9af97 .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-519d0396-f08d-4b38-9dc6-1e393a9a04ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-519d0396-f08d-4b38-9dc6-1e393a9a04ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-519d0396-f08d-4b38-9dc6-1e393a9a04ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-519d0396-f08d-4b38-9dc6-1e393a9a04ee {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-519d0396-f08d-4b38-9dc6-1e393a9a04ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-519d0396-f08d-4b38-9dc6-1e393a9a04ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-519d0396-f08d-4b38-9dc6-1e393a9a04ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6e4916da-a403-4ff4-b526-2fb5288f6ba3 {
  display: none;
}
#s-1f7c3fa8-9835-4871-b19d-5df261072d87 {
  text-align: left;
}


.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 {
  max-width: 100%;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 .shg-image-zoom,
.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 {
  max-width: 100%;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 .shg-image-zoom,
.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 {
  max-width: 100%;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 .shg-image-zoom,
.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 {
  max-width: 100%;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 .shg-image-zoom,
.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 {
  max-width: 100%;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 .shg-image-zoom,
.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1f7c3fa8-9835-4871-b19d-5df261072d87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d0ec73d8-b574-4d28-a492-1a98e30ffc06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0ec73d8-b574-4d28-a492-1a98e30ffc06 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-03525efb-054d-46e5-a3ac-67576b9b0d9a {
  text-align: left;
}

#s-03525efb-054d-46e5-a3ac-67576b9b0d9a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-03525efb-054d-46e5-a3ac-67576b9b0d9a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-03525efb-054d-46e5-a3ac-67576b9b0d9a .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-1265e868-d6d3-4308-beba-f8fbfd6cd1e6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-1265e868-d6d3-4308-beba-f8fbfd6cd1e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1265e868-d6d3-4308-beba-f8fbfd6cd1e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1265e868-d6d3-4308-beba-f8fbfd6cd1e6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1265e868-d6d3-4308-beba-f8fbfd6cd1e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1265e868-d6d3-4308-beba-f8fbfd6cd1e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1265e868-d6d3-4308-beba-f8fbfd6cd1e6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e006288b-7378-4502-8681-4cd6434bbd89 {
  display: none;
}
#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb {
  text-align: left;
}


.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb {
  max-width: 100%;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb .shg-image-zoom,
.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb {
  max-width: 100%;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb .shg-image-zoom,
.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb {
  max-width: 100%;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb .shg-image-zoom,
.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb {
  max-width: 100%;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb .shg-image-zoom,
.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb {
  max-width: 100%;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb .shg-image-zoom,
.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eacb2635-b18a-4fe3-a0bd-511ddaf85bbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-80e8688c-2e77-42f4-8552-f2538b2c1801 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80e8688c-2e77-42f4-8552-f2538b2c1801 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-7d419de3-d16c-46ae-a343-fd9d8e866012 {
  text-align: left;
}

#s-7d419de3-d16c-46ae-a343-fd9d8e866012 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7d419de3-d16c-46ae-a343-fd9d8e866012 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7d419de3-d16c-46ae-a343-fd9d8e866012 .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-e9405b99-f23a-4b2b-bcb9-94235dda3cad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-e9405b99-f23a-4b2b-bcb9-94235dda3cad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9405b99-f23a-4b2b-bcb9-94235dda3cad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9405b99-f23a-4b2b-bcb9-94235dda3cad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9405b99-f23a-4b2b-bcb9-94235dda3cad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9405b99-f23a-4b2b-bcb9-94235dda3cad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e9405b99-f23a-4b2b-bcb9-94235dda3cad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8fc1f091-cc49-404a-80d6-52e1683d7bfe {
  display: none;
}
#s-751eafe5-41f9-4447-abd2-df0c86d24f8c {
  text-align: left;
}


.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c {
  max-width: 100%;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c .shg-image-zoom,
.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c {
  max-width: 100%;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c .shg-image-zoom,
.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c {
  max-width: 100%;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c .shg-image-zoom,
.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c {
  max-width: 100%;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c .shg-image-zoom,
.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c {
  max-width: 100%;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c .shg-image-zoom,
.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-751eafe5-41f9-4447-abd2-df0c86d24f8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0fb2658b-6273-471d-9a27-b82f271d2fa1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fb2658b-6273-471d-9a27-b82f271d2fa1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-cee151fe-6adf-41bb-9f8c-fd9ee6becb11 {
  text-align: left;
}

#s-cee151fe-6adf-41bb-9f8c-fd9ee6becb11 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cee151fe-6adf-41bb-9f8c-fd9ee6becb11 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cee151fe-6adf-41bb-9f8c-fd9ee6becb11 .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-205999e7-eea0-49f6-9de1-d092fd40a5e3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-205999e7-eea0-49f6-9de1-d092fd40a5e3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-205999e7-eea0-49f6-9de1-d092fd40a5e3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-205999e7-eea0-49f6-9de1-d092fd40a5e3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-205999e7-eea0-49f6-9de1-d092fd40a5e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-205999e7-eea0-49f6-9de1-d092fd40a5e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-205999e7-eea0-49f6-9de1-d092fd40a5e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b9aa9263-1842-48de-86b1-32047017f3ea {
  display: none;
}
#s-906970f1-41f6-4d14-b317-8efd94ad08d8 {
  text-align: left;
}


.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 {
  max-width: 100%;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 .shg-image-zoom,
.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 {
  max-width: 100%;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 .shg-image-zoom,
.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 {
  max-width: 100%;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 .shg-image-zoom,
.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 {
  max-width: 100%;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 .shg-image-zoom,
.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 {
  max-width: 100%;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 .shg-image-zoom,
.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-906970f1-41f6-4d14-b317-8efd94ad08d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-50c81947-e359-4dd9-a2e2-35ddf8abd56d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50c81947-e359-4dd9-a2e2-35ddf8abd56d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-19a89f81-49c4-48e3-8480-4939048532c1 {
  text-align: left;
}

#s-19a89f81-49c4-48e3-8480-4939048532c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-19a89f81-49c4-48e3-8480-4939048532c1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-19a89f81-49c4-48e3-8480-4939048532c1 .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-af279e92-6dcc-4717-8fc2-b51e221bcb6a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-af279e92-6dcc-4717-8fc2-b51e221bcb6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af279e92-6dcc-4717-8fc2-b51e221bcb6a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af279e92-6dcc-4717-8fc2-b51e221bcb6a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af279e92-6dcc-4717-8fc2-b51e221bcb6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af279e92-6dcc-4717-8fc2-b51e221bcb6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-af279e92-6dcc-4717-8fc2-b51e221bcb6a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-695941f8-45b6-4c48-9315-4a3bf1d61317 {
  display: none;
}
#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc {
  text-align: left;
}


.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc {
  max-width: 100%;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc .shg-image-zoom,
.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc {
  max-width: 100%;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc .shg-image-zoom,
.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc {
  max-width: 100%;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc .shg-image-zoom,
.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc {
  max-width: 100%;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc .shg-image-zoom,
.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc {
  max-width: 100%;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc .shg-image-zoom,
.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7605db2-e36b-42dd-90b0-cf00ccb597dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-26ff9098-19ad-4953-8599-d8ed95a50106 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26ff9098-19ad-4953-8599-d8ed95a50106 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-81f0ec54-d4e7-40a0-adcb-de6d7b33dafb {
  text-align: left;
}

#s-81f0ec54-d4e7-40a0-adcb-de6d7b33dafb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-81f0ec54-d4e7-40a0-adcb-de6d7b33dafb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-81f0ec54-d4e7-40a0-adcb-de6d7b33dafb .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-f4963804-7568-4c2a-98b6-084df11743f9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-f4963804-7568-4c2a-98b6-084df11743f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4963804-7568-4c2a-98b6-084df11743f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4963804-7568-4c2a-98b6-084df11743f9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4963804-7568-4c2a-98b6-084df11743f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4963804-7568-4c2a-98b6-084df11743f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f4963804-7568-4c2a-98b6-084df11743f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e86efe1a-a3e0-47e8-acf4-5afcbbf3ee0d {
  display: none;
}
#s-6757e322-69b1-4f2a-9989-8639dbdba10c {
  text-align: left;
}


.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c {
  max-width: 100%;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c .shg-image-zoom,
.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c {
  max-width: 100%;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c .shg-image-zoom,
.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c {
  max-width: 100%;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c .shg-image-zoom,
.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c {
  max-width: 100%;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c .shg-image-zoom,
.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c {
  max-width: 100%;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c .shg-image-zoom,
.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6757e322-69b1-4f2a-9989-8639dbdba10c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a6a35924-a62e-45b1-a3b3-146178c54733 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6a35924-a62e-45b1-a3b3-146178c54733 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4415b219-f0f0-41c2-b29d-26b768286746 {
  text-align: left;
}

#s-4415b219-f0f0-41c2-b29d-26b768286746 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4415b219-f0f0-41c2-b29d-26b768286746 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4415b219-f0f0-41c2-b29d-26b768286746 .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-29dbf3c8-e007-4f0d-b0c1-53b1db1441b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-29dbf3c8-e007-4f0d-b0c1-53b1db1441b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29dbf3c8-e007-4f0d-b0c1-53b1db1441b0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-29dbf3c8-e007-4f0d-b0c1-53b1db1441b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-29dbf3c8-e007-4f0d-b0c1-53b1db1441b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-29dbf3c8-e007-4f0d-b0c1-53b1db1441b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-29dbf3c8-e007-4f0d-b0c1-53b1db1441b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f8f058f2-52bc-4fde-a61e-e12e972d258f {
  display: none;
}
#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff {
  text-align: left;
}


.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff {
  max-width: 100%;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff .shg-image-zoom,
.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff {
  max-width: 100%;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff .shg-image-zoom,
.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff {
  max-width: 100%;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff .shg-image-zoom,
.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff {
  max-width: 100%;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff .shg-image-zoom,
.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff {
  max-width: 100%;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff .shg-image-zoom,
.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5c4304d-9d9d-4ab9-9e00-b03f94413bff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a2da1953-de45-4007-b37b-4baa1f9a495a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2da1953-de45-4007-b37b-4baa1f9a495a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0d792987-85a3-4a03-95eb-239bbf12d5e1 {
  text-align: left;
}

#s-0d792987-85a3-4a03-95eb-239bbf12d5e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0d792987-85a3-4a03-95eb-239bbf12d5e1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0d792987-85a3-4a03-95eb-239bbf12d5e1 .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-7273f024-6503-4d8c-9d09-323946c5c922 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-7273f024-6503-4d8c-9d09-323946c5c922:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7273f024-6503-4d8c-9d09-323946c5c922:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7273f024-6503-4d8c-9d09-323946c5c922 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7273f024-6503-4d8c-9d09-323946c5c922.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7273f024-6503-4d8c-9d09-323946c5c922.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7273f024-6503-4d8c-9d09-323946c5c922.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f99d254a-9626-43eb-8960-cb9433212ac3 {
  display: none;
}
#s-cef14642-8edf-4eeb-830e-77d47c8049cd {
  text-align: left;
}


.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd {
  max-width: 100%;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd .shg-image-zoom,
.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd {
  max-width: 100%;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd .shg-image-zoom,
.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd {
  max-width: 100%;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd .shg-image-zoom,
.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd {
  max-width: 100%;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd .shg-image-zoom,
.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd {
  max-width: 100%;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd .shg-image-zoom,
.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cef14642-8edf-4eeb-830e-77d47c8049cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-51f38fde-65a9-4552-b5c7-17d16f2f92d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51f38fde-65a9-4552-b5c7-17d16f2f92d9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3d78d39d-7e46-468f-bc10-83634685feab {
  text-align: left;
}

#s-3d78d39d-7e46-468f-bc10-83634685feab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3d78d39d-7e46-468f-bc10-83634685feab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3d78d39d-7e46-468f-bc10-83634685feab .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-b57ad25f-aa22-4769-bf00-e26914ea6177 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-b57ad25f-aa22-4769-bf00-e26914ea6177:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b57ad25f-aa22-4769-bf00-e26914ea6177:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b57ad25f-aa22-4769-bf00-e26914ea6177 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b57ad25f-aa22-4769-bf00-e26914ea6177.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b57ad25f-aa22-4769-bf00-e26914ea6177.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b57ad25f-aa22-4769-bf00-e26914ea6177.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-334246e2-edab-404c-b9ce-9491e6f8e033 {
  display: none;
}
#s-04092668-7ac5-4062-ac58-cc4102eaf37e {
  text-align: left;
}


.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e {
  max-width: 100%;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e .shg-image-zoom,
.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e {
  max-width: 100%;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e .shg-image-zoom,
.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e {
  max-width: 100%;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e .shg-image-zoom,
.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e {
  max-width: 100%;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e .shg-image-zoom,
.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e {
  max-width: 100%;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e .shg-image-zoom,
.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04092668-7ac5-4062-ac58-cc4102eaf37e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1d6b46a9-7a5a-4a45-9ec6-bdbaf13cf2c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d6b46a9-7a5a-4a45-9ec6-bdbaf13cf2c5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e785d4f7-fd1c-4ef6-9a63-6abe48c86b5d {
  text-align: left;
}

#s-e785d4f7-fd1c-4ef6-9a63-6abe48c86b5d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e785d4f7-fd1c-4ef6-9a63-6abe48c86b5d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e785d4f7-fd1c-4ef6-9a63-6abe48c86b5d .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-54a850f7-e6f2-41a7-9ace-42c6ef1dec3b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-54a850f7-e6f2-41a7-9ace-42c6ef1dec3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54a850f7-e6f2-41a7-9ace-42c6ef1dec3b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-54a850f7-e6f2-41a7-9ace-42c6ef1dec3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54a850f7-e6f2-41a7-9ace-42c6ef1dec3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54a850f7-e6f2-41a7-9ace-42c6ef1dec3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-54a850f7-e6f2-41a7-9ace-42c6ef1dec3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7fd23bd4-5781-4336-a78c-4f372605e91c {
  display: none;
}
#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f {
  text-align: left;
}


.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f {
  max-width: 100%;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f .shg-image-zoom,
.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f {
  max-width: 100%;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f .shg-image-zoom,
.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f {
  max-width: 100%;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f .shg-image-zoom,
.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f {
  max-width: 100%;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f .shg-image-zoom,
.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f {
  max-width: 100%;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f .shg-image-zoom,
.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0902148-59fb-470b-b3fe-3f0dda9dea8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8ccb8ff8-7265-4d54-8c07-9e8e79103e4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ccb8ff8-7265-4d54-8c07-9e8e79103e4c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-28915bc2-440e-45f9-b8c4-6bd389258ef0 {
  text-align: left;
}

#s-28915bc2-440e-45f9-b8c4-6bd389258ef0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-28915bc2-440e-45f9-b8c4-6bd389258ef0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-28915bc2-440e-45f9-b8c4-6bd389258ef0 .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-cb17f28e-e739-4c97-9213-761131a3f539 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-cb17f28e-e739-4c97-9213-761131a3f539:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb17f28e-e739-4c97-9213-761131a3f539:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb17f28e-e739-4c97-9213-761131a3f539 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb17f28e-e739-4c97-9213-761131a3f539.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb17f28e-e739-4c97-9213-761131a3f539.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cb17f28e-e739-4c97-9213-761131a3f539.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f1e6f071-e0ff-4141-af62-a43bfd205edf {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
}

#s-6c655933-c164-47b4-9588-9161808d0cd4 {
  display: none;
}
#s-5fcfa364-df22-4b1d-91a6-695e90159366 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
text-align: center;
}


.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 {
  max-width: 100%;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 .shg-image-zoom,
.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 {
  max-width: 100%;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 .shg-image-zoom,
.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 {
  max-width: 100%;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 .shg-image-zoom,
.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 {
  max-width: 100%;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 .shg-image-zoom,
.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 {
  max-width: 100%;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 .shg-image-zoom,
.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-5fcfa364-df22-4b1d-91a6-695e90159366 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f34d3a57-2169-49b5-8b14-91c59c856880 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f34d3a57-2169-49b5-8b14-91c59c856880 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-1f3d7324-7c6a-44ae-b097-3f40e65c37c0 {
  text-align: center;
}

#s-1f3d7324-7c6a-44ae-b097-3f40e65c37c0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1f3d7324-7c6a-44ae-b097-3f40e65c37c0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1f3d7324-7c6a-44ae-b097-3f40e65c37c0 .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-9155d978-80cb-4f52-b950-8ead8291fed0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(228, 51, 45, 1);
}
#s-9155d978-80cb-4f52-b950-8ead8291fed0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9155d978-80cb-4f52-b950-8ead8291fed0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9155d978-80cb-4f52-b950-8ead8291fed0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9155d978-80cb-4f52-b950-8ead8291fed0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9155d978-80cb-4f52-b950-8ead8291fed0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9155d978-80cb-4f52-b950-8ead8291fed0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b6d24e07-f4e7-4dfb-a8f6-6909e8d583d1 {
  display: none;
}
#s-17eaef41-3433-46be-a715-dc38052afb7e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
text-align: center;
}


.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e {
  max-width: 100%;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e .shg-image-zoom,
.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e {
  max-width: 100%;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e .shg-image-zoom,
.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e {
  max-width: 100%;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e .shg-image-zoom,
.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e {
  max-width: 100%;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e .shg-image-zoom,
.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e {
  max-width: 100%;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e .shg-image-zoom,
.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-17eaef41-3433-46be-a715-dc38052afb7e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-137e826a-64f7-4cff-aa3b-f5c82393df3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-137e826a-64f7-4cff-aa3b-f5c82393df3e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-bda91870-3c2b-4005-8b3f-3b49f5fd087f {
  text-align: center;
}

#s-bda91870-3c2b-4005-8b3f-3b49f5fd087f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-bda91870-3c2b-4005-8b3f-3b49f5fd087f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bda91870-3c2b-4005-8b3f-3b49f5fd087f .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-4852a6bb-ee91-4bc5-b363-45be8cb60564 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(228, 51, 45, 1);
}
#s-4852a6bb-ee91-4bc5-b363-45be8cb60564:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4852a6bb-ee91-4bc5-b363-45be8cb60564:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4852a6bb-ee91-4bc5-b363-45be8cb60564 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4852a6bb-ee91-4bc5-b363-45be8cb60564.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4852a6bb-ee91-4bc5-b363-45be8cb60564.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4852a6bb-ee91-4bc5-b363-45be8cb60564.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-23505386-da6e-4b88-9edf-4ba56b7be695 {
  display: none;
}
#s-a4721bd8-3521-4af7-8eb8-828e814030b5 {
  border-style: solid;
padding-left: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
text-align: center;
}


.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 {
  max-width: 100%;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 .shg-image-zoom,
.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 {
  max-width: 100%;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 .shg-image-zoom,
.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 {
  max-width: 100%;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 .shg-image-zoom,
.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 {
  max-width: 100%;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 .shg-image-zoom,
.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 {
  max-width: 100%;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 .shg-image-zoom,
.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 img.shogun-image {
  max-width: 350px !important;
  min-height:  !important;
}

.shg-c#s-a4721bd8-3521-4af7-8eb8-828e814030b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b952f7db-803b-4807-89af-c6c8836b8488 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b952f7db-803b-4807-89af-c6c8836b8488 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-023ad87f-18df-4f7f-a825-52d6d2eb0fe0 {
  text-align: center;
}

#s-023ad87f-18df-4f7f-a825-52d6d2eb0fe0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-023ad87f-18df-4f7f-a825-52d6d2eb0fe0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-023ad87f-18df-4f7f-a825-52d6d2eb0fe0 .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-c73d82eb-5224-4c76-9337-58791f2ac5b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(228, 51, 45, 1);
}
#s-c73d82eb-5224-4c76-9337-58791f2ac5b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c73d82eb-5224-4c76-9337-58791f2ac5b0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c73d82eb-5224-4c76-9337-58791f2ac5b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c73d82eb-5224-4c76-9337-58791f2ac5b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c73d82eb-5224-4c76-9337-58791f2ac5b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c73d82eb-5224-4c76-9337-58791f2ac5b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-56f1c09d-932b-4251-b1b7-97f65bd1f946 {
  display: none;
}
#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
text-align: center;
}


.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 {
  max-width: 100%;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 .shg-image-zoom,
.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 {
  max-width: 100%;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 .shg-image-zoom,
.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 {
  max-width: 100%;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 .shg-image-zoom,
.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 {
  max-width: 100%;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 .shg-image-zoom,
.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 {
  max-width: 100%;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 .shg-image-zoom,
.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3f641ba-05da-4903-b12d-db896ac5a9e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a18f10db-cdd4-4447-8b58-6900390aefe5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a18f10db-cdd4-4447-8b58-6900390aefe5 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-b230904a-9fdf-4c48-bdbd-30c415643996 {
  text-align: center;
}

#s-b230904a-9fdf-4c48-bdbd-30c415643996 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b230904a-9fdf-4c48-bdbd-30c415643996 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b230904a-9fdf-4c48-bdbd-30c415643996 .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-b727c22d-4298-4a17-ab79-f92cb698a364 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(228, 51, 45, 1);
}
#s-b727c22d-4298-4a17-ab79-f92cb698a364:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b727c22d-4298-4a17-ab79-f92cb698a364:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b727c22d-4298-4a17-ab79-f92cb698a364 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b727c22d-4298-4a17-ab79-f92cb698a364.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b727c22d-4298-4a17-ab79-f92cb698a364.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b727c22d-4298-4a17-ab79-f92cb698a364.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-59fec67c-7fc9-4fe4-ab1f-d9c3a8cb3de1 {
  display: none;
}
#s-c7554510-ef6c-4676-8889-1babce46baba {
  text-align: left;
}


.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba {
  max-width: 100%;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba .shg-image-zoom,
.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba {
  max-width: 100%;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba .shg-image-zoom,
.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba {
  max-width: 100%;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba .shg-image-zoom,
.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba {
  max-width: 100%;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba .shg-image-zoom,
.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba {
  max-width: 100%;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba .shg-image-zoom,
.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7554510-ef6c-4676-8889-1babce46baba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9e0dcd0d-88c5-4518-9e2a-7232d95918bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e0dcd0d-88c5-4518-9e2a-7232d95918bf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f74cad4c-1bc2-4e86-902c-ae0236a09b0b {
  text-align: left;
}

#s-f74cad4c-1bc2-4e86-902c-ae0236a09b0b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f74cad4c-1bc2-4e86-902c-ae0236a09b0b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f74cad4c-1bc2-4e86-902c-ae0236a09b0b .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-11c11d23-c8f2-4103-a84d-4b8918213a12 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-11c11d23-c8f2-4103-a84d-4b8918213a12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11c11d23-c8f2-4103-a84d-4b8918213a12:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-11c11d23-c8f2-4103-a84d-4b8918213a12 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11c11d23-c8f2-4103-a84d-4b8918213a12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11c11d23-c8f2-4103-a84d-4b8918213a12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-11c11d23-c8f2-4103-a84d-4b8918213a12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7273bfa6-01e4-46e0-951f-754fabcda80f {
  display: none;
}
#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c {
  text-align: left;
}


.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c {
  max-width: 100%;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c .shg-image-zoom,
.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c {
  max-width: 100%;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c .shg-image-zoom,
.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c {
  max-width: 100%;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c .shg-image-zoom,
.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c {
  max-width: 100%;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c .shg-image-zoom,
.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c {
  max-width: 100%;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c .shg-image-zoom,
.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f07bf0eb-40b1-4ca2-a356-d728a7ed571c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4d8b7d3d-df44-4187-856f-0e559e22a9a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d8b7d3d-df44-4187-856f-0e559e22a9a6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8f8f31f8-2731-45f6-bf21-ab251d823877 {
  text-align: left;
}

#s-8f8f31f8-2731-45f6-bf21-ab251d823877 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8f8f31f8-2731-45f6-bf21-ab251d823877 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f8f31f8-2731-45f6-bf21-ab251d823877 .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-630cd31b-4e89-4aec-84cd-45dabbc0aa8f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-630cd31b-4e89-4aec-84cd-45dabbc0aa8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-630cd31b-4e89-4aec-84cd-45dabbc0aa8f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-630cd31b-4e89-4aec-84cd-45dabbc0aa8f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-630cd31b-4e89-4aec-84cd-45dabbc0aa8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-630cd31b-4e89-4aec-84cd-45dabbc0aa8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-630cd31b-4e89-4aec-84cd-45dabbc0aa8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-10b7088e-e1d7-4d65-927b-2c1b729423b2 {
  display: none;
}
#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 {
  text-align: left;
}


.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 {
  max-width: 100%;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 .shg-image-zoom,
.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 {
  max-width: 100%;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 .shg-image-zoom,
.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 {
  max-width: 100%;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 .shg-image-zoom,
.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 {
  max-width: 100%;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 .shg-image-zoom,
.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 {
  max-width: 100%;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 .shg-image-zoom,
.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f48c1434-d6b9-4f76-bfa7-a455b5541a21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ead5c7ed-652d-43f6-91de-48cb7b0e6cf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ead5c7ed-652d-43f6-91de-48cb7b0e6cf4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8902a867-30da-4b69-b805-0646ff7001ae {
  text-align: left;
}

#s-8902a867-30da-4b69-b805-0646ff7001ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8902a867-30da-4b69-b805-0646ff7001ae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8902a867-30da-4b69-b805-0646ff7001ae .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-1d698af6-9337-4038-987b-6299d95de6e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-1d698af6-9337-4038-987b-6299d95de6e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d698af6-9337-4038-987b-6299d95de6e2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d698af6-9337-4038-987b-6299d95de6e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d698af6-9337-4038-987b-6299d95de6e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d698af6-9337-4038-987b-6299d95de6e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d698af6-9337-4038-987b-6299d95de6e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-67aa9405-0ad6-4a0c-a7e1-65c4a74051fb {
  display: none;
}
#s-824bfb98-6adc-4f4b-9db9-293024a4d191 {
  text-align: left;
}


.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 {
  max-width: 100%;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 .shg-image-zoom,
.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 {
  max-width: 100%;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 .shg-image-zoom,
.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 {
  max-width: 100%;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 .shg-image-zoom,
.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 {
  max-width: 100%;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 .shg-image-zoom,
.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 {
  max-width: 100%;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 .shg-image-zoom,
.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-824bfb98-6adc-4f4b-9db9-293024a4d191 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-31517baa-01e6-477f-94c5-37cb3deccef7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31517baa-01e6-477f-94c5-37cb3deccef7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d2f8d8a2-f5bc-458c-82ce-67bd13b3a386 {
  text-align: left;
}

#s-d2f8d8a2-f5bc-458c-82ce-67bd13b3a386 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d2f8d8a2-f5bc-458c-82ce-67bd13b3a386 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d2f8d8a2-f5bc-458c-82ce-67bd13b3a386 .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-42cb4fe7-4cf4-42b7-bda4-d2930cb100a2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-42cb4fe7-4cf4-42b7-bda4-d2930cb100a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42cb4fe7-4cf4-42b7-bda4-d2930cb100a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42cb4fe7-4cf4-42b7-bda4-d2930cb100a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42cb4fe7-4cf4-42b7-bda4-d2930cb100a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42cb4fe7-4cf4-42b7-bda4-d2930cb100a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-42cb4fe7-4cf4-42b7-bda4-d2930cb100a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c7bb90bd-1969-4f66-b868-0520fcae6037 {
  display: none;
}
#s-e419f3bf-7ff9-439b-a316-51fefbe47948 {
  text-align: left;
}


.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 {
  max-width: 100%;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 .shg-image-zoom,
.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 {
  max-width: 100%;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 .shg-image-zoom,
.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 {
  max-width: 100%;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 .shg-image-zoom,
.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 {
  max-width: 100%;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 .shg-image-zoom,
.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 {
  max-width: 100%;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 .shg-image-zoom,
.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e419f3bf-7ff9-439b-a316-51fefbe47948 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-87ed357e-54fc-449b-8fe8-a0c3faade618 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87ed357e-54fc-449b-8fe8-a0c3faade618 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b01c859d-c831-460e-902a-50460fac3cdd {
  text-align: left;
}

#s-b01c859d-c831-460e-902a-50460fac3cdd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b01c859d-c831-460e-902a-50460fac3cdd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b01c859d-c831-460e-902a-50460fac3cdd .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-41ed9ccd-b2d6-4da1-ac52-880804cb808f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-41ed9ccd-b2d6-4da1-ac52-880804cb808f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41ed9ccd-b2d6-4da1-ac52-880804cb808f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-41ed9ccd-b2d6-4da1-ac52-880804cb808f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41ed9ccd-b2d6-4da1-ac52-880804cb808f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41ed9ccd-b2d6-4da1-ac52-880804cb808f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-41ed9ccd-b2d6-4da1-ac52-880804cb808f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5b429c3b-4bb3-4e78-b264-281c29205fff {
  display: none;
}
#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf {
  text-align: left;
}


.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf {
  max-width: 100%;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf .shg-image-zoom,
.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf {
  max-width: 100%;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf .shg-image-zoom,
.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf {
  max-width: 100%;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf .shg-image-zoom,
.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf {
  max-width: 100%;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf .shg-image-zoom,
.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf {
  max-width: 100%;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf .shg-image-zoom,
.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ddf1e52-6d7f-4978-9a07-51e63738e5bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-815bc9ec-8561-4f18-915e-134ee1681568 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-815bc9ec-8561-4f18-915e-134ee1681568 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-68b25321-0df3-4601-99c5-b66e714ffcc4 {
  text-align: left;
}

#s-68b25321-0df3-4601-99c5-b66e714ffcc4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-68b25321-0df3-4601-99c5-b66e714ffcc4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-68b25321-0df3-4601-99c5-b66e714ffcc4 .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-0873e3d7-25ca-4fec-adeb-67079b63a679 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-0873e3d7-25ca-4fec-adeb-67079b63a679:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0873e3d7-25ca-4fec-adeb-67079b63a679:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0873e3d7-25ca-4fec-adeb-67079b63a679 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0873e3d7-25ca-4fec-adeb-67079b63a679.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0873e3d7-25ca-4fec-adeb-67079b63a679.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0873e3d7-25ca-4fec-adeb-67079b63a679.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-97c8ddb4-0025-4e9c-b093-a7acaba6b668 {
  display: none;
}
#s-f3454312-4935-4380-ba66-1d916b6fadad {
  text-align: left;
}


.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad {
  max-width: 100%;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad .shg-image-zoom,
.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad {
  max-width: 100%;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad .shg-image-zoom,
.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad {
  max-width: 100%;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad .shg-image-zoom,
.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad {
  max-width: 100%;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad .shg-image-zoom,
.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad {
  max-width: 100%;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad .shg-image-zoom,
.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f3454312-4935-4380-ba66-1d916b6fadad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c976f307-497d-4abd-bbca-5a1525eaf422 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c976f307-497d-4abd-bbca-5a1525eaf422 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-43d9fa20-0a55-4ef8-bc31-d566e467612d {
  text-align: left;
}

#s-43d9fa20-0a55-4ef8-bc31-d566e467612d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-43d9fa20-0a55-4ef8-bc31-d566e467612d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-43d9fa20-0a55-4ef8-bc31-d566e467612d .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-7d3ec345-74f7-4161-a4b8-ebba3b577c05 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-7d3ec345-74f7-4161-a4b8-ebba3b577c05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d3ec345-74f7-4161-a4b8-ebba3b577c05:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d3ec345-74f7-4161-a4b8-ebba3b577c05 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d3ec345-74f7-4161-a4b8-ebba3b577c05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d3ec345-74f7-4161-a4b8-ebba3b577c05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7d3ec345-74f7-4161-a4b8-ebba3b577c05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6e8be946-c48f-45be-ac90-331a7713468f {
  display: none;
}
#s-e0b64724-423e-4e2e-870c-6f45878429b1 {
  text-align: left;
}


.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 {
  max-width: 100%;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 .shg-image-zoom,
.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 {
  max-width: 100%;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 .shg-image-zoom,
.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 {
  max-width: 100%;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 .shg-image-zoom,
.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 {
  max-width: 100%;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 .shg-image-zoom,
.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 {
  max-width: 100%;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 .shg-image-zoom,
.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0b64724-423e-4e2e-870c-6f45878429b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5059f6c0-4862-4bb5-b2bc-e87534d0dee5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5059f6c0-4862-4bb5-b2bc-e87534d0dee5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b1a16389-d576-4f7f-930a-ef70a40eecbb {
  text-align: left;
}

#s-b1a16389-d576-4f7f-930a-ef70a40eecbb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b1a16389-d576-4f7f-930a-ef70a40eecbb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b1a16389-d576-4f7f-930a-ef70a40eecbb .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-3315fcb0-ff0e-4c2a-a15d-bd2260159d38 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-3315fcb0-ff0e-4c2a-a15d-bd2260159d38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3315fcb0-ff0e-4c2a-a15d-bd2260159d38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3315fcb0-ff0e-4c2a-a15d-bd2260159d38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3315fcb0-ff0e-4c2a-a15d-bd2260159d38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3315fcb0-ff0e-4c2a-a15d-bd2260159d38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3315fcb0-ff0e-4c2a-a15d-bd2260159d38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-963727ba-840b-40b9-ac00-f459ed8fa429 {
  display: none;
}
#s-5db56691-439f-4f94-bd83-b50d060f4d71 {
  text-align: left;
}


.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 {
  max-width: 100%;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 .shg-image-zoom,
.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 {
  max-width: 100%;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 .shg-image-zoom,
.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 {
  max-width: 100%;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 .shg-image-zoom,
.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 {
  max-width: 100%;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 .shg-image-zoom,
.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 {
  max-width: 100%;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 .shg-image-zoom,
.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5db56691-439f-4f94-bd83-b50d060f4d71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c464b68d-b01f-40de-b870-bb75c8155c51 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c464b68d-b01f-40de-b870-bb75c8155c51 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-05507b53-ee62-48f5-82df-32fdbb434feb {
  text-align: left;
}

#s-05507b53-ee62-48f5-82df-32fdbb434feb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-05507b53-ee62-48f5-82df-32fdbb434feb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-05507b53-ee62-48f5-82df-32fdbb434feb .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-f413b908-114a-47dd-99a1-7f7ab91d0d36 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-f413b908-114a-47dd-99a1-7f7ab91d0d36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f413b908-114a-47dd-99a1-7f7ab91d0d36:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f413b908-114a-47dd-99a1-7f7ab91d0d36 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f413b908-114a-47dd-99a1-7f7ab91d0d36.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f413b908-114a-47dd-99a1-7f7ab91d0d36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f413b908-114a-47dd-99a1-7f7ab91d0d36.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-db7a9dac-41d3-4b65-979f-d06b7274a7f0 {
  display: none;
}
#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 {
  text-align: left;
}


.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 {
  max-width: 100%;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 .shg-image-zoom,
.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 {
  max-width: 100%;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 .shg-image-zoom,
.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 {
  max-width: 100%;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 .shg-image-zoom,
.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 {
  max-width: 100%;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 .shg-image-zoom,
.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 {
  max-width: 100%;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 .shg-image-zoom,
.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f63b506-6b4d-41f6-928c-681f0ae8b964 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-06e8abd0-dec2-462c-95be-bc0fdafc3dff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06e8abd0-dec2-462c-95be-bc0fdafc3dff .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-5f39d3f7-ae4d-47be-86fa-146eed3d59ad {
  text-align: left;
}

#s-5f39d3f7-ae4d-47be-86fa-146eed3d59ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5f39d3f7-ae4d-47be-86fa-146eed3d59ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5f39d3f7-ae4d-47be-86fa-146eed3d59ad .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-924e3106-a36d-4279-a74c-ec082de1dc81 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-924e3106-a36d-4279-a74c-ec082de1dc81:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-924e3106-a36d-4279-a74c-ec082de1dc81:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-924e3106-a36d-4279-a74c-ec082de1dc81 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-924e3106-a36d-4279-a74c-ec082de1dc81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-924e3106-a36d-4279-a74c-ec082de1dc81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-924e3106-a36d-4279-a74c-ec082de1dc81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-711e79b6-2926-4258-93a0-f6f25451bfe0 {
  display: none;
}
#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 {
  text-align: left;
}


.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 {
  max-width: 100%;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 .shg-image-zoom,
.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 {
  max-width: 100%;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 .shg-image-zoom,
.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 {
  max-width: 100%;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 .shg-image-zoom,
.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 {
  max-width: 100%;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 .shg-image-zoom,
.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 {
  max-width: 100%;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 .shg-image-zoom,
.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd79bf23-c96c-4566-9e6c-e133e73116f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a1d49caf-c244-45a6-bbbc-4538d411ba49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1d49caf-c244-45a6-bbbc-4538d411ba49 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ca7111a2-81b1-4748-9e9c-1d7c6f089e89 {
  text-align: left;
}

#s-ca7111a2-81b1-4748-9e9c-1d7c6f089e89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ca7111a2-81b1-4748-9e9c-1d7c6f089e89 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ca7111a2-81b1-4748-9e9c-1d7c6f089e89 .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-8d4a2460-19a6-4ca6-b119-df8ecb0136a6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-8d4a2460-19a6-4ca6-b119-df8ecb0136a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d4a2460-19a6-4ca6-b119-df8ecb0136a6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d4a2460-19a6-4ca6-b119-df8ecb0136a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d4a2460-19a6-4ca6-b119-df8ecb0136a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d4a2460-19a6-4ca6-b119-df8ecb0136a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d4a2460-19a6-4ca6-b119-df8ecb0136a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-04894dad-bdd7-4f40-b4ae-0857b4d3a4ea {
  display: none;
}
#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 {
  text-align: left;
}


.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 {
  max-width: 100%;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 .shg-image-zoom,
.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 {
  max-width: 100%;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 .shg-image-zoom,
.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 {
  max-width: 100%;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 .shg-image-zoom,
.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 {
  max-width: 100%;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 .shg-image-zoom,
.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 {
  max-width: 100%;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 .shg-image-zoom,
.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f29c98b-4687-4c97-87c8-e64d37c9f537 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-44cfd316-91ab-40f4-9c4e-b042e1170051 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44cfd316-91ab-40f4-9c4e-b042e1170051 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-53603644-1170-469b-9332-6b5029484c13 {
  text-align: left;
}

#s-53603644-1170-469b-9332-6b5029484c13 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-53603644-1170-469b-9332-6b5029484c13 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-53603644-1170-469b-9332-6b5029484c13 .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-2c762b21-3519-48cc-b2ff-9a4c4c98a34a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-2c762b21-3519-48cc-b2ff-9a4c4c98a34a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c762b21-3519-48cc-b2ff-9a4c4c98a34a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2c762b21-3519-48cc-b2ff-9a4c4c98a34a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c762b21-3519-48cc-b2ff-9a4c4c98a34a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c762b21-3519-48cc-b2ff-9a4c4c98a34a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2c762b21-3519-48cc-b2ff-9a4c4c98a34a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ac430e85-61eb-489e-bfad-c1c131241d66 {
  display: none;
}
#s-73feccab-8d70-446e-a959-4bd9a48236ea {
  text-align: left;
}


.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea {
  max-width: 100%;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea .shg-image-zoom,
.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea {
  max-width: 100%;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea .shg-image-zoom,
.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea {
  max-width: 100%;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea .shg-image-zoom,
.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea {
  max-width: 100%;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea .shg-image-zoom,
.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea {
  max-width: 100%;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea .shg-image-zoom,
.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73feccab-8d70-446e-a959-4bd9a48236ea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b0026cfd-98a5-4c7d-8cb2-8360f6623103 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0026cfd-98a5-4c7d-8cb2-8360f6623103 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4c7812e4-f685-46d5-a8a4-60514bd28e6c {
  text-align: left;
}

#s-4c7812e4-f685-46d5-a8a4-60514bd28e6c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4c7812e4-f685-46d5-a8a4-60514bd28e6c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c7812e4-f685-46d5-a8a4-60514bd28e6c .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-4f2f4694-a845-4341-b1fc-ff768b10c227 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-4f2f4694-a845-4341-b1fc-ff768b10c227:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f2f4694-a845-4341-b1fc-ff768b10c227:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4f2f4694-a845-4341-b1fc-ff768b10c227 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4f2f4694-a845-4341-b1fc-ff768b10c227.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4f2f4694-a845-4341-b1fc-ff768b10c227.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4f2f4694-a845-4341-b1fc-ff768b10c227.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d2a68cb0-8225-4cfd-a358-29f4b0c57a4f {
  display: none;
}
#s-1febe159-a79a-49ee-9968-ad86abc777b0 {
  text-align: left;
}


.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 {
  max-width: 100%;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 .shg-image-zoom,
.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 {
  max-width: 100%;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 .shg-image-zoom,
.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 {
  max-width: 100%;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 .shg-image-zoom,
.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 {
  max-width: 100%;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 .shg-image-zoom,
.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 {
  max-width: 100%;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 .shg-image-zoom,
.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1febe159-a79a-49ee-9968-ad86abc777b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dbe3b879-8146-49ae-8a52-cedea09f4805 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbe3b879-8146-49ae-8a52-cedea09f4805 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-659578c6-79c3-4291-94e1-2df9e7df00b8 {
  text-align: left;
}

#s-659578c6-79c3-4291-94e1-2df9e7df00b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-659578c6-79c3-4291-94e1-2df9e7df00b8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-659578c6-79c3-4291-94e1-2df9e7df00b8 .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-8d2f219f-76b7-42c5-a205-b6019edac06d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-8d2f219f-76b7-42c5-a205-b6019edac06d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d2f219f-76b7-42c5-a205-b6019edac06d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d2f219f-76b7-42c5-a205-b6019edac06d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d2f219f-76b7-42c5-a205-b6019edac06d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d2f219f-76b7-42c5-a205-b6019edac06d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d2f219f-76b7-42c5-a205-b6019edac06d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c36d1731-2be1-4556-980b-ec8b6c9ab103 {
  display: none;
}
#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 {
  text-align: left;
}


.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 {
  max-width: 100%;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 .shg-image-zoom,
.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 {
  max-width: 100%;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 .shg-image-zoom,
.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 {
  max-width: 100%;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 .shg-image-zoom,
.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 {
  max-width: 100%;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 .shg-image-zoom,
.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 {
  max-width: 100%;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 .shg-image-zoom,
.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-934b20dc-5ad3-44c0-9de1-bc5c48974042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-02af8c1d-8f4f-422b-8fb4-65de606db44e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02af8c1d-8f4f-422b-8fb4-65de606db44e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4edbf234-8d59-4794-a490-a3b3ed46bf06 {
  text-align: left;
}

#s-4edbf234-8d59-4794-a490-a3b3ed46bf06 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4edbf234-8d59-4794-a490-a3b3ed46bf06 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4edbf234-8d59-4794-a490-a3b3ed46bf06 .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-aca24f76-a24c-4cee-ab85-df6f3e8fdb54 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-aca24f76-a24c-4cee-ab85-df6f3e8fdb54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aca24f76-a24c-4cee-ab85-df6f3e8fdb54:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aca24f76-a24c-4cee-ab85-df6f3e8fdb54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aca24f76-a24c-4cee-ab85-df6f3e8fdb54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aca24f76-a24c-4cee-ab85-df6f3e8fdb54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aca24f76-a24c-4cee-ab85-df6f3e8fdb54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8a6407fc-1ea6-4196-85a6-4fdb9b5aab94 {
  display: none;
}
#s-ff4ec520-2bac-45c7-b471-fe4d50076209 {
  text-align: left;
}


.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 {
  max-width: 100%;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 .shg-image-zoom,
.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 {
  max-width: 100%;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 .shg-image-zoom,
.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 {
  max-width: 100%;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 .shg-image-zoom,
.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 {
  max-width: 100%;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 .shg-image-zoom,
.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 {
  max-width: 100%;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 .shg-image-zoom,
.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff4ec520-2bac-45c7-b471-fe4d50076209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6fff34bf-690f-4f07-b5c7-d2bdfe80dcc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fff34bf-690f-4f07-b5c7-d2bdfe80dcc3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-491f2332-51e0-4d62-aaba-3bd73674b72c {
  text-align: left;
}

#s-491f2332-51e0-4d62-aaba-3bd73674b72c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-491f2332-51e0-4d62-aaba-3bd73674b72c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-491f2332-51e0-4d62-aaba-3bd73674b72c .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-057c56a9-3d2a-475e-851b-6f41cefd681c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-057c56a9-3d2a-475e-851b-6f41cefd681c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-057c56a9-3d2a-475e-851b-6f41cefd681c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-057c56a9-3d2a-475e-851b-6f41cefd681c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-057c56a9-3d2a-475e-851b-6f41cefd681c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-057c56a9-3d2a-475e-851b-6f41cefd681c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-057c56a9-3d2a-475e-851b-6f41cefd681c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-33552dc2-e6a9-4e7f-be68-009bf9b99d13 {
  display: none;
}
#s-898b119e-33a5-46bd-ac59-b9ed87c68471 {
  text-align: left;
}


.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 {
  max-width: 100%;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 .shg-image-zoom,
.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 {
  max-width: 100%;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 .shg-image-zoom,
.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 {
  max-width: 100%;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 .shg-image-zoom,
.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 {
  max-width: 100%;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 .shg-image-zoom,
.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 {
  max-width: 100%;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 .shg-image-zoom,
.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-898b119e-33a5-46bd-ac59-b9ed87c68471 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-77a1d7f2-6553-4fde-8d1f-1e338553a2d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77a1d7f2-6553-4fde-8d1f-1e338553a2d9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-02a86758-c060-492e-a515-bfc4d84796e0 {
  text-align: left;
}

#s-02a86758-c060-492e-a515-bfc4d84796e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-02a86758-c060-492e-a515-bfc4d84796e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-02a86758-c060-492e-a515-bfc4d84796e0 .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-65d369d2-af43-447c-aba3-548fd615931d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-65d369d2-af43-447c-aba3-548fd615931d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65d369d2-af43-447c-aba3-548fd615931d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-65d369d2-af43-447c-aba3-548fd615931d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65d369d2-af43-447c-aba3-548fd615931d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65d369d2-af43-447c-aba3-548fd615931d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65d369d2-af43-447c-aba3-548fd615931d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4a283fb1-68ef-4cd9-a83b-6cb1b1ab633a {
  display: none;
}
#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b {
  text-align: left;
}


.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b {
  max-width: 100%;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b .shg-image-zoom,
.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b {
  max-width: 100%;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b .shg-image-zoom,
.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b {
  max-width: 100%;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b .shg-image-zoom,
.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b {
  max-width: 100%;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b .shg-image-zoom,
.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b {
  max-width: 100%;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b .shg-image-zoom,
.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5edc18b7-feb1-4bd1-bbd6-946ad6c1e07b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6c028727-41e3-4f65-a6dd-e7ba30cc2b9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c028727-41e3-4f65-a6dd-e7ba30cc2b9e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d2be2b50-eb4c-41b7-af1b-18a37ba6e124 {
  text-align: left;
}

#s-d2be2b50-eb4c-41b7-af1b-18a37ba6e124 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d2be2b50-eb4c-41b7-af1b-18a37ba6e124 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d2be2b50-eb4c-41b7-af1b-18a37ba6e124 .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-7a7b8df1-0867-40e4-ace2-85e4fea9f3cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-7a7b8df1-0867-40e4-ace2-85e4fea9f3cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a7b8df1-0867-40e4-ace2-85e4fea9f3cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a7b8df1-0867-40e4-ace2-85e4fea9f3cc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a7b8df1-0867-40e4-ace2-85e4fea9f3cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a7b8df1-0867-40e4-ace2-85e4fea9f3cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a7b8df1-0867-40e4-ace2-85e4fea9f3cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-81d7874f-287b-4158-929c-33bdc290ae42 {
  display: none;
}
#s-d599fe67-edcb-4971-a302-5614333b4ec2 {
  text-align: left;
}


.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 {
  max-width: 100%;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 .shg-image-zoom,
.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 {
  max-width: 100%;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 .shg-image-zoom,
.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 {
  max-width: 100%;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 .shg-image-zoom,
.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 {
  max-width: 100%;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 .shg-image-zoom,
.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 {
  max-width: 100%;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 .shg-image-zoom,
.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d599fe67-edcb-4971-a302-5614333b4ec2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b587b0db-6935-4160-b41a-b77d745baa55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b587b0db-6935-4160-b41a-b77d745baa55 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d16f0197-8e1f-4564-a91e-843abf9ce22a {
  text-align: left;
}

#s-d16f0197-8e1f-4564-a91e-843abf9ce22a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d16f0197-8e1f-4564-a91e-843abf9ce22a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d16f0197-8e1f-4564-a91e-843abf9ce22a .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-ec6a59a3-205a-42ef-bb98-49ecd238e3e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-ec6a59a3-205a-42ef-bb98-49ecd238e3e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec6a59a3-205a-42ef-bb98-49ecd238e3e2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec6a59a3-205a-42ef-bb98-49ecd238e3e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec6a59a3-205a-42ef-bb98-49ecd238e3e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec6a59a3-205a-42ef-bb98-49ecd238e3e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ec6a59a3-205a-42ef-bb98-49ecd238e3e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-06007b3e-1ab4-4789-8cbc-881d0c08f720 {
  display: none;
}
#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e {
  text-align: left;
}


.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e {
  max-width: 100%;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e .shg-image-zoom,
.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e {
  max-width: 100%;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e .shg-image-zoom,
.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e {
  max-width: 100%;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e .shg-image-zoom,
.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e {
  max-width: 100%;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e .shg-image-zoom,
.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e {
  max-width: 100%;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e .shg-image-zoom,
.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc60cf0-0b19-4c40-ba12-9e2af18aa32e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cd52e25d-6857-4bad-83b0-a81e6e4199d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd52e25d-6857-4bad-83b0-a81e6e4199d6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3b150314-05d9-482a-8c01-fc9988f098e0 {
  text-align: left;
}

#s-3b150314-05d9-482a-8c01-fc9988f098e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3b150314-05d9-482a-8c01-fc9988f098e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3b150314-05d9-482a-8c01-fc9988f098e0 .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-3005fd2c-6c74-400c-bca0-98801dd3a7aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-3005fd2c-6c74-400c-bca0-98801dd3a7aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3005fd2c-6c74-400c-bca0-98801dd3a7aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3005fd2c-6c74-400c-bca0-98801dd3a7aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3005fd2c-6c74-400c-bca0-98801dd3a7aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3005fd2c-6c74-400c-bca0-98801dd3a7aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3005fd2c-6c74-400c-bca0-98801dd3a7aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-395e2b2b-cb91-495f-8a0c-e711ec186028 {
  display: none;
}
#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 {
  text-align: left;
}


.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 {
  max-width: 100%;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 .shg-image-zoom,
.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 {
  max-width: 100%;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 .shg-image-zoom,
.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 {
  max-width: 100%;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 .shg-image-zoom,
.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 {
  max-width: 100%;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 .shg-image-zoom,
.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 {
  max-width: 100%;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 .shg-image-zoom,
.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a2bc50f-9628-4ebd-8cb8-e0481b038242 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-45c52dda-05fe-432a-9346-4f4a113acf6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45c52dda-05fe-432a-9346-4f4a113acf6f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-54831c2d-481c-417c-b8ce-be5aee9d6467 {
  text-align: left;
}

#s-54831c2d-481c-417c-b8ce-be5aee9d6467 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-54831c2d-481c-417c-b8ce-be5aee9d6467 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-54831c2d-481c-417c-b8ce-be5aee9d6467 .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-4a6bf3c0-8018-4719-aefe-02b0bd78e6bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-4a6bf3c0-8018-4719-aefe-02b0bd78e6bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a6bf3c0-8018-4719-aefe-02b0bd78e6bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4a6bf3c0-8018-4719-aefe-02b0bd78e6bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a6bf3c0-8018-4719-aefe-02b0bd78e6bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a6bf3c0-8018-4719-aefe-02b0bd78e6bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a6bf3c0-8018-4719-aefe-02b0bd78e6bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-313ada85-172d-4338-b7e1-9775cf2cc338 {
  display: none;
}
#s-96ca2567-13e6-47f9-a484-7c55408ec832 {
  text-align: left;
}


.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 {
  max-width: 100%;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 .shg-image-zoom,
.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 {
  max-width: 100%;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 .shg-image-zoom,
.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 {
  max-width: 100%;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 .shg-image-zoom,
.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 {
  max-width: 100%;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 .shg-image-zoom,
.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 {
  max-width: 100%;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 .shg-image-zoom,
.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96ca2567-13e6-47f9-a484-7c55408ec832 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3ae30e01-dea7-4ba0-a34b-c08a41b5eda6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ae30e01-dea7-4ba0-a34b-c08a41b5eda6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d4a9cff6-6d9d-47b5-a090-e90186dd72c9 {
  text-align: left;
}

#s-d4a9cff6-6d9d-47b5-a090-e90186dd72c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d4a9cff6-6d9d-47b5-a090-e90186dd72c9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d4a9cff6-6d9d-47b5-a090-e90186dd72c9 .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-3d9f9f0e-4e28-403e-a798-1f2a66cceab4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-3d9f9f0e-4e28-403e-a798-1f2a66cceab4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d9f9f0e-4e28-403e-a798-1f2a66cceab4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d9f9f0e-4e28-403e-a798-1f2a66cceab4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d9f9f0e-4e28-403e-a798-1f2a66cceab4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d9f9f0e-4e28-403e-a798-1f2a66cceab4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d9f9f0e-4e28-403e-a798-1f2a66cceab4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-507adcf6-2fae-459b-946b-b861ca9a9a82 {
  display: none;
}
#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d {
  text-align: left;
}


.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d {
  max-width: 100%;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d .shg-image-zoom,
.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d {
  max-width: 100%;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d .shg-image-zoom,
.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d {
  max-width: 100%;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d .shg-image-zoom,
.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d {
  max-width: 100%;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d .shg-image-zoom,
.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d {
  max-width: 100%;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d .shg-image-zoom,
.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0f30ef5-56e3-4f05-993c-d03603e98d7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-efb3e0c3-72a5-4990-9c3c-fe8d7c6dfefb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efb3e0c3-72a5-4990-9c3c-fe8d7c6dfefb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-277dd0fa-409d-4059-8a53-8ccaeb0291a5 {
  text-align: left;
}

#s-277dd0fa-409d-4059-8a53-8ccaeb0291a5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-277dd0fa-409d-4059-8a53-8ccaeb0291a5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-277dd0fa-409d-4059-8a53-8ccaeb0291a5 .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-010e65ad-dd2f-481b-9abf-660e1a5988d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-010e65ad-dd2f-481b-9abf-660e1a5988d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-010e65ad-dd2f-481b-9abf-660e1a5988d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-010e65ad-dd2f-481b-9abf-660e1a5988d5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-010e65ad-dd2f-481b-9abf-660e1a5988d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-010e65ad-dd2f-481b-9abf-660e1a5988d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-010e65ad-dd2f-481b-9abf-660e1a5988d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-981480a9-f363-45f0-86d8-5e9549e47abd {
  display: none;
}
#s-253b93ee-ddeb-46d2-bc57-7127cee133db {
  text-align: left;
}


.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db {
  max-width: 100%;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db .shg-image-zoom,
.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db {
  max-width: 100%;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db .shg-image-zoom,
.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db {
  max-width: 100%;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db .shg-image-zoom,
.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db {
  max-width: 100%;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db .shg-image-zoom,
.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db {
  max-width: 100%;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db .shg-image-zoom,
.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-253b93ee-ddeb-46d2-bc57-7127cee133db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a2685855-a213-4417-a803-835a0cb41d7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2685855-a213-4417-a803-835a0cb41d7e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4ea05403-1d3b-4c2f-85a2-92b53f0a5c7b {
  text-align: left;
}

#s-4ea05403-1d3b-4c2f-85a2-92b53f0a5c7b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4ea05403-1d3b-4c2f-85a2-92b53f0a5c7b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4ea05403-1d3b-4c2f-85a2-92b53f0a5c7b .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-c0d6fe90-4f1e-48f8-b6e7-39c546b6dbe8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-c0d6fe90-4f1e-48f8-b6e7-39c546b6dbe8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0d6fe90-4f1e-48f8-b6e7-39c546b6dbe8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c0d6fe90-4f1e-48f8-b6e7-39c546b6dbe8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0d6fe90-4f1e-48f8-b6e7-39c546b6dbe8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0d6fe90-4f1e-48f8-b6e7-39c546b6dbe8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0d6fe90-4f1e-48f8-b6e7-39c546b6dbe8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-061cbcc3-1479-4728-9a78-f7aa94d019cf {
  display: none;
}
#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 {
  text-align: left;
}


.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 {
  max-width: 100%;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 .shg-image-zoom,
.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 {
  max-width: 100%;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 .shg-image-zoom,
.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 {
  max-width: 100%;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 .shg-image-zoom,
.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 {
  max-width: 100%;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 .shg-image-zoom,
.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 {
  max-width: 100%;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 .shg-image-zoom,
.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3c9976e-b046-4c8d-80c0-53a06cc45ff7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-474fecfb-ebe0-438e-84e3-2964b5dd416c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-474fecfb-ebe0-438e-84e3-2964b5dd416c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1aba67e2-bc61-40a8-bf7f-73137d83a96d {
  text-align: left;
}

#s-1aba67e2-bc61-40a8-bf7f-73137d83a96d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1aba67e2-bc61-40a8-bf7f-73137d83a96d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1aba67e2-bc61-40a8-bf7f-73137d83a96d .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-9e9d8058-93b9-480d-819f-8cdece675289 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-9e9d8058-93b9-480d-819f-8cdece675289:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9e9d8058-93b9-480d-819f-8cdece675289:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9e9d8058-93b9-480d-819f-8cdece675289 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e9d8058-93b9-480d-819f-8cdece675289.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e9d8058-93b9-480d-819f-8cdece675289.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9e9d8058-93b9-480d-819f-8cdece675289.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ff04dd08-c480-4c70-bb62-ecc17bc56871 {
  display: none;
}
#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 {
  text-align: left;
}


.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 {
  max-width: 100%;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 .shg-image-zoom,
.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 {
  max-width: 100%;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 .shg-image-zoom,
.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 {
  max-width: 100%;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 .shg-image-zoom,
.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 {
  max-width: 100%;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 .shg-image-zoom,
.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 {
  max-width: 100%;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 .shg-image-zoom,
.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ade0c802-1bc4-4968-b18f-ff2ecc764327 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d970da65-ac8c-458d-a8d7-2ec4e97e8faa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d970da65-ac8c-458d-a8d7-2ec4e97e8faa .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-510589ad-a642-49bb-b59c-f09363c517c2 {
  text-align: left;
}

#s-510589ad-a642-49bb-b59c-f09363c517c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-510589ad-a642-49bb-b59c-f09363c517c2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-510589ad-a642-49bb-b59c-f09363c517c2 .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-4581d8bd-144c-48ef-a0fb-1459a47edc1d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-4581d8bd-144c-48ef-a0fb-1459a47edc1d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4581d8bd-144c-48ef-a0fb-1459a47edc1d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4581d8bd-144c-48ef-a0fb-1459a47edc1d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4581d8bd-144c-48ef-a0fb-1459a47edc1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4581d8bd-144c-48ef-a0fb-1459a47edc1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4581d8bd-144c-48ef-a0fb-1459a47edc1d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4803b1c6-2636-4f88-8d26-f039c0d4cec9 {
  display: none;
}
#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 {
  text-align: left;
}


.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 {
  max-width: 100%;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 .shg-image-zoom,
.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 {
  max-width: 100%;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 .shg-image-zoom,
.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 {
  max-width: 100%;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 .shg-image-zoom,
.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 {
  max-width: 100%;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 .shg-image-zoom,
.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 {
  max-width: 100%;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 .shg-image-zoom,
.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26ea432f-caf3-4a5f-be1e-7f84526c54c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f89d7dc0-ff4f-4911-b5f2-c04b7a01b6be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f89d7dc0-ff4f-4911-b5f2-c04b7a01b6be .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-fb078a5a-0a6e-4d92-993d-b52e33d216df {
  text-align: left;
}

#s-fb078a5a-0a6e-4d92-993d-b52e33d216df .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fb078a5a-0a6e-4d92-993d-b52e33d216df .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fb078a5a-0a6e-4d92-993d-b52e33d216df .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-de42914a-ca99-4c8b-b7d0-430a50574afd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-de42914a-ca99-4c8b-b7d0-430a50574afd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de42914a-ca99-4c8b-b7d0-430a50574afd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de42914a-ca99-4c8b-b7d0-430a50574afd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de42914a-ca99-4c8b-b7d0-430a50574afd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de42914a-ca99-4c8b-b7d0-430a50574afd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de42914a-ca99-4c8b-b7d0-430a50574afd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5e0465bb-cc1a-4ad5-9d13-74b89efcc1e2 {
  display: none;
}
#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab {
  text-align: left;
}


.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab {
  max-width: 100%;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab .shg-image-zoom,
.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab {
  max-width: 100%;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab .shg-image-zoom,
.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab {
  max-width: 100%;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab .shg-image-zoom,
.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab {
  max-width: 100%;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab .shg-image-zoom,
.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab {
  max-width: 100%;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab .shg-image-zoom,
.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b65761d9-b860-4ba4-bcee-cfe1b8a3a5ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4ba8244d-1c31-4fbd-88d6-a62c9fa3f5ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ba8244d-1c31-4fbd-88d6-a62c9fa3f5ca .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-af144eda-5135-4d13-9176-eb9c3a94a88a {
  text-align: left;
}

#s-af144eda-5135-4d13-9176-eb9c3a94a88a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-af144eda-5135-4d13-9176-eb9c3a94a88a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-af144eda-5135-4d13-9176-eb9c3a94a88a .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-34e4aefc-ac63-4673-9515-2ff90df8f53e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-34e4aefc-ac63-4673-9515-2ff90df8f53e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34e4aefc-ac63-4673-9515-2ff90df8f53e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-34e4aefc-ac63-4673-9515-2ff90df8f53e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34e4aefc-ac63-4673-9515-2ff90df8f53e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34e4aefc-ac63-4673-9515-2ff90df8f53e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34e4aefc-ac63-4673-9515-2ff90df8f53e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bbe9bd25-f596-4a24-997a-960fc67e4a25 {
  display: none;
}
#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b {
  text-align: left;
}


.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b {
  max-width: 100%;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b .shg-image-zoom,
.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b {
  max-width: 100%;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b .shg-image-zoom,
.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b {
  max-width: 100%;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b .shg-image-zoom,
.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b {
  max-width: 100%;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b .shg-image-zoom,
.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b {
  max-width: 100%;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b .shg-image-zoom,
.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bf15760-c1a5-453b-8d28-551d60d0eb5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d62eb140-b8f0-4c84-990d-c36fd7932bb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d62eb140-b8f0-4c84-990d-c36fd7932bb7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ac7e026f-40b6-4646-8139-c3e6ee5aa899 {
  text-align: left;
}

#s-ac7e026f-40b6-4646-8139-c3e6ee5aa899 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ac7e026f-40b6-4646-8139-c3e6ee5aa899 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ac7e026f-40b6-4646-8139-c3e6ee5aa899 .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-ba11bada-9eef-47d5-86ec-5ac084ea9766 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-ba11bada-9eef-47d5-86ec-5ac084ea9766:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba11bada-9eef-47d5-86ec-5ac084ea9766:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ba11bada-9eef-47d5-86ec-5ac084ea9766 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba11bada-9eef-47d5-86ec-5ac084ea9766.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba11bada-9eef-47d5-86ec-5ac084ea9766.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ba11bada-9eef-47d5-86ec-5ac084ea9766.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d2e8b43f-42d8-48d6-9fe3-0714e3863744 {
  display: none;
}
#s-2ddc2cfd-549b-4827-9329-48e3744e64ac {
  text-align: left;
}


.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac {
  max-width: 100%;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac .shg-image-zoom,
.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac {
  max-width: 100%;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac .shg-image-zoom,
.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac {
  max-width: 100%;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac .shg-image-zoom,
.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac {
  max-width: 100%;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac .shg-image-zoom,
.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac {
  max-width: 100%;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac .shg-image-zoom,
.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ddc2cfd-549b-4827-9329-48e3744e64ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ffaca4b7-bbfb-46ab-b11d-78eed49f174d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffaca4b7-bbfb-46ab-b11d-78eed49f174d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-6769b77c-9b7a-49bc-803a-14b2f4925cbb {
  text-align: left;
}

#s-6769b77c-9b7a-49bc-803a-14b2f4925cbb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6769b77c-9b7a-49bc-803a-14b2f4925cbb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6769b77c-9b7a-49bc-803a-14b2f4925cbb .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-d47dcf79-605a-46d4-8ae3-2a0da4ff89c1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-d47dcf79-605a-46d4-8ae3-2a0da4ff89c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d47dcf79-605a-46d4-8ae3-2a0da4ff89c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d47dcf79-605a-46d4-8ae3-2a0da4ff89c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d47dcf79-605a-46d4-8ae3-2a0da4ff89c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d47dcf79-605a-46d4-8ae3-2a0da4ff89c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d47dcf79-605a-46d4-8ae3-2a0da4ff89c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-51312efc-1fb0-4ec5-ae33-fcaf06d08f4a {
  display: none;
}
#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 {
  text-align: left;
}


.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 {
  max-width: 100%;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 .shg-image-zoom,
.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 {
  max-width: 100%;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 .shg-image-zoom,
.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 {
  max-width: 100%;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 .shg-image-zoom,
.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 {
  max-width: 100%;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 .shg-image-zoom,
.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 {
  max-width: 100%;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 .shg-image-zoom,
.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09d6eb76-be1d-45f3-a53a-32a19fe3bad5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3fedd29e-883e-43d4-9709-0c43bd64cd30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fedd29e-883e-43d4-9709-0c43bd64cd30 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9caacded-5aeb-47cb-9b1f-a8ec0e44c0de {
  text-align: left;
}

#s-9caacded-5aeb-47cb-9b1f-a8ec0e44c0de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9caacded-5aeb-47cb-9b1f-a8ec0e44c0de .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9caacded-5aeb-47cb-9b1f-a8ec0e44c0de .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-84cb0858-3a64-4338-acbc-072971bb9792 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-84cb0858-3a64-4338-acbc-072971bb9792:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84cb0858-3a64-4338-acbc-072971bb9792:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84cb0858-3a64-4338-acbc-072971bb9792 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84cb0858-3a64-4338-acbc-072971bb9792.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84cb0858-3a64-4338-acbc-072971bb9792.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-84cb0858-3a64-4338-acbc-072971bb9792.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5f5954ea-087c-40b6-9ece-d5d33f328c2c {
  display: none;
}
#s-dd952002-e658-4f5f-952b-2e850d740691 {
  text-align: left;
}


.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 {
  max-width: 100%;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 .shg-image-zoom,
.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 {
  max-width: 100%;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 .shg-image-zoom,
.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 {
  max-width: 100%;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 .shg-image-zoom,
.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 {
  max-width: 100%;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 .shg-image-zoom,
.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 {
  max-width: 100%;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 .shg-image-zoom,
.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd952002-e658-4f5f-952b-2e850d740691 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ff995a82-84fb-4634-9aff-674677d058a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff995a82-84fb-4634-9aff-674677d058a9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-67afec78-6d6f-4c1d-9c01-1accb4836c71 {
  text-align: left;
}

#s-67afec78-6d6f-4c1d-9c01-1accb4836c71 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-67afec78-6d6f-4c1d-9c01-1accb4836c71 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-67afec78-6d6f-4c1d-9c01-1accb4836c71 .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-07dd7b86-5e46-4e23-81ea-25a08415add4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-07dd7b86-5e46-4e23-81ea-25a08415add4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07dd7b86-5e46-4e23-81ea-25a08415add4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-07dd7b86-5e46-4e23-81ea-25a08415add4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07dd7b86-5e46-4e23-81ea-25a08415add4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07dd7b86-5e46-4e23-81ea-25a08415add4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-07dd7b86-5e46-4e23-81ea-25a08415add4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8d521287-34f9-4f10-9f52-71b69c2459bb {
  display: none;
}
#s-4c33badc-8a47-4280-8325-f5a35eae6ddf {
  text-align: left;
}


.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf {
  max-width: 100%;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf .shg-image-zoom,
.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf {
  max-width: 100%;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf .shg-image-zoom,
.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf {
  max-width: 100%;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf .shg-image-zoom,
.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf {
  max-width: 100%;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf .shg-image-zoom,
.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf {
  max-width: 100%;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf .shg-image-zoom,
.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c33badc-8a47-4280-8325-f5a35eae6ddf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-231261cb-68a4-477f-87ad-f79e506d8877 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-231261cb-68a4-477f-87ad-f79e506d8877 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-40955659-c22a-4a67-973f-8a0bfd1d6f55 {
  text-align: left;
}

#s-40955659-c22a-4a67-973f-8a0bfd1d6f55 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-40955659-c22a-4a67-973f-8a0bfd1d6f55 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-40955659-c22a-4a67-973f-8a0bfd1d6f55 .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-30f9b216-1575-475b-8389-c078a210dfbf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-30f9b216-1575-475b-8389-c078a210dfbf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30f9b216-1575-475b-8389-c078a210dfbf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-30f9b216-1575-475b-8389-c078a210dfbf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30f9b216-1575-475b-8389-c078a210dfbf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30f9b216-1575-475b-8389-c078a210dfbf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-30f9b216-1575-475b-8389-c078a210dfbf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-654cca25-0dc1-4420-9dbc-143e275ce0b8 {
  display: none;
}
#s-fa18cd78-00d3-47f2-9c83-28d912e2751d {
  text-align: left;
}


.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d {
  max-width: 100%;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d .shg-image-zoom,
.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d {
  max-width: 100%;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d .shg-image-zoom,
.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d {
  max-width: 100%;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d .shg-image-zoom,
.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d {
  max-width: 100%;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d .shg-image-zoom,
.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d {
  max-width: 100%;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d .shg-image-zoom,
.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa18cd78-00d3-47f2-9c83-28d912e2751d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4d985f13-4755-4932-bb43-1ef5cd842db2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d985f13-4755-4932-bb43-1ef5cd842db2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-84637453-1f9e-40da-a0b6-f7cf7599a18f {
  text-align: left;
}

#s-84637453-1f9e-40da-a0b6-f7cf7599a18f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-84637453-1f9e-40da-a0b6-f7cf7599a18f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-84637453-1f9e-40da-a0b6-f7cf7599a18f .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-05ed08dc-3676-493d-9594-f8f005c597d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-05ed08dc-3676-493d-9594-f8f005c597d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05ed08dc-3676-493d-9594-f8f005c597d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-05ed08dc-3676-493d-9594-f8f005c597d5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-05ed08dc-3676-493d-9594-f8f005c597d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05ed08dc-3676-493d-9594-f8f005c597d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-05ed08dc-3676-493d-9594-f8f005c597d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5fb7d042-326b-423b-a66d-3067bfbee36c {
  display: none;
}
#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 {
  text-align: left;
}


.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 {
  max-width: 100%;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 .shg-image-zoom,
.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 {
  max-width: 100%;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 .shg-image-zoom,
.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 {
  max-width: 100%;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 .shg-image-zoom,
.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 {
  max-width: 100%;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 .shg-image-zoom,
.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 {
  max-width: 100%;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 .shg-image-zoom,
.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28f2270d-9ddf-4931-ac95-7ed801a5a708 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-88b479f1-7696-4a88-a67a-5dad8339f15c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88b479f1-7696-4a88-a67a-5dad8339f15c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e19ab5d3-2f31-4524-a55f-363ecd7a320b {
  text-align: left;
}

#s-e19ab5d3-2f31-4524-a55f-363ecd7a320b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e19ab5d3-2f31-4524-a55f-363ecd7a320b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e19ab5d3-2f31-4524-a55f-363ecd7a320b .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-0c353746-b84e-4cd7-a635-9aaf661392d6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-0c353746-b84e-4cd7-a635-9aaf661392d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c353746-b84e-4cd7-a635-9aaf661392d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0c353746-b84e-4cd7-a635-9aaf661392d6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c353746-b84e-4cd7-a635-9aaf661392d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c353746-b84e-4cd7-a635-9aaf661392d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c353746-b84e-4cd7-a635-9aaf661392d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d04379e6-b0cd-4d4e-bfc3-b466e820cc0f {
  display: none;
}
#s-f428fc52-da90-461e-8fa0-63c41e7c60bc {
  text-align: left;
}


.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc {
  max-width: 100%;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc .shg-image-zoom,
.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc {
  max-width: 100%;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc .shg-image-zoom,
.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc {
  max-width: 100%;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc .shg-image-zoom,
.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc {
  max-width: 100%;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc .shg-image-zoom,
.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc {
  max-width: 100%;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc .shg-image-zoom,
.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f428fc52-da90-461e-8fa0-63c41e7c60bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b352a886-2cf2-4c34-8176-281f9be00847 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b352a886-2cf2-4c34-8176-281f9be00847 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d1c93fc4-a7fd-484d-90b1-e0a45338f72b {
  text-align: left;
}

#s-d1c93fc4-a7fd-484d-90b1-e0a45338f72b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d1c93fc4-a7fd-484d-90b1-e0a45338f72b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d1c93fc4-a7fd-484d-90b1-e0a45338f72b .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-4b8d76d7-6944-46cf-bbbd-28899af7aca9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-4b8d76d7-6944-46cf-bbbd-28899af7aca9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b8d76d7-6944-46cf-bbbd-28899af7aca9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4b8d76d7-6944-46cf-bbbd-28899af7aca9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b8d76d7-6944-46cf-bbbd-28899af7aca9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b8d76d7-6944-46cf-bbbd-28899af7aca9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b8d76d7-6944-46cf-bbbd-28899af7aca9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-71c0b6c4-79aa-4fc4-9657-83ae4360c16d {
  display: none;
}
#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 {
  text-align: left;
}


.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 {
  max-width: 100%;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 .shg-image-zoom,
.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 {
  max-width: 100%;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 .shg-image-zoom,
.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 {
  max-width: 100%;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 .shg-image-zoom,
.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 {
  max-width: 100%;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 .shg-image-zoom,
.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 {
  max-width: 100%;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 .shg-image-zoom,
.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d11b5a18-3d18-4d24-ac90-6ba161e9a853 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8c9af163-68c5-43a9-9450-cbee9f84b2ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c9af163-68c5-43a9-9450-cbee9f84b2ea .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-bd7bbcc4-e511-44e1-9fcb-5101287443fd {
  text-align: left;
}

#s-bd7bbcc4-e511-44e1-9fcb-5101287443fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-bd7bbcc4-e511-44e1-9fcb-5101287443fd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bd7bbcc4-e511-44e1-9fcb-5101287443fd .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-ab39f08f-edff-4592-9b98-dfdcfd14427f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-ab39f08f-edff-4592-9b98-dfdcfd14427f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ab39f08f-edff-4592-9b98-dfdcfd14427f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ab39f08f-edff-4592-9b98-dfdcfd14427f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab39f08f-edff-4592-9b98-dfdcfd14427f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab39f08f-edff-4592-9b98-dfdcfd14427f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab39f08f-edff-4592-9b98-dfdcfd14427f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9dcdc8d6-cc7f-4737-96c5-8ee42bab3795 {
  display: none;
}
#s-1231979d-8bf1-4138-85cb-1136d3704578 {
  text-align: left;
}


.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 {
  max-width: 100%;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 .shg-image-zoom,
.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 {
  max-width: 100%;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 .shg-image-zoom,
.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 {
  max-width: 100%;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 .shg-image-zoom,
.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 {
  max-width: 100%;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 .shg-image-zoom,
.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 {
  max-width: 100%;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 .shg-image-zoom,
.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1231979d-8bf1-4138-85cb-1136d3704578 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d7299b65-d03b-4b3a-b168-5de895ddd36d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7299b65-d03b-4b3a-b168-5de895ddd36d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-7a4f8745-23cf-4abd-83c7-fee32dea8cd5 {
  text-align: left;
}

#s-7a4f8745-23cf-4abd-83c7-fee32dea8cd5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7a4f8745-23cf-4abd-83c7-fee32dea8cd5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7a4f8745-23cf-4abd-83c7-fee32dea8cd5 .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-3887c5c7-8063-4045-8037-dcb24d6f1a03 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-3887c5c7-8063-4045-8037-dcb24d6f1a03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3887c5c7-8063-4045-8037-dcb24d6f1a03:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3887c5c7-8063-4045-8037-dcb24d6f1a03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3887c5c7-8063-4045-8037-dcb24d6f1a03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3887c5c7-8063-4045-8037-dcb24d6f1a03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3887c5c7-8063-4045-8037-dcb24d6f1a03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8ddc524b-3e13-4242-b628-1430829ee4ea {
  display: none;
}
#s-9f04e551-4616-44e3-9c95-6247e41e4710 {
  text-align: left;
}


.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 {
  max-width: 100%;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 .shg-image-zoom,
.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 {
  max-width: 100%;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 .shg-image-zoom,
.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 {
  max-width: 100%;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 .shg-image-zoom,
.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 {
  max-width: 100%;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 .shg-image-zoom,
.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 {
  max-width: 100%;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 .shg-image-zoom,
.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f04e551-4616-44e3-9c95-6247e41e4710 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f9611b99-24ec-4683-9507-5f94e2a9cdd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9611b99-24ec-4683-9507-5f94e2a9cdd9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3a2ab339-4413-4486-a40c-aca3d6f6d42e {
  text-align: left;
}

#s-3a2ab339-4413-4486-a40c-aca3d6f6d42e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3a2ab339-4413-4486-a40c-aca3d6f6d42e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3a2ab339-4413-4486-a40c-aca3d6f6d42e .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-440b7869-f519-4310-a37f-9694406489bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-440b7869-f519-4310-a37f-9694406489bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-440b7869-f519-4310-a37f-9694406489bd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-440b7869-f519-4310-a37f-9694406489bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-440b7869-f519-4310-a37f-9694406489bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-440b7869-f519-4310-a37f-9694406489bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-440b7869-f519-4310-a37f-9694406489bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3373120f-12a1-43ea-9737-ef10690b6f75 {
  display: none;
}
#s-7a8b063f-f614-41ea-92ec-628507785952 {
  text-align: left;
}


.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 {
  max-width: 100%;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 .shg-image-zoom,
.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 {
  max-width: 100%;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 .shg-image-zoom,
.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 {
  max-width: 100%;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 .shg-image-zoom,
.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 {
  max-width: 100%;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 .shg-image-zoom,
.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 {
  max-width: 100%;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 .shg-image-zoom,
.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a8b063f-f614-41ea-92ec-628507785952 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d3cacb3e-0430-4181-8698-be8570cf1523 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3cacb3e-0430-4181-8698-be8570cf1523 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-695040ec-71d4-4502-8491-094b40023ba9 {
  text-align: left;
}

#s-695040ec-71d4-4502-8491-094b40023ba9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-695040ec-71d4-4502-8491-094b40023ba9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-695040ec-71d4-4502-8491-094b40023ba9 .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-5a34970f-44cf-460b-bb16-3e27ca836d5a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-5a34970f-44cf-460b-bb16-3e27ca836d5a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a34970f-44cf-460b-bb16-3e27ca836d5a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a34970f-44cf-460b-bb16-3e27ca836d5a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a34970f-44cf-460b-bb16-3e27ca836d5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a34970f-44cf-460b-bb16-3e27ca836d5a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a34970f-44cf-460b-bb16-3e27ca836d5a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6d8adee1-47eb-4fc3-93b5-9e78067b71bb {
  display: none;
}
#s-4e088963-cf11-40b2-a649-7774510465be {
  text-align: left;
}


.shg-c#s-4e088963-cf11-40b2-a649-7774510465be {
  max-width: 100%;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be .shg-image-zoom,
.shg-c#s-4e088963-cf11-40b2-a649-7774510465be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4e088963-cf11-40b2-a649-7774510465be {
  max-width: 100%;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be .shg-image-zoom,
.shg-c#s-4e088963-cf11-40b2-a649-7774510465be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e088963-cf11-40b2-a649-7774510465be {
  max-width: 100%;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be .shg-image-zoom,
.shg-c#s-4e088963-cf11-40b2-a649-7774510465be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e088963-cf11-40b2-a649-7774510465be {
  max-width: 100%;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be .shg-image-zoom,
.shg-c#s-4e088963-cf11-40b2-a649-7774510465be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4e088963-cf11-40b2-a649-7774510465be {
  max-width: 100%;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be .shg-image-zoom,
.shg-c#s-4e088963-cf11-40b2-a649-7774510465be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e088963-cf11-40b2-a649-7774510465be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f5f0c7bd-91b0-4b61-933a-6009821f363f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5f0c7bd-91b0-4b61-933a-6009821f363f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-c756c85e-3637-47eb-909b-95202f6e7697 {
  text-align: left;
}

#s-c756c85e-3637-47eb-909b-95202f6e7697 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c756c85e-3637-47eb-909b-95202f6e7697 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c756c85e-3637-47eb-909b-95202f6e7697 .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-ff2167ff-1152-4d8a-99ea-1cc884d13aec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-ff2167ff-1152-4d8a-99ea-1cc884d13aec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff2167ff-1152-4d8a-99ea-1cc884d13aec:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff2167ff-1152-4d8a-99ea-1cc884d13aec {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff2167ff-1152-4d8a-99ea-1cc884d13aec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff2167ff-1152-4d8a-99ea-1cc884d13aec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ff2167ff-1152-4d8a-99ea-1cc884d13aec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5b2e0e2b-4f20-48d9-b897-992d72386666 {
  display: none;
}
#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 {
  text-align: left;
}


.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 {
  max-width: 100%;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 .shg-image-zoom,
.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 {
  max-width: 100%;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 .shg-image-zoom,
.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 {
  max-width: 100%;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 .shg-image-zoom,
.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 {
  max-width: 100%;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 .shg-image-zoom,
.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 {
  max-width: 100%;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 .shg-image-zoom,
.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54fbe56b-58ba-48bd-bd07-55af02f5ceb3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-96250f90-d461-419b-98f0-90101804dc30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96250f90-d461-419b-98f0-90101804dc30 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-056b5d47-d52d-44d9-a584-b5696fa5ba1d {
  text-align: left;
}

#s-056b5d47-d52d-44d9-a584-b5696fa5ba1d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-056b5d47-d52d-44d9-a584-b5696fa5ba1d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-056b5d47-d52d-44d9-a584-b5696fa5ba1d .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-ef3c9d89-e8d0-496d-9046-3f29262ceae0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-ef3c9d89-e8d0-496d-9046-3f29262ceae0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef3c9d89-e8d0-496d-9046-3f29262ceae0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ef3c9d89-e8d0-496d-9046-3f29262ceae0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef3c9d89-e8d0-496d-9046-3f29262ceae0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef3c9d89-e8d0-496d-9046-3f29262ceae0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef3c9d89-e8d0-496d-9046-3f29262ceae0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-25dd731c-c703-482d-a49d-1f91d4aaaa71 {
  display: none;
}
#s-b8ab17c4-d9e4-450e-97d8-a5059af305af {
  text-align: left;
}


.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af {
  max-width: 100%;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af .shg-image-zoom,
.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af {
  max-width: 100%;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af .shg-image-zoom,
.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af {
  max-width: 100%;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af .shg-image-zoom,
.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af {
  max-width: 100%;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af .shg-image-zoom,
.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af {
  max-width: 100%;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af .shg-image-zoom,
.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8ab17c4-d9e4-450e-97d8-a5059af305af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-333d8abe-2a25-4cd1-8d64-b4d1bfd9b22d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-333d8abe-2a25-4cd1-8d64-b4d1bfd9b22d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-6d42bc00-10c3-45ad-b3ea-8c83d8478032 {
  text-align: left;
}

#s-6d42bc00-10c3-45ad-b3ea-8c83d8478032 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6d42bc00-10c3-45ad-b3ea-8c83d8478032 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6d42bc00-10c3-45ad-b3ea-8c83d8478032 .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-d48d2d0d-50fe-49c3-a59e-a611955a5764 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-d48d2d0d-50fe-49c3-a59e-a611955a5764:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d48d2d0d-50fe-49c3-a59e-a611955a5764:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d48d2d0d-50fe-49c3-a59e-a611955a5764 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d48d2d0d-50fe-49c3-a59e-a611955a5764.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d48d2d0d-50fe-49c3-a59e-a611955a5764.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d48d2d0d-50fe-49c3-a59e-a611955a5764.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-238f9c06-13f1-42f9-a876-095bb42867fe {
  display: none;
}
#s-22686da6-9c85-43cd-b508-c5a13294b46e {
  text-align: left;
}


.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e {
  max-width: 100%;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e .shg-image-zoom,
.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e {
  max-width: 100%;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e .shg-image-zoom,
.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e {
  max-width: 100%;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e .shg-image-zoom,
.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e {
  max-width: 100%;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e .shg-image-zoom,
.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e {
  max-width: 100%;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e .shg-image-zoom,
.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22686da6-9c85-43cd-b508-c5a13294b46e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cefe06b0-3eeb-4155-97c2-f4220d9a1e8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cefe06b0-3eeb-4155-97c2-f4220d9a1e8f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-fd2adb6b-4c06-45b7-95c8-4486b25c2013 {
  text-align: left;
}

#s-fd2adb6b-4c06-45b7-95c8-4486b25c2013 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fd2adb6b-4c06-45b7-95c8-4486b25c2013 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fd2adb6b-4c06-45b7-95c8-4486b25c2013 .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-9b9058d9-e5ba-4984-9bdb-039e1fc3b778 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-9b9058d9-e5ba-4984-9bdb-039e1fc3b778:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b9058d9-e5ba-4984-9bdb-039e1fc3b778:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9b9058d9-e5ba-4984-9bdb-039e1fc3b778 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b9058d9-e5ba-4984-9bdb-039e1fc3b778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b9058d9-e5ba-4984-9bdb-039e1fc3b778.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b9058d9-e5ba-4984-9bdb-039e1fc3b778.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1f321f66-29eb-49a7-9f4a-93a34621bfc3 {
  display: none;
}
#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 {
  text-align: left;
}


.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 {
  max-width: 100%;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 .shg-image-zoom,
.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 {
  max-width: 100%;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 .shg-image-zoom,
.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 {
  max-width: 100%;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 .shg-image-zoom,
.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 {
  max-width: 100%;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 .shg-image-zoom,
.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 {
  max-width: 100%;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 .shg-image-zoom,
.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b1bbf7-0647-4ad0-b35b-699956c0adb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c1cae2bd-e41f-47bb-b09f-25198f6f13fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1cae2bd-e41f-47bb-b09f-25198f6f13fa .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-a0311d74-f346-4950-94c1-11a268879785 {
  text-align: left;
}

#s-a0311d74-f346-4950-94c1-11a268879785 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a0311d74-f346-4950-94c1-11a268879785 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a0311d74-f346-4950-94c1-11a268879785 .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-44a149ff-f137-4ba8-9b28-ed0340e6e6a8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-44a149ff-f137-4ba8-9b28-ed0340e6e6a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44a149ff-f137-4ba8-9b28-ed0340e6e6a8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44a149ff-f137-4ba8-9b28-ed0340e6e6a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-44a149ff-f137-4ba8-9b28-ed0340e6e6a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44a149ff-f137-4ba8-9b28-ed0340e6e6a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-44a149ff-f137-4ba8-9b28-ed0340e6e6a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-972e5788-656e-4e3a-aefa-3a4b09546156 {
  display: none;
}
#s-e207f144-50f2-4422-b48a-5d03fbabfb16 {
  text-align: left;
}


.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 {
  max-width: 100%;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 .shg-image-zoom,
.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 {
  max-width: 100%;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 .shg-image-zoom,
.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 {
  max-width: 100%;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 .shg-image-zoom,
.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 {
  max-width: 100%;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 .shg-image-zoom,
.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 {
  max-width: 100%;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 .shg-image-zoom,
.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e207f144-50f2-4422-b48a-5d03fbabfb16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-438177a8-5a38-42c6-a801-2eaeac7b5e3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-438177a8-5a38-42c6-a801-2eaeac7b5e3b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9ebc0092-c2bd-418f-a67d-90ee3f01f0f4 {
  text-align: left;
}

#s-9ebc0092-c2bd-418f-a67d-90ee3f01f0f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9ebc0092-c2bd-418f-a67d-90ee3f01f0f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9ebc0092-c2bd-418f-a67d-90ee3f01f0f4 .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-e53b0e6a-b25b-43a1-98f8-d7cf2a0cf398 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-e53b0e6a-b25b-43a1-98f8-d7cf2a0cf398:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e53b0e6a-b25b-43a1-98f8-d7cf2a0cf398:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e53b0e6a-b25b-43a1-98f8-d7cf2a0cf398 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e53b0e6a-b25b-43a1-98f8-d7cf2a0cf398.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e53b0e6a-b25b-43a1-98f8-d7cf2a0cf398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e53b0e6a-b25b-43a1-98f8-d7cf2a0cf398.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e7a678c0-4f16-475d-a682-ffc5784d3ece {
  background-attachment: fixed;
border-style: solid;
border-top-width: 5px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 51, 45, 1);
min-height: 300px;
}
@media (min-width: 1200px){#s-e7a678c0-4f16-475d-a682-ffc5784d3ece {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7a678c0-4f16-475d-a682-ffc5784d3ece {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7a678c0-4f16-475d-a682-ffc5784d3ece {
  
}
}@media (max-width: 767px){#s-e7a678c0-4f16-475d-a682-ffc5784d3ece {
  
}
}







#s-e7a678c0-4f16-475d-a682-ffc5784d3ece > .shg-box-overlay {
  background-color: rgba(228, 51, 45, 1);
  opacity: 0.1;
}#s-e7a678c0-4f16-475d-a682-ffc5784d3ece.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eab93d1f-0d65-478a-a57c-0fdfcc9af893 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-eab93d1f-0d65-478a-a57c-0fdfcc9af893 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eab93d1f-0d65-478a-a57c-0fdfcc9af893 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eab93d1f-0d65-478a-a57c-0fdfcc9af893 {
  
}
}@media (max-width: 767px){#s-eab93d1f-0d65-478a-a57c-0fdfcc9af893 {
  
}
}







#s-eab93d1f-0d65-478a-a57c-0fdfcc9af893 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-eab93d1f-0d65-478a-a57c-0fdfcc9af893.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3798bb57-6545-47c7-9215-34e826e0b0bf {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-3798bb57-6545-47c7-9215-34e826e0b0bf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3798bb57-6545-47c7-9215-34e826e0b0bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3798bb57-6545-47c7-9215-34e826e0b0bf {
  
}
}@media (max-width: 767px){#s-3798bb57-6545-47c7-9215-34e826e0b0bf {
  
}
}
#s-64628124-4be8-4498-b8e9-ed980889be5e {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: -px;
padding-right: 40px;
text-align: center;
}




  #s-64628124-4be8-4498-b8e9-ed980889be5e img.shogun-image {
    
    width: px;
  }


#s-64628124-4be8-4498-b8e9-ed980889be5e .shogun-image-content {
  
    align-items: center;
  
}

#s-a9f123a0-6a26-4202-9692-006b3849a8b1 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a9f123a0-6a26-4202-9692-006b3849a8b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9f123a0-6a26-4202-9692-006b3849a8b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9f123a0-6a26-4202-9692-006b3849a8b1 {
  
}
}@media (max-width: 767px){#s-a9f123a0-6a26-4202-9692-006b3849a8b1 {
  
}
}
#s-a9f123a0-6a26-4202-9692-006b3849a8b1 .shogun-heading-component h1 {
  color: rgba(228, 51, 45, 1);
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8979a48c-7470-4788-81c8-6c27ef7d143c {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-8979a48c-7470-4788-81c8-6c27ef7d143c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8979a48c-7470-4788-81c8-6c27ef7d143c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8979a48c-7470-4788-81c8-6c27ef7d143c {
  
}
}@media (max-width: 767px){#s-8979a48c-7470-4788-81c8-6c27ef7d143c {
  
}
}
@media (min-width: 0px) {
[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77874e53-7bb8-4971-8c95-9616a980d9f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-69f2bfec-2b6d-42fc-bd2e-34eb70ed171c {
  margin-left: 30px;
margin-right: 30px;
}

#s-a882ac76-39ca-49e7-a399-31204ed7f2cd {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 12px;
padding-left: 35px;
padding-bottom: 12px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
opacity: 1;
text-align: left;
background-color: rgba(228, 51, 45, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-a882ac76-39ca-49e7-a399-31204ed7f2cd:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(46, 53, 59, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-a882ac76-39ca-49e7-a399-31204ed7f2cd:active {background-color: rgba(232, 0, 51, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a882ac76-39ca-49e7-a399-31204ed7f2cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a882ac76-39ca-49e7-a399-31204ed7f2cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a882ac76-39ca-49e7-a399-31204ed7f2cd {
  
}
}@media (max-width: 767px){#s-a882ac76-39ca-49e7-a399-31204ed7f2cd {
  
}
}


#s-a882ac76-39ca-49e7-a399-31204ed7f2cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-b6579eb8-d0f5-4482-99ea-e8e805c6c181 {
  min-height: 50px;
}








#s-b6579eb8-d0f5-4482-99ea-e8e805c6c181 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6579eb8-d0f5-4482-99ea-e8e805c6c181.shg-box.shg-c {
  justify-content: center;
}

#s-6d4abb2a-d291-42a5-ab33-c1754c5c6cb9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6d4abb2a-d291-42a5-ab33-c1754c5c6cb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-6d4abb2a-d291-42a5-ab33-c1754c5c6cb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(228, 51, 45, 1);
}

#s-6d4abb2a-d291-42a5-ab33-c1754c5c6cb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6d4abb2a-d291-42a5-ab33-c1754c5c6cb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(228, 51, 45, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: 800;
  font-style: ;
  font-size: 32px;
}

#s-6d4abb2a-d291-42a5-ab33-c1754c5c6cb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-34fc911a-bfd7-4894-86de-d6074f01112e {
  margin-bottom: 10px;
padding-bottom: 10px;
}

#s-2b02f953-4d74-4411-8412-3f825eb1f52d {
  display: none;
}
#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf {
  max-width: 100%;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf .shg-image-zoom,
.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf {
  max-width: 100%;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf .shg-image-zoom,
.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf {
  max-width: 100%;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf .shg-image-zoom,
.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf {
  max-width: 100%;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf .shg-image-zoom,
.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf {
  max-width: 100%;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf .shg-image-zoom,
.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee15ee0-6416-45b9-86a7-c0f1f298ffdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1702ac91-469a-49f2-82c2-7df7bbf32fa0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1702ac91-469a-49f2-82c2-7df7bbf32fa0 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-ba060164-7eeb-41ba-acad-4f579165e525 {
  text-align: center;
}

#s-ba060164-7eeb-41ba-acad-4f579165e525 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ba060164-7eeb-41ba-acad-4f579165e525 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ba060164-7eeb-41ba-acad-4f579165e525 .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-9781de44-4eef-4baa-aae7-0272ad094556 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(228, 51, 45, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-9781de44-4eef-4baa-aae7-0272ad094556:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9781de44-4eef-4baa-aae7-0272ad094556:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9781de44-4eef-4baa-aae7-0272ad094556 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9781de44-4eef-4baa-aae7-0272ad094556.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9781de44-4eef-4baa-aae7-0272ad094556.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9781de44-4eef-4baa-aae7-0272ad094556.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3fda9098-e673-42d7-a175-c3bda7aded1f {
  display: none;
}
#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 {
  max-width: 100%;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 .shg-image-zoom,
.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 {
  max-width: 100%;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 .shg-image-zoom,
.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 {
  max-width: 100%;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 .shg-image-zoom,
.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 {
  max-width: 100%;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 .shg-image-zoom,
.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 {
  max-width: 100%;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 .shg-image-zoom,
.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6189ac9f-88a8-4499-8437-6fde3f65d4f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-12e74ce6-aa3c-4c90-831e-2e49daa8be1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12e74ce6-aa3c-4c90-831e-2e49daa8be1b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-1c7c8185-7ad8-4d81-ae1d-62cbfa54f605 {
  text-align: center;
}

#s-1c7c8185-7ad8-4d81-ae1d-62cbfa54f605 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1c7c8185-7ad8-4d81-ae1d-62cbfa54f605 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1c7c8185-7ad8-4d81-ae1d-62cbfa54f605 .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-cdea777a-084f-4126-b094-74859ea53726 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(228, 51, 45, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-cdea777a-084f-4126-b094-74859ea53726:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cdea777a-084f-4126-b094-74859ea53726:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cdea777a-084f-4126-b094-74859ea53726 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cdea777a-084f-4126-b094-74859ea53726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cdea777a-084f-4126-b094-74859ea53726.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cdea777a-084f-4126-b094-74859ea53726.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d7be5c83-544a-4d46-90b7-14942a01fecb {
  display: none;
}
#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 {
  max-width: 100%;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 .shg-image-zoom,
.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 {
  max-width: 100%;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 .shg-image-zoom,
.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 {
  max-width: 100%;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 .shg-image-zoom,
.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 {
  max-width: 100%;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 .shg-image-zoom,
.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 {
  max-width: 100%;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 .shg-image-zoom,
.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb9f0fc3-a2c7-4516-9aea-0c6bcffc8fc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ded49db0-ea09-4f75-aeab-10fac6b288a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ded49db0-ea09-4f75-aeab-10fac6b288a3 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-50570fe9-aed0-43e2-ae88-c97064f46b12 {
  text-align: center;
}

#s-50570fe9-aed0-43e2-ae88-c97064f46b12 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-50570fe9-aed0-43e2-ae88-c97064f46b12 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-50570fe9-aed0-43e2-ae88-c97064f46b12 .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-67538ef8-05d9-47b8-ab2e-3ec7c9150660 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(228, 51, 45, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-67538ef8-05d9-47b8-ab2e-3ec7c9150660:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67538ef8-05d9-47b8-ab2e-3ec7c9150660:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-67538ef8-05d9-47b8-ab2e-3ec7c9150660 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67538ef8-05d9-47b8-ab2e-3ec7c9150660.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67538ef8-05d9-47b8-ab2e-3ec7c9150660.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-67538ef8-05d9-47b8-ab2e-3ec7c9150660.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee63c794-69c4-4726-88a2-40f56719f618 {
  display: none;
}
#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d {
  max-width: 100%;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d .shg-image-zoom,
.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d {
  max-width: 100%;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d .shg-image-zoom,
.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d {
  max-width: 100%;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d .shg-image-zoom,
.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d {
  max-width: 100%;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d .shg-image-zoom,
.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d {
  max-width: 100%;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d .shg-image-zoom,
.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab2535ce-1d3f-4923-bde7-993a9f1fba7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-abd2c2d6-e280-4dc5-b20c-8824614cfde9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abd2c2d6-e280-4dc5-b20c-8824614cfde9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-72aeb94f-d164-4e5b-8a19-632511c6fdae {
  text-align: center;
}

#s-72aeb94f-d164-4e5b-8a19-632511c6fdae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-72aeb94f-d164-4e5b-8a19-632511c6fdae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-72aeb94f-d164-4e5b-8a19-632511c6fdae .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-3e6dbf38-65ee-4537-aaec-19f6211c250d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(228, 51, 45, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-3e6dbf38-65ee-4537-aaec-19f6211c250d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e6dbf38-65ee-4537-aaec-19f6211c250d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3e6dbf38-65ee-4537-aaec-19f6211c250d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3e6dbf38-65ee-4537-aaec-19f6211c250d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3e6dbf38-65ee-4537-aaec-19f6211c250d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3e6dbf38-65ee-4537-aaec-19f6211c250d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6c829fbf-459d-4416-8c33-b260b1a6969b {
  display: none;
}
#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 {
  max-width: 100%;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 .shg-image-zoom,
.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 {
  max-width: 100%;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 .shg-image-zoom,
.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 {
  max-width: 100%;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 .shg-image-zoom,
.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 {
  max-width: 100%;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 .shg-image-zoom,
.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 {
  max-width: 100%;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 .shg-image-zoom,
.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16d9f9eb-85d1-4f02-9389-816ef230e9b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-eaa061e4-376e-4eb4-a8b4-7280e26fc4f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaa061e4-376e-4eb4-a8b4-7280e26fc4f9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-72650835-28db-4356-8da5-b32454f282d4 {
  text-align: center;
}

#s-72650835-28db-4356-8da5-b32454f282d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-72650835-28db-4356-8da5-b32454f282d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-72650835-28db-4356-8da5-b32454f282d4 .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-334b57f3-5c45-4ea5-ad65-2f8332521cc2 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(228, 51, 45, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-334b57f3-5c45-4ea5-ad65-2f8332521cc2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-334b57f3-5c45-4ea5-ad65-2f8332521cc2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-334b57f3-5c45-4ea5-ad65-2f8332521cc2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-334b57f3-5c45-4ea5-ad65-2f8332521cc2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-334b57f3-5c45-4ea5-ad65-2f8332521cc2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-334b57f3-5c45-4ea5-ad65-2f8332521cc2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6f0c0a57-3a32-4fae-99d7-c1fb414a814b {
  display: none;
}
#s-82664081-d174-4570-8077-af2e9a7dd71f {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f {
  max-width: 100%;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f .shg-image-zoom,
.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f {
  max-width: 100%;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f .shg-image-zoom,
.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f {
  max-width: 100%;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f .shg-image-zoom,
.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f {
  max-width: 100%;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f .shg-image-zoom,
.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f {
  max-width: 100%;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f .shg-image-zoom,
.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82664081-d174-4570-8077-af2e9a7dd71f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ac3f7a1a-fb28-4c35-aad5-902ae8e72a96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac3f7a1a-fb28-4c35-aad5-902ae8e72a96 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-bd5ea357-5706-4312-8289-1eb95ba4248b {
  text-align: center;
}

#s-bd5ea357-5706-4312-8289-1eb95ba4248b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-bd5ea357-5706-4312-8289-1eb95ba4248b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bd5ea357-5706-4312-8289-1eb95ba4248b .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-654c0cfe-18da-4723-9a1f-f465a088bf1f {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(228, 51, 45, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-654c0cfe-18da-4723-9a1f-f465a088bf1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-654c0cfe-18da-4723-9a1f-f465a088bf1f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-654c0cfe-18da-4723-9a1f-f465a088bf1f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-654c0cfe-18da-4723-9a1f-f465a088bf1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-654c0cfe-18da-4723-9a1f-f465a088bf1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-654c0cfe-18da-4723-9a1f-f465a088bf1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a4081f51-dd3d-4cb8-a8e2-0ec84f7b82eb {
  display: none;
}
#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 {
  max-width: 100%;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 .shg-image-zoom,
.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 {
  max-width: 100%;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 .shg-image-zoom,
.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 {
  max-width: 100%;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 .shg-image-zoom,
.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 {
  max-width: 100%;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 .shg-image-zoom,
.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 {
  max-width: 100%;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 .shg-image-zoom,
.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5cefa81-aa6e-4356-8917-c692df83c0f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bc25c01f-7e44-42f0-9edd-56c69aceb2b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc25c01f-7e44-42f0-9edd-56c69aceb2b8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-0291413f-0070-44c2-828d-41052d56f10a {
  text-align: center;
}

#s-0291413f-0070-44c2-828d-41052d56f10a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0291413f-0070-44c2-828d-41052d56f10a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0291413f-0070-44c2-828d-41052d56f10a .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-73b2185f-a609-4f0b-80c5-f0e78a0acdc4 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(228, 51, 45, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-73b2185f-a609-4f0b-80c5-f0e78a0acdc4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73b2185f-a609-4f0b-80c5-f0e78a0acdc4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73b2185f-a609-4f0b-80c5-f0e78a0acdc4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73b2185f-a609-4f0b-80c5-f0e78a0acdc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73b2185f-a609-4f0b-80c5-f0e78a0acdc4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-73b2185f-a609-4f0b-80c5-f0e78a0acdc4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5e69dc16-ef5d-4e00-a3d2-8372d019738d {
  display: none;
}
#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 233, 238, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 {
  max-width: 100%;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 .shg-image-zoom,
.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 {
  max-width: 100%;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 .shg-image-zoom,
.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 {
  max-width: 100%;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 .shg-image-zoom,
.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 {
  max-width: 100%;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 .shg-image-zoom,
.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 {
  max-width: 100%;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 .shg-image-zoom,
.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a440ad3b-059d-45c0-a3f7-69442c2b5bc3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bc9db748-073d-495e-b49d-2e4ce41ba9bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc9db748-073d-495e-b49d-2e4ce41ba9bf .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-da6c67bf-63fe-49d5-993a-0ffe32c174e4 {
  text-align: center;
}

#s-da6c67bf-63fe-49d5-993a-0ffe32c174e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-da6c67bf-63fe-49d5-993a-0ffe32c174e4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-da6c67bf-63fe-49d5-993a-0ffe32c174e4 .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-7d55837b-6cf9-471b-ba25-635f37266e8b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(228, 51, 45, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-7d55837b-6cf9-471b-ba25-635f37266e8b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d55837b-6cf9-471b-ba25-635f37266e8b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d55837b-6cf9-471b-ba25-635f37266e8b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d55837b-6cf9-471b-ba25-635f37266e8b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d55837b-6cf9-471b-ba25-635f37266e8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7d55837b-6cf9-471b-ba25-635f37266e8b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-82de8da1-5feb-47ca-b393-e2d2dba8cc7b {
  min-height: 300px;
background-color: rgba(244, 247, 249, 1);
}
@media (min-width: 1200px){#s-82de8da1-5feb-47ca-b393-e2d2dba8cc7b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82de8da1-5feb-47ca-b393-e2d2dba8cc7b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82de8da1-5feb-47ca-b393-e2d2dba8cc7b {
  
}
}@media (max-width: 767px){#s-82de8da1-5feb-47ca-b393-e2d2dba8cc7b {
  
}
}







#s-82de8da1-5feb-47ca-b393-e2d2dba8cc7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82de8da1-5feb-47ca-b393-e2d2dba8cc7b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-28c6d131-5dc0-4496-959f-b7d647ac14ad {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-28c6d131-5dc0-4496-959f-b7d647ac14ad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28c6d131-5dc0-4496-959f-b7d647ac14ad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28c6d131-5dc0-4496-959f-b7d647ac14ad {
  
}
}@media (max-width: 767px){#s-28c6d131-5dc0-4496-959f-b7d647ac14ad {
  
}
}







#s-28c6d131-5dc0-4496-959f-b7d647ac14ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28c6d131-5dc0-4496-959f-b7d647ac14ad.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 51, 45, 1);
background-color: rgba(244, 247, 249, 1);
}

@media (min-width: 0px) {
[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf7860b4-fe8a-4cdc-a743-636c67d9bfdf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3331e1d5-e107-40fb-a4dd-cd516cf4c15a {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-3331e1d5-e107-40fb-a4dd-cd516cf4c15a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3331e1d5-e107-40fb-a4dd-cd516cf4c15a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3331e1d5-e107-40fb-a4dd-cd516cf4c15a {
  
}
}@media (max-width: 767px){#s-3331e1d5-e107-40fb-a4dd-cd516cf4c15a {
  
}
}
#s-81344bdb-7fe8-475b-a2d6-b368f1856774 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
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(255, 255, 255, 1);
text-align: left;
}
@media (min-width: 1200px){#s-81344bdb-7fe8-475b-a2d6-b368f1856774 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81344bdb-7fe8-475b-a2d6-b368f1856774 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-81344bdb-7fe8-475b-a2d6-b368f1856774 {
  
}
}@media (max-width: 767px){#s-81344bdb-7fe8-475b-a2d6-b368f1856774 {
  
}
}
#s-81344bdb-7fe8-475b-a2d6-b368f1856774 .shogun-heading-component h1 {
  color: rgba(41, 46, 50, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-677faa0f-b7aa-416d-a2fa-f2a0f386beb0 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-677faa0f-b7aa-416d-a2fa-f2a0f386beb0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-677faa0f-b7aa-416d-a2fa-f2a0f386beb0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-677faa0f-b7aa-416d-a2fa-f2a0f386beb0 {
  
}
}@media (max-width: 767px){#s-677faa0f-b7aa-416d-a2fa-f2a0f386beb0 {
  
}
}
#s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1 {
  
}
}@media (max-width: 767px){#s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1 {
  
}
}
@media (min-width: 0px) {
[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3a275b50-72fa-4fb2-896c-f87fcfa99ba1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1cf72fc9-19a5-42e7-8ade-44a9eec7c358 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
padding-top: 12px;
padding-left: 35px;
padding-bottom: 12px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(228, 51, 45, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-1cf72fc9-19a5-42e7-8ade-44a9eec7c358:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(46, 53, 59, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-1cf72fc9-19a5-42e7-8ade-44a9eec7c358:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1cf72fc9-19a5-42e7-8ade-44a9eec7c358 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cf72fc9-19a5-42e7-8ade-44a9eec7c358 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cf72fc9-19a5-42e7-8ade-44a9eec7c358 {
  
}
}@media (max-width: 767px){#s-1cf72fc9-19a5-42e7-8ade-44a9eec7c358 {
  
}
}


#s-1cf72fc9-19a5-42e7-8ade-44a9eec7c358.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-001dcdd4-69f9-4732-a249-6022ecea5e37 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: center;
}




  #s-001dcdd4-69f9-4732-a249-6022ecea5e37 img.shogun-image {
    
    width: px;
  }


#s-001dcdd4-69f9-4732-a249-6022ecea5e37 .shogun-image-content {
  
    align-items: center;
  
}

#s-6819de1e-72b5-40b6-8a50-53c70fef95be {
  margin-top: 00px;
margin-left: 200px;
margin-bottom: 266px;
text-align: center;
}




  #s-6819de1e-72b5-40b6-8a50-53c70fef95be img.shogun-image {
    
    width: px;
  }


#s-6819de1e-72b5-40b6-8a50-53c70fef95be .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de {
  
}
}@media (max-width: 767px){#s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de {
  
}
}
@media (min-width: 0px) {
[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-ac11cb2e-3fd2-4ded-8b0e-d5d33a1314de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-5963dcd3-31d0-4c54-bf87-16caba837c98 {
  background-attachment: fixed;
border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(199, 194, 197, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5963dcd3-31d0-4c54-bf87-16caba837c98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5963dcd3-31d0-4c54-bf87-16caba837c98.shg-box.shg-c {
  justify-content: flex-start;
}

#s-56e7b3fc-5db2-4ea8-ac23-d04b885f307f {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-56e7b3fc-5db2-4ea8-ac23-d04b885f307f .shogun-icon-wrapper {
  text-align: center;
}


#s-56e7b3fc-5db2-4ea8-ac23-d04b885f307f .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(228, 51, 45, 1);
}

#s-ec1f7e67-17d6-4453-b2c8-443c4d0c9f90 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-ec1f7e67-17d6-4453-b2c8-443c4d0c9f90 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec1f7e67-17d6-4453-b2c8-443c4d0c9f90 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec1f7e67-17d6-4453-b2c8-443c4d0c9f90 {
  
}
}@media (max-width: 767px){#s-ec1f7e67-17d6-4453-b2c8-443c4d0c9f90 {
  
}
}
#s-6f231388-54fc-416c-acb4-5fe29831cdcd {
  background-attachment: fixed;
border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(199, 194, 197, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6f231388-54fc-416c-acb4-5fe29831cdcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f231388-54fc-416c-acb4-5fe29831cdcd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bf82582a-ba1b-4137-b13b-f759eb73f779 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-bf82582a-ba1b-4137-b13b-f759eb73f779 .shogun-icon-wrapper {
  text-align: center;
}


#s-bf82582a-ba1b-4137-b13b-f759eb73f779 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(228, 51, 45, 1);
}

#s-f761ee1c-6eb3-4e0e-8a62-35272ccfd7ff {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-f761ee1c-6eb3-4e0e-8a62-35272ccfd7ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f761ee1c-6eb3-4e0e-8a62-35272ccfd7ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f761ee1c-6eb3-4e0e-8a62-35272ccfd7ff {
  
}
}@media (max-width: 767px){#s-f761ee1c-6eb3-4e0e-8a62-35272ccfd7ff {
  
}
}
#s-61a23159-d788-4b7b-87d9-47cb983c2623 {
  background-attachment: fixed;
border-style: solid;
margin-bottom: 25px;
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(199, 194, 197, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-61a23159-d788-4b7b-87d9-47cb983c2623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61a23159-d788-4b7b-87d9-47cb983c2623.shg-box.shg-c {
  justify-content: flex-start;
}

#s-680e7713-9985-4596-ae06-deea199d9186 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-680e7713-9985-4596-ae06-deea199d9186 .shogun-icon-wrapper {
  text-align: center;
}


#s-680e7713-9985-4596-ae06-deea199d9186 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(228, 51, 45, 1);
}

#s-c6d3770d-2b22-4faa-8195-49fa3f0647af {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-c6d3770d-2b22-4faa-8195-49fa3f0647af {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6d3770d-2b22-4faa-8195-49fa3f0647af {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6d3770d-2b22-4faa-8195-49fa3f0647af {
  
}
}@media (max-width: 767px){#s-c6d3770d-2b22-4faa-8195-49fa3f0647af {
  
}
}
#s-c71854b4-89dd-4453-92ef-4240bcd017cc {
  min-height: 50px;
}








#s-c71854b4-89dd-4453-92ef-4240bcd017cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c71854b4-89dd-4453-92ef-4240bcd017cc.shg-box.shg-c {
  justify-content: center;
}

/*
  $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%;
  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;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

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

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

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

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