.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-f7de9628-1f2b-4e95-a315-1a9b63d1f83c {
  min-height: 50px;
}








#s-f7de9628-1f2b-4e95-a315-1a9b63d1f83c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7de9628-1f2b-4e95-a315-1a9b63d1f83c.shg-box.shg-c {
  justify-content: center;
}

#s-b0401af2-8c49-4bf4-a23f-2cad56c59f4a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b0401af2-8c49-4bf4-a23f-2cad56c59f4a {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0401af2-8c49-4bf4-a23f-2cad56c59f4a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0401af2-8c49-4bf4-a23f-2cad56c59f4a {
  
}
}@media (max-width: 767px){#s-b0401af2-8c49-4bf4-a23f-2cad56c59f4a {
  
}
}







#s-b0401af2-8c49-4bf4-a23f-2cad56c59f4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0401af2-8c49-4bf4-a23f-2cad56c59f4a.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-efe91874-bc17-4c49-9397-4a9b84cd943d {
  text-align: center;
}
@media (max-width: 767px){#s-efe91874-bc17-4c49-9397-4a9b84cd943d {
  display: none;
}
#s-efe91874-bc17-4c49-9397-4a9b84cd943d, #wrap-s-efe91874-bc17-4c49-9397-4a9b84cd943d { display:none !important; }}



  #s-efe91874-bc17-4c49-9397-4a9b84cd943d img.shogun-image {
    
    width: px;
  }


#s-efe91874-bc17-4c49-9397-4a9b84cd943d .shogun-image-content {
  
    align-items: center;
  
}

#s-b40f19a2-ef77-4254-b547-7dec0ea008f3 {
  text-align: center;
}
@media (min-width: 1200px){#s-b40f19a2-ef77-4254-b547-7dec0ea008f3 {
  display: none;
}
#s-b40f19a2-ef77-4254-b547-7dec0ea008f3, #wrap-s-b40f19a2-ef77-4254-b547-7dec0ea008f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b40f19a2-ef77-4254-b547-7dec0ea008f3 {
  display: none;
}
#s-b40f19a2-ef77-4254-b547-7dec0ea008f3, #wrap-s-b40f19a2-ef77-4254-b547-7dec0ea008f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b40f19a2-ef77-4254-b547-7dec0ea008f3 {
  display: none;
}
#s-b40f19a2-ef77-4254-b547-7dec0ea008f3, #wrap-s-b40f19a2-ef77-4254-b547-7dec0ea008f3 { display:none !important; }}



  #s-b40f19a2-ef77-4254-b547-7dec0ea008f3 img.shogun-image {
    
    width: px;
  }


#s-b40f19a2-ef77-4254-b547-7dec0ea008f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a {
  margin-left: auto;
margin-right: auto;
display: none;
}
#s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a, #wrap-s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a {
  display: none;
}
#s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a, #wrap-s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a {
  display: none;
}
#s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a, #wrap-s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a { display:none !important; }}@media (max-width: 767px){#s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a {
  display: none;
}
#s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a, #wrap-s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a { display:none !important; }}







#s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b7bc6a6-2a5c-4000-8b44-9880ef6af48a.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-ed72fa71-afe6-4fea-8f05-dba2119dfa4f {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-2312929f-38fb-484d-9646-60b2c7f5e945 {
  text-align: center;
}
@media (max-width: 767px){#s-2312929f-38fb-484d-9646-60b2c7f5e945 {
  display: none;
}
#s-2312929f-38fb-484d-9646-60b2c7f5e945, #wrap-s-2312929f-38fb-484d-9646-60b2c7f5e945 { display:none !important; }}



  #s-2312929f-38fb-484d-9646-60b2c7f5e945 img.shogun-image {
    
    width: px;
  }


#s-2312929f-38fb-484d-9646-60b2c7f5e945 .shogun-image-content {
  
    align-items: center;
  
}

#s-01cf53ce-b8b4-4af3-916f-559382d79bf0 {
  text-align: center;
}
@media (max-width: 767px){#s-01cf53ce-b8b4-4af3-916f-559382d79bf0 {
  display: none;
}
#s-01cf53ce-b8b4-4af3-916f-559382d79bf0, #wrap-s-01cf53ce-b8b4-4af3-916f-559382d79bf0 { display:none !important; }}



  #s-01cf53ce-b8b4-4af3-916f-559382d79bf0 img.shogun-image {
    
    width: px;
  }


#s-01cf53ce-b8b4-4af3-916f-559382d79bf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-92834808-7a15-41b5-929e-c21f6dc3e507 {
  text-align: center;
}
@media (max-width: 767px){#s-92834808-7a15-41b5-929e-c21f6dc3e507 {
  display: none;
}
#s-92834808-7a15-41b5-929e-c21f6dc3e507, #wrap-s-92834808-7a15-41b5-929e-c21f6dc3e507 { display:none !important; }}



  #s-92834808-7a15-41b5-929e-c21f6dc3e507 img.shogun-image {
    
    width: px;
  }


#s-92834808-7a15-41b5-929e-c21f6dc3e507 .shogun-image-content {
  
    align-items: center;
  
}

#s-07764041-4418-40ba-8181-8505728c73a8 {
  text-align: center;
}
@media (min-width: 1200px){#s-07764041-4418-40ba-8181-8505728c73a8 {
  display: none;
}
#s-07764041-4418-40ba-8181-8505728c73a8, #wrap-s-07764041-4418-40ba-8181-8505728c73a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07764041-4418-40ba-8181-8505728c73a8 {
  display: none;
}
#s-07764041-4418-40ba-8181-8505728c73a8, #wrap-s-07764041-4418-40ba-8181-8505728c73a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07764041-4418-40ba-8181-8505728c73a8 {
  display: none;
}
#s-07764041-4418-40ba-8181-8505728c73a8, #wrap-s-07764041-4418-40ba-8181-8505728c73a8 { display:none !important; }}



  #s-07764041-4418-40ba-8181-8505728c73a8 img.shogun-image {
    
    width: px;
  }


#s-07764041-4418-40ba-8181-8505728c73a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7e8eab8-7475-4fdd-b4bc-acca3e5432b3 {
  text-align: center;
}
@media (min-width: 1200px){#s-c7e8eab8-7475-4fdd-b4bc-acca3e5432b3 {
  display: none;
}
#s-c7e8eab8-7475-4fdd-b4bc-acca3e5432b3, #wrap-s-c7e8eab8-7475-4fdd-b4bc-acca3e5432b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7e8eab8-7475-4fdd-b4bc-acca3e5432b3 {
  display: none;
}
#s-c7e8eab8-7475-4fdd-b4bc-acca3e5432b3, #wrap-s-c7e8eab8-7475-4fdd-b4bc-acca3e5432b3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7e8eab8-7475-4fdd-b4bc-acca3e5432b3 {
  display: none;
}
#s-c7e8eab8-7475-4fdd-b4bc-acca3e5432b3, #wrap-s-c7e8eab8-7475-4fdd-b4bc-acca3e5432b3 { display:none !important; }}



  #s-c7e8eab8-7475-4fdd-b4bc-acca3e5432b3 img.shogun-image {
    
    width: px;
  }


#s-c7e8eab8-7475-4fdd-b4bc-acca3e5432b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1ba7104-394b-41b8-937c-13615fad0c6b {
  text-align: center;
}
@media (min-width: 1200px){#s-c1ba7104-394b-41b8-937c-13615fad0c6b {
  display: none;
}
#s-c1ba7104-394b-41b8-937c-13615fad0c6b, #wrap-s-c1ba7104-394b-41b8-937c-13615fad0c6b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1ba7104-394b-41b8-937c-13615fad0c6b {
  display: none;
}
#s-c1ba7104-394b-41b8-937c-13615fad0c6b, #wrap-s-c1ba7104-394b-41b8-937c-13615fad0c6b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1ba7104-394b-41b8-937c-13615fad0c6b {
  display: none;
}
#s-c1ba7104-394b-41b8-937c-13615fad0c6b, #wrap-s-c1ba7104-394b-41b8-937c-13615fad0c6b { display:none !important; }}



  #s-c1ba7104-394b-41b8-937c-13615fad0c6b img.shogun-image {
    
    width: px;
  }


#s-c1ba7104-394b-41b8-937c-13615fad0c6b .shogun-image-content {
  
    align-items: center;
  
}

#s-c3571fb5-ad63-4668-99a7-07799b917b48 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-c3571fb5-ad63-4668-99a7-07799b917b48 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3571fb5-ad63-4668-99a7-07799b917b48 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3571fb5-ad63-4668-99a7-07799b917b48 {
  
}
}@media (max-width: 767px){#s-c3571fb5-ad63-4668-99a7-07799b917b48 {
  
}
}







#s-c3571fb5-ad63-4668-99a7-07799b917b48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3571fb5-ad63-4668-99a7-07799b917b48.shg-box.shg-c {
  justify-content: center;
}

#s-e201551b-3f27-4de2-9c52-88f5bfaf03dd {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-c34f9dba-983c-4912-93c1-b4d58d51530f {
  text-align: center;
}
@media (max-width: 767px){#s-c34f9dba-983c-4912-93c1-b4d58d51530f {
  display: none;
}
#s-c34f9dba-983c-4912-93c1-b4d58d51530f, #wrap-s-c34f9dba-983c-4912-93c1-b4d58d51530f { display:none !important; }}



  #s-c34f9dba-983c-4912-93c1-b4d58d51530f img.shogun-image {
    
    width: px;
  }


#s-c34f9dba-983c-4912-93c1-b4d58d51530f .shogun-image-content {
  
    align-items: center;
  
}

#s-a0782b04-ec64-436c-963d-b04380ef8307 {
  margin-left: 50%;
min-height: 50%;
max-width: 720px;
opacity: 1;
background-attachment: scroll;
}








#s-a0782b04-ec64-436c-963d-b04380ef8307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0782b04-ec64-436c-963d-b04380ef8307.shg-box.shg-c {
  justify-content: center;
}

#s-75dcfc1c-d547-4090-938d-bc9a55e73bb1 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-75dcfc1c-d547-4090-938d-bc9a55e73bb1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}#s-75dcfc1c-d547-4090-938d-bc9a55e73bb1.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #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-b87ccb64-a0dc-42cf-9d4b-9ea71416c3a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b87ccb64-a0dc-42cf-9d4b-9ea71416c3a5 .shogun-heading-component h1 {
  color: rgba(36, 48, 86, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-b87ccb64-a0dc-42cf-9d4b-9ea71416c3a5 .shogun-heading-component h1 {
  color: rgba(36, 48, 86, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-11a3c55e-19bd-4f78-9b4b-5a8f4cae48c0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-11a3c55e-19bd-4f78-9b4b-5a8f4cae48c0 .shogun-heading-component h4 {
  color: rgba(119, 120, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-57d9895c-27ae-4193-9e43-54dff23fc459 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 18px;
margin-bottom: 18px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-57d9895c-27ae-4193-9e43-54dff23fc459:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-57d9895c-27ae-4193-9e43-54dff23fc459:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-57d9895c-27ae-4193-9e43-54dff23fc459.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea769e1e-bbf1-4ea2-89d2-57fdbc822f42 {
  text-align: center;
}
@media (max-width: 767px){#s-ea769e1e-bbf1-4ea2-89d2-57fdbc822f42 {
  display: none;
}
#s-ea769e1e-bbf1-4ea2-89d2-57fdbc822f42, #wrap-s-ea769e1e-bbf1-4ea2-89d2-57fdbc822f42 { display:none !important; }}



  #s-ea769e1e-bbf1-4ea2-89d2-57fdbc822f42 img.shogun-image {
    
    width: px;
  }


#s-ea769e1e-bbf1-4ea2-89d2-57fdbc822f42 .shogun-image-content {
  
    align-items: center;
  
}

#s-9888627d-2300-4c19-a6a8-bdc37f1a1263 {
  margin-left: auto;
margin-right: 50%;
min-height: 50%;
max-width: 720px;
opacity: 1;
background-attachment: scroll;
}








#s-9888627d-2300-4c19-a6a8-bdc37f1a1263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9888627d-2300-4c19-a6a8-bdc37f1a1263.shg-box.shg-c {
  justify-content: center;
}

#s-66dc85a9-9e64-4067-a72f-e8a3dacf5b4d {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-66dc85a9-9e64-4067-a72f-e8a3dacf5b4d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}#s-66dc85a9-9e64-4067-a72f-e8a3dacf5b4d.shg-box.shg-c {
  justify-content: center;
}

#s-20d70fef-4e34-4436-a1ac-4c2fcaeecc5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20d70fef-4e34-4436-a1ac-4c2fcaeecc5e .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-20d70fef-4e34-4436-a1ac-4c2fcaeecc5e .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-8bdc48bb-c042-46cd-a6af-4be4b3d4d4be {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8bdc48bb-c042-46cd-a6af-4be4b3d4d4be .shogun-heading-component h4 {
  color: rgba(119, 120, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-893e7cb2-29a6-4fa2-bc8e-bd090fde4ae0 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 18px;
margin-bottom: 18px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-893e7cb2-29a6-4fa2-bc8e-bd090fde4ae0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-893e7cb2-29a6-4fa2-bc8e-bd090fde4ae0:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-893e7cb2-29a6-4fa2-bc8e-bd090fde4ae0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d1e8c70-95e9-4047-938f-5fba2e5db23a {
  text-align: center;
}
@media (max-width: 767px){#s-0d1e8c70-95e9-4047-938f-5fba2e5db23a {
  display: none;
}
#s-0d1e8c70-95e9-4047-938f-5fba2e5db23a, #wrap-s-0d1e8c70-95e9-4047-938f-5fba2e5db23a { display:none !important; }}



  #s-0d1e8c70-95e9-4047-938f-5fba2e5db23a img.shogun-image {
    
    width: px;
  }


#s-0d1e8c70-95e9-4047-938f-5fba2e5db23a .shogun-image-content {
  
    align-items: center;
  
}

#s-01620453-1332-4c68-bf8d-1f4137d2a978 {
  margin-left: 0%;
margin-right: 50%;
min-height: 50%;
max-width: 720px;
opacity: 1;
background-attachment: scroll;
}








#s-01620453-1332-4c68-bf8d-1f4137d2a978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01620453-1332-4c68-bf8d-1f4137d2a978.shg-box.shg-c {
  justify-content: center;
}

#s-bf494d4e-a2fe-4f2f-abbe-af6cb1100c1a {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-bf494d4e-a2fe-4f2f-abbe-af6cb1100c1a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}#s-bf494d4e-a2fe-4f2f-abbe-af6cb1100c1a.shg-box.shg-c {
  justify-content: center;
}

#s-a70e00c2-e2b2-48fd-8064-ab24c9c05f77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a70e00c2-e2b2-48fd-8064-ab24c9c05f77 .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-a70e00c2-e2b2-48fd-8064-ab24c9c05f77 .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-2b84f8a9-287b-41aa-8f0d-296e68f78b82 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2b84f8a9-287b-41aa-8f0d-296e68f78b82 .shogun-heading-component h4 {
  color: rgba(119, 120, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-f8a9c499-6790-4a24-a066-d763b22c1a32 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 18px;
margin-bottom: 18px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-f8a9c499-6790-4a24-a066-d763b22c1a32:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-f8a9c499-6790-4a24-a066-d763b22c1a32:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-f8a9c499-6790-4a24-a066-d763b22c1a32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-96a83aca-67c6-4688-89fb-9a368f72f580 {
  text-align: center;
}
@media (max-width: 767px){#s-96a83aca-67c6-4688-89fb-9a368f72f580 {
  display: none;
}
#s-96a83aca-67c6-4688-89fb-9a368f72f580, #wrap-s-96a83aca-67c6-4688-89fb-9a368f72f580 { display:none !important; }}



  #s-96a83aca-67c6-4688-89fb-9a368f72f580 img.shogun-image {
    
    width: px;
  }


#s-96a83aca-67c6-4688-89fb-9a368f72f580 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a4d311f-b303-4b9a-877b-37203dd5bb5e {
  margin-left: 0%;
margin-right: 50%;
min-height: 50%;
max-width: 720px;
opacity: 1;
background-attachment: scroll;
}








#s-9a4d311f-b303-4b9a-877b-37203dd5bb5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a4d311f-b303-4b9a-877b-37203dd5bb5e.shg-box.shg-c {
  justify-content: center;
}

#s-28c3f7f1-a1e1-4c8f-a533-39334f9c5b2e {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-28c3f7f1-a1e1-4c8f-a533-39334f9c5b2e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}#s-28c3f7f1-a1e1-4c8f-a533-39334f9c5b2e.shg-box.shg-c {
  justify-content: center;
}

#s-a50c8cca-2725-4078-ab50-23bb6ab84fdf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a50c8cca-2725-4078-ab50-23bb6ab84fdf .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-a50c8cca-2725-4078-ab50-23bb6ab84fdf .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-30cdba35-ef9d-49c6-9b1d-0a5db0b21a45 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-30cdba35-ef9d-49c6-9b1d-0a5db0b21a45 .shogun-heading-component h4 {
  color: rgba(119, 120, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-ec372dff-188a-4b0a-954c-25d8860486f7 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 18px;
margin-bottom: 18px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-ec372dff-188a-4b0a-954c-25d8860486f7:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-ec372dff-188a-4b0a-954c-25d8860486f7:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-ec372dff-188a-4b0a-954c-25d8860486f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ebeb2f76-b482-4d7b-8765-0ad7602d00ff {
  text-align: center;
}
@media (min-width: 1200px){#s-ebeb2f76-b482-4d7b-8765-0ad7602d00ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ebeb2f76-b482-4d7b-8765-0ad7602d00ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebeb2f76-b482-4d7b-8765-0ad7602d00ff {
  
}
}@media (max-width: 767px){#s-ebeb2f76-b482-4d7b-8765-0ad7602d00ff {
  display: none;
}
#s-ebeb2f76-b482-4d7b-8765-0ad7602d00ff, #wrap-s-ebeb2f76-b482-4d7b-8765-0ad7602d00ff { display:none !important; }}



  #s-ebeb2f76-b482-4d7b-8765-0ad7602d00ff img.shogun-image {
    
    width: px;
  }


#s-ebeb2f76-b482-4d7b-8765-0ad7602d00ff .shogun-image-content {
  
    align-items: center;
  
}

#s-453d7de3-3a4d-45d5-bee6-783382883a5f {
  margin-right: 50%;
min-height: 50%;
max-width: 720px;
opacity: 1;
background-attachment: scroll;
}








#s-453d7de3-3a4d-45d5-bee6-783382883a5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-453d7de3-3a4d-45d5-bee6-783382883a5f.shg-box.shg-c {
  justify-content: center;
}

#s-f71cb8ea-c637-499c-8caf-519a584a437e {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-f71cb8ea-c637-499c-8caf-519a584a437e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}#s-f71cb8ea-c637-499c-8caf-519a584a437e.shg-box.shg-c {
  justify-content: center;
}

#s-63e43d06-d654-4eeb-874f-636b3ffc5ed7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63e43d06-d654-4eeb-874f-636b3ffc5ed7 .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-63e43d06-d654-4eeb-874f-636b3ffc5ed7 .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-921182fa-ba2b-44ec-9497-ada0c74a59a3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-921182fa-ba2b-44ec-9497-ada0c74a59a3 .shogun-heading-component h4 {
  color: rgba(119, 120, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-b588a5dc-43f3-4a6c-8972-bd197f26ba61 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 18px;
margin-bottom: 18px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-b588a5dc-43f3-4a6c-8972-bd197f26ba61:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b588a5dc-43f3-4a6c-8972-bd197f26ba61:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-b588a5dc-43f3-4a6c-8972-bd197f26ba61.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7024b71e-4d71-4247-b255-155c57df78f7 {
  text-align: center;
}




  #s-7024b71e-4d71-4247-b255-155c57df78f7 img.shogun-image {
    
    width: px;
  }


#s-7024b71e-4d71-4247-b255-155c57df78f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b556589-ec11-43bf-8862-6deed4f70bba {
  text-align: center;
}
@media (min-width: 1200px){#s-2b556589-ec11-43bf-8862-6deed4f70bba {
  display: none;
}
#s-2b556589-ec11-43bf-8862-6deed4f70bba, #wrap-s-2b556589-ec11-43bf-8862-6deed4f70bba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b556589-ec11-43bf-8862-6deed4f70bba {
  display: none;
}
#s-2b556589-ec11-43bf-8862-6deed4f70bba, #wrap-s-2b556589-ec11-43bf-8862-6deed4f70bba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b556589-ec11-43bf-8862-6deed4f70bba {
  display: none;
}
#s-2b556589-ec11-43bf-8862-6deed4f70bba, #wrap-s-2b556589-ec11-43bf-8862-6deed4f70bba { display:none !important; }}



  #s-2b556589-ec11-43bf-8862-6deed4f70bba img.shogun-image {
    
    width: px;
  }


#s-2b556589-ec11-43bf-8862-6deed4f70bba .shogun-image-content {
  
    align-items: center;
  
}

#s-d854842f-1194-4e3b-bae4-b31779ce40a3 {
  min-height: 50%;
max-width: 720px;
opacity: 1;
background-attachment: scroll;
}








#s-d854842f-1194-4e3b-bae4-b31779ce40a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d854842f-1194-4e3b-bae4-b31779ce40a3.shg-box.shg-c {
  justify-content: center;
}

#s-269563a4-f39d-46c5-a973-5f97d88d314c {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-269563a4-f39d-46c5-a973-5f97d88d314c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}#s-269563a4-f39d-46c5-a973-5f97d88d314c.shg-box.shg-c {
  justify-content: center;
}

#s-7b273213-53fa-4350-9365-71176e93b6de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b273213-53fa-4350-9365-71176e93b6de .shogun-heading-component h1 {
  color: rgba(36, 48, 86, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-7b273213-53fa-4350-9365-71176e93b6de .shogun-heading-component h1 {
  color: rgba(36, 48, 86, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-7b273213-53fa-4350-9365-71176e93b6de .shogun-heading-component h1 {
  color: rgba(36, 48, 86, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-b48ea0ae-8bc2-4879-a926-94d4ee881e93 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 18px;
margin-bottom: 18px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-b48ea0ae-8bc2-4879-a926-94d4ee881e93:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b48ea0ae-8bc2-4879-a926-94d4ee881e93:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-b48ea0ae-8bc2-4879-a926-94d4ee881e93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86ace084-1cdb-45ea-8bfe-660efbf792fb {
  text-align: center;
}
@media (min-width: 1200px){#s-86ace084-1cdb-45ea-8bfe-660efbf792fb {
  display: none;
}
#s-86ace084-1cdb-45ea-8bfe-660efbf792fb, #wrap-s-86ace084-1cdb-45ea-8bfe-660efbf792fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86ace084-1cdb-45ea-8bfe-660efbf792fb {
  display: none;
}
#s-86ace084-1cdb-45ea-8bfe-660efbf792fb, #wrap-s-86ace084-1cdb-45ea-8bfe-660efbf792fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86ace084-1cdb-45ea-8bfe-660efbf792fb {
  display: none;
}
#s-86ace084-1cdb-45ea-8bfe-660efbf792fb, #wrap-s-86ace084-1cdb-45ea-8bfe-660efbf792fb { display:none !important; }}



  #s-86ace084-1cdb-45ea-8bfe-660efbf792fb img.shogun-image {
    
    width: px;
  }


#s-86ace084-1cdb-45ea-8bfe-660efbf792fb .shogun-image-content {
  
    align-items: center;
  
}

#s-e85d2cbc-68fe-4f5e-ba57-81651738f4c3 {
  margin-left: auto;
margin-right: 50%;
min-height: 50%;
max-width: 720px;
opacity: 1;
background-attachment: scroll;
}
@media (max-width: 767px){#s-e85d2cbc-68fe-4f5e-ba57-81651738f4c3 {
  margin-right: 0%;
}
}







#s-e85d2cbc-68fe-4f5e-ba57-81651738f4c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e85d2cbc-68fe-4f5e-ba57-81651738f4c3.shg-box.shg-c {
  justify-content: center;
}

#s-e23a77fe-257b-4799-acb9-0b91126849e5 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-e23a77fe-257b-4799-acb9-0b91126849e5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.9;
}#s-e23a77fe-257b-4799-acb9-0b91126849e5.shg-box.shg-c {
  justify-content: center;
}

#s-4f121694-56cf-4713-9e2d-deaa7a0d1ff3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f121694-56cf-4713-9e2d-deaa7a0d1ff3 .shogun-heading-component h1 {
  color: rgba(51, 59, 69, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4f121694-56cf-4713-9e2d-deaa7a0d1ff3 .shogun-heading-component h1 {
  color: rgba(51, 59, 69, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-4f121694-56cf-4713-9e2d-deaa7a0d1ff3 .shogun-heading-component h1 {
  color: rgba(51, 59, 69, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-ab0dc3b0-c38f-4d76-b910-35b4a23703e4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ab0dc3b0-c38f-4d76-b910-35b4a23703e4 .shogun-heading-component h4 {
  color: rgba(119, 120, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-7dc9e409-1846-4e70-8c24-4d84e972bdff {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 18px;
margin-bottom: 18px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-7dc9e409-1846-4e70-8c24-4d84e972bdff:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-7dc9e409-1846-4e70-8c24-4d84e972bdff:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-7dc9e409-1846-4e70-8c24-4d84e972bdff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aba01c6a-cfc8-4359-8eeb-7be137f9cfc5 {
  text-align: center;
}
@media (min-width: 1200px){#s-aba01c6a-cfc8-4359-8eeb-7be137f9cfc5 {
  display: none;
}
#s-aba01c6a-cfc8-4359-8eeb-7be137f9cfc5, #wrap-s-aba01c6a-cfc8-4359-8eeb-7be137f9cfc5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aba01c6a-cfc8-4359-8eeb-7be137f9cfc5 {
  display: none;
}
#s-aba01c6a-cfc8-4359-8eeb-7be137f9cfc5, #wrap-s-aba01c6a-cfc8-4359-8eeb-7be137f9cfc5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aba01c6a-cfc8-4359-8eeb-7be137f9cfc5 {
  display: none;
}
#s-aba01c6a-cfc8-4359-8eeb-7be137f9cfc5, #wrap-s-aba01c6a-cfc8-4359-8eeb-7be137f9cfc5 { display:none !important; }}



  #s-aba01c6a-cfc8-4359-8eeb-7be137f9cfc5 img.shogun-image {
    
    width: px;
  }


#s-aba01c6a-cfc8-4359-8eeb-7be137f9cfc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3d17a7d-43d4-499e-a0d6-3fd04ce4f7c0 {
  min-height: 50%;
opacity: 1;
background-attachment: scroll;
}








#s-d3d17a7d-43d4-499e-a0d6-3fd04ce4f7c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3d17a7d-43d4-499e-a0d6-3fd04ce4f7c0.shg-box.shg-c {
  justify-content: center;
}

#s-4610a819-d6b3-4e97-9ea3-d738e6c3ee00 {
  margin-left: 5%;
margin-bottom: 75%;
margin-right: 5%;
min-height: 50px;
}








#s-4610a819-d6b3-4e97-9ea3-d738e6c3ee00 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.9;
}#s-4610a819-d6b3-4e97-9ea3-d738e6c3ee00.shg-box.shg-c {
  justify-content: center;
}

#s-1f69345e-fb92-4eca-800a-df9fed13beee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f69345e-fb92-4eca-800a-df9fed13beee .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-1f69345e-fb92-4eca-800a-df9fed13beee .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-83771be5-97dd-4f5e-ab36-b159c99102ca {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 4px;
margin-bottom: 18px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-83771be5-97dd-4f5e-ab36-b159c99102ca:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-83771be5-97dd-4f5e-ab36-b159c99102ca:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-83771be5-97dd-4f5e-ab36-b159c99102ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b80c7f8b-ca24-4cba-9205-448ad2745565 {
  text-align: center;
}
@media (min-width: 1200px){#s-b80c7f8b-ca24-4cba-9205-448ad2745565 {
  display: none;
}
#s-b80c7f8b-ca24-4cba-9205-448ad2745565, #wrap-s-b80c7f8b-ca24-4cba-9205-448ad2745565 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b80c7f8b-ca24-4cba-9205-448ad2745565 {
  display: none;
}
#s-b80c7f8b-ca24-4cba-9205-448ad2745565, #wrap-s-b80c7f8b-ca24-4cba-9205-448ad2745565 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b80c7f8b-ca24-4cba-9205-448ad2745565 {
  display: none;
}
#s-b80c7f8b-ca24-4cba-9205-448ad2745565, #wrap-s-b80c7f8b-ca24-4cba-9205-448ad2745565 { display:none !important; }}



  #s-b80c7f8b-ca24-4cba-9205-448ad2745565 img.shogun-image {
    
    width: px;
  }


#s-b80c7f8b-ca24-4cba-9205-448ad2745565 .shogun-image-content {
  
    align-items: center;
  
}

#s-72a61fb7-8234-49e3-bd08-6f892a2b225b {
  min-height: 50%;
opacity: 1;
background-attachment: scroll;
}








#s-72a61fb7-8234-49e3-bd08-6f892a2b225b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72a61fb7-8234-49e3-bd08-6f892a2b225b.shg-box.shg-c {
  justify-content: center;
}

#s-e957e48b-94c7-4a91-bbf6-def42905302b {
  margin-left: 5%;
margin-bottom: 75%;
margin-right: 5%;
min-height: 50px;
}








#s-e957e48b-94c7-4a91-bbf6-def42905302b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.9;
}#s-e957e48b-94c7-4a91-bbf6-def42905302b.shg-box.shg-c {
  justify-content: center;
}

#s-cd3d657e-2797-486c-9076-abcf1f6d33da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd3d657e-2797-486c-9076-abcf1f6d33da .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-cd3d657e-2797-486c-9076-abcf1f6d33da .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-1fd1d6fe-5213-43d0-90fb-1b156b7f533c {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 4px;
margin-bottom: 18px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-1fd1d6fe-5213-43d0-90fb-1b156b7f533c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1fd1d6fe-5213-43d0-90fb-1b156b7f533c:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-1fd1d6fe-5213-43d0-90fb-1b156b7f533c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797 {
  text-align: center;
}
@media (min-width: 1200px){#s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797 {
  display: none;
}
#s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797, #wrap-s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797 {
  display: none;
}
#s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797, #wrap-s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797 {
  display: none;
}
#s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797, #wrap-s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797 { display:none !important; }}@media (max-width: 767px){#s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797 {
  
}
}



  #s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797 img.shogun-image {
    
    width: px;
  }


#s-bbbbc60e-dee5-43cd-b09a-12ba0cd8b797 .shogun-image-content {
  
    align-items: center;
  
}

#s-e312b5e7-b236-4119-828e-9139ca1c2155 {
  margin-left: 5%;
margin-bottom: 75%;
margin-right: 5%;
min-height: 50px;
}








#s-e312b5e7-b236-4119-828e-9139ca1c2155 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.9;
}#s-e312b5e7-b236-4119-828e-9139ca1c2155.shg-box.shg-c {
  justify-content: center;
}

#s-f11de9c2-8d92-48fd-849f-e2fcd51e9675 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f11de9c2-8d92-48fd-849f-e2fcd51e9675 .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-f11de9c2-8d92-48fd-849f-e2fcd51e9675 .shogun-heading-component h1 {
  color: rgba(58, 72, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-d5df370a-6d5c-4e83-ab67-8fb3b1471218 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 4px;
margin-bottom: 18px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-d5df370a-6d5c-4e83-ab67-8fb3b1471218:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d5df370a-6d5c-4e83-ab67-8fb3b1471218:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-d5df370a-6d5c-4e83-ab67-8fb3b1471218.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5d97ad3f-770a-4e00-8c24-3f3f2666e69c {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5d97ad3f-770a-4e00-8c24-3f3f2666e69c {
  
}
}







#s-5d97ad3f-770a-4e00-8c24-3f3f2666e69c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d97ad3f-770a-4e00-8c24-3f3f2666e69c.shg-box.shg-c {
  justify-content: center;
}

#s-c54ba9d9-6d54-4bfa-9176-b6a01f543076 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c54ba9d9-6d54-4bfa-9176-b6a01f543076 .shogun-heading-component h1 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4a2c666b-ac2c-4d22-87a9-b5e43106dd01 {
  padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
}
@media (max-width: 767px){#s-4a2c666b-ac2c-4d22-87a9-b5e43106dd01 {
  padding-left: 0%;
padding-right: 0%;
}
}
/*
  $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-094c1136-5988-43bc-97eb-76f9437c282c {
  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-c17c4b8d-6482-4f34-a110-217d145c2e76 {
  text-align: left;
}


.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 {
  max-width: 100%;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 .shg-image-zoom,
.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 {
  max-width: 100%;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 .shg-image-zoom,
.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 {
  max-width: 100%;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 .shg-image-zoom,
.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 {
  max-width: 100%;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 .shg-image-zoom,
.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 {
  max-width: 100%;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 .shg-image-zoom,
.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c17c4b8d-6482-4f34-a110-217d145c2e76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-82109cc3-7ef3-44c6-acae-3c31901c6962 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82109cc3-7ef3-44c6-acae-3c31901c6962 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-7b557a42-a658-439d-a16d-dc324ff00c52 {
  display: none;
}
#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 {
  text-align: left;
}


.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 {
  max-width: 100%;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 .shg-image-zoom,
.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 {
  max-width: 100%;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 .shg-image-zoom,
.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 {
  max-width: 100%;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 .shg-image-zoom,
.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 {
  max-width: 100%;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 .shg-image-zoom,
.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 {
  max-width: 100%;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 .shg-image-zoom,
.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef49e0c9-c1ef-4eef-81dc-9dc1029b1e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-941c37f8-851a-4b9e-b22c-f5ddb7fc8f73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-941c37f8-851a-4b9e-b22c-f5ddb7fc8f73 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-96af178d-aa75-4e7f-8ca3-bad13f8a5136 {
  display: none;
}
#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b {
  text-align: left;
}


.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b {
  max-width: 100%;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b .shg-image-zoom,
.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b {
  max-width: 100%;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b .shg-image-zoom,
.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b {
  max-width: 100%;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b .shg-image-zoom,
.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b {
  max-width: 100%;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b .shg-image-zoom,
.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b {
  max-width: 100%;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b .shg-image-zoom,
.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3de0e5ef-3b76-4c55-b49d-6f642afc0a0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ed3046bb-b510-4aba-a1ed-858ffbf759b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed3046bb-b510-4aba-a1ed-858ffbf759b2 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-8df0ef5c-0698-4996-9bf9-b008aa22413e {
  display: none;
}
#s-550abf16-844e-42b3-8388-746f7b099860 {
  text-align: left;
}


.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 {
  max-width: 100%;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 .shg-image-zoom,
.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 {
  max-width: 100%;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 .shg-image-zoom,
.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 {
  max-width: 100%;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 .shg-image-zoom,
.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 {
  max-width: 100%;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 .shg-image-zoom,
.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 {
  max-width: 100%;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 .shg-image-zoom,
.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-550abf16-844e-42b3-8388-746f7b099860 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7824ce0e-310b-4b06-98c6-fbccfa578f3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7824ce0e-310b-4b06-98c6-fbccfa578f3a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-4368616e-46fc-4ffe-8c14-24229ff527ab {
  display: none;
}
#s-b9914128-62e6-48eb-9998-f980006becc0 {
  text-align: left;
}


.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 {
  max-width: 100%;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 .shg-image-zoom,
.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 {
  max-width: 100%;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 .shg-image-zoom,
.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 {
  max-width: 100%;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 .shg-image-zoom,
.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 {
  max-width: 100%;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 .shg-image-zoom,
.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 {
  max-width: 100%;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 .shg-image-zoom,
.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9914128-62e6-48eb-9998-f980006becc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e0261e23-32aa-4a84-bac2-419155331105 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0261e23-32aa-4a84-bac2-419155331105 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-8c0aa97e-7557-4b6f-bdd9-f06d8a998222 {
  display: none;
}
#s-a8f7239f-991b-4ab6-a951-acf983a010c4 {
  text-align: left;
}


.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 {
  max-width: 100%;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 .shg-image-zoom,
.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 {
  max-width: 100%;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 .shg-image-zoom,
.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 {
  max-width: 100%;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 .shg-image-zoom,
.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 {
  max-width: 100%;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 .shg-image-zoom,
.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 {
  max-width: 100%;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 .shg-image-zoom,
.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8f7239f-991b-4ab6-a951-acf983a010c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9ea37250-5c3b-4a2c-b55d-7e324e648e9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ea37250-5c3b-4a2c-b55d-7e324e648e9f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-7e250852-e78f-4813-ab8e-db909d35eefd {
  display: none;
}
#s-92472049-f848-4da6-979b-441bd59e78d9 {
  text-align: left;
}


.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 {
  max-width: 100%;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 .shg-image-zoom,
.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 {
  max-width: 100%;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 .shg-image-zoom,
.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 {
  max-width: 100%;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 .shg-image-zoom,
.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 {
  max-width: 100%;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 .shg-image-zoom,
.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 {
  max-width: 100%;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 .shg-image-zoom,
.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92472049-f848-4da6-979b-441bd59e78d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2778a9de-ad45-4191-a871-190276e8a555 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2778a9de-ad45-4191-a871-190276e8a555 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-3dc4d8e5-455d-4574-9e48-82eb514cefd7 {
  display: none;
}
#s-74d424db-1031-4478-be51-d4f91aa672d4 {
  text-align: left;
}


.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 {
  max-width: 100%;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 .shg-image-zoom,
.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 {
  max-width: 100%;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 .shg-image-zoom,
.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 {
  max-width: 100%;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 .shg-image-zoom,
.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 {
  max-width: 100%;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 .shg-image-zoom,
.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 {
  max-width: 100%;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 .shg-image-zoom,
.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74d424db-1031-4478-be51-d4f91aa672d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fc1c9f2f-ba15-4fa3-a0d0-4097fe6839f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc1c9f2f-ba15-4fa3-a0d0-4097fe6839f8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-95890189-1504-4f48-b7b6-1d7ac4ebec22 {
  display: none;
}
#s-9fa0880f-6144-4f24-8976-7d4f701259fb {
  text-align: left;
}


.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb {
  max-width: 100%;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb .shg-image-zoom,
.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb {
  max-width: 100%;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb .shg-image-zoom,
.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb {
  max-width: 100%;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb .shg-image-zoom,
.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb {
  max-width: 100%;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb .shg-image-zoom,
.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb {
  max-width: 100%;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb .shg-image-zoom,
.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fa0880f-6144-4f24-8976-7d4f701259fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-61cfe56f-a20f-4ea4-bf92-b0d042131481 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61cfe56f-a20f-4ea4-bf92-b0d042131481 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-ee6e70a2-e555-4c4c-adb9-d8afcdd940e6 {
  text-align: center;
}

#s-ee6e70a2-e555-4c4c-adb9-d8afcdd940e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ee6e70a2-e555-4c4c-adb9-d8afcdd940e6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ee6e70a2-e555-4c4c-adb9-d8afcdd940e6 .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-d66ba086-0293-4f76-97f8-b10946cabb49 {
  display: none;
}
#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a {
  text-align: left;
}


.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a {
  max-width: 100%;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a .shg-image-zoom,
.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a {
  max-width: 100%;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a .shg-image-zoom,
.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a {
  max-width: 100%;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a .shg-image-zoom,
.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a {
  max-width: 100%;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a .shg-image-zoom,
.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a {
  max-width: 100%;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a .shg-image-zoom,
.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9fcdd4b-c9b0-4f52-a422-67c87b09e64a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-861d16d6-549e-4f1a-ab56-bc03bad181db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-861d16d6-549e-4f1a-ab56-bc03bad181db .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-1d234dc4-f379-4375-a132-f73f5be3a45a {
  text-align: center;
}

#s-1d234dc4-f379-4375-a132-f73f5be3a45a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1d234dc4-f379-4375-a132-f73f5be3a45a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1d234dc4-f379-4375-a132-f73f5be3a45a .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-5157a1c8-562d-453c-aa0a-1c592fe0422f {
  display: none;
}
#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 {
  text-align: left;
}


.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 {
  max-width: 100%;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 .shg-image-zoom,
.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 {
  max-width: 100%;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 .shg-image-zoom,
.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 {
  max-width: 100%;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 .shg-image-zoom,
.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 {
  max-width: 100%;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 .shg-image-zoom,
.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 {
  max-width: 100%;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 .shg-image-zoom,
.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c36522e-5f1b-4797-ab1b-531ab6828c63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-35e19c45-6016-41db-ba64-e2d097542a50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35e19c45-6016-41db-ba64-e2d097542a50 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-82fbe2a1-bf22-4f06-aaf1-5bfd110e7858 {
  text-align: center;
}

#s-82fbe2a1-bf22-4f06-aaf1-5bfd110e7858 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-82fbe2a1-bf22-4f06-aaf1-5bfd110e7858 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-82fbe2a1-bf22-4f06-aaf1-5bfd110e7858 .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-feea6e7d-3e23-400f-84ed-98194c499e3f {
  display: none;
}
#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d {
  text-align: left;
}


.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d {
  max-width: 100%;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d .shg-image-zoom,
.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d {
  max-width: 100%;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d .shg-image-zoom,
.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d {
  max-width: 100%;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d .shg-image-zoom,
.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d {
  max-width: 100%;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d .shg-image-zoom,
.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d {
  max-width: 100%;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d .shg-image-zoom,
.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd9beaa7-5ec8-4ab9-a317-6bc46221110d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f19241b2-4526-4354-8d24-b42e78c79d7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f19241b2-4526-4354-8d24-b42e78c79d7c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-84258ff6-715d-4ebe-9bfd-0c88bfb951ce {
  text-align: center;
}

#s-84258ff6-715d-4ebe-9bfd-0c88bfb951ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84258ff6-715d-4ebe-9bfd-0c88bfb951ce .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-84258ff6-715d-4ebe-9bfd-0c88bfb951ce .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-af2ece2c-1567-469e-83fc-57aaa5d6898d {
  display: none;
}
#s-25991063-802a-4fda-ae87-7994f83c3885 {
  text-align: left;
}


.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 {
  max-width: 100%;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 .shg-image-zoom,
.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 {
  max-width: 100%;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 .shg-image-zoom,
.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 {
  max-width: 100%;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 .shg-image-zoom,
.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 {
  max-width: 100%;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 .shg-image-zoom,
.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 {
  max-width: 100%;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 .shg-image-zoom,
.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25991063-802a-4fda-ae87-7994f83c3885 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-64606a17-9db1-4e42-9cc9-c63eec0010d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64606a17-9db1-4e42-9cc9-c63eec0010d6 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-9de8c35e-76c4-45c0-9f40-a288813a2bf1 {
  text-align: center;
}

#s-9de8c35e-76c4-45c0-9f40-a288813a2bf1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9de8c35e-76c4-45c0-9f40-a288813a2bf1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9de8c35e-76c4-45c0-9f40-a288813a2bf1 .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-58596897-27f6-47c4-9bba-2967a24dfd8d {
  display: none;
}
#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 {
  text-align: left;
}


.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 {
  max-width: 100%;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 .shg-image-zoom,
.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 {
  max-width: 100%;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 .shg-image-zoom,
.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 {
  max-width: 100%;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 .shg-image-zoom,
.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 {
  max-width: 100%;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 .shg-image-zoom,
.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 {
  max-width: 100%;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 .shg-image-zoom,
.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39cd7232-8374-4ffe-a13c-3214f37e9b55 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1b6cb581-5306-4ed1-8433-b1dbf82116b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b6cb581-5306-4ed1-8433-b1dbf82116b5 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-0838bc1e-e965-4080-83a8-de75844faff4 {
  text-align: center;
}

#s-0838bc1e-e965-4080-83a8-de75844faff4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0838bc1e-e965-4080-83a8-de75844faff4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0838bc1e-e965-4080-83a8-de75844faff4 .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-927bf5e8-7662-49d8-8fbc-bb5cd615b204 {
  display: none;
}
#s-a5c1d217-c44f-4187-8162-92f9a6146941 {
  text-align: left;
}


.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 {
  max-width: 100%;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 .shg-image-zoom,
.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 {
  max-width: 100%;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 .shg-image-zoom,
.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 {
  max-width: 100%;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 .shg-image-zoom,
.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 {
  max-width: 100%;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 .shg-image-zoom,
.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 {
  max-width: 100%;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 .shg-image-zoom,
.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5c1d217-c44f-4187-8162-92f9a6146941 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-206170b9-1b57-4c89-ac5d-658841390bf7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-206170b9-1b57-4c89-ac5d-658841390bf7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-1398e36f-a342-4838-8efb-bea439340534 {
  text-align: center;
}

#s-1398e36f-a342-4838-8efb-bea439340534 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1398e36f-a342-4838-8efb-bea439340534 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1398e36f-a342-4838-8efb-bea439340534 .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-5e106c16-6a3b-4b81-9648-ecc3adae0039 {
  display: none;
}
#s-5e873867-3190-4fef-ae73-ebe526d9a301 {
  text-align: left;
}


.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 {
  max-width: 100%;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 .shg-image-zoom,
.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 {
  max-width: 100%;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 .shg-image-zoom,
.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 {
  max-width: 100%;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 .shg-image-zoom,
.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 {
  max-width: 100%;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 .shg-image-zoom,
.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 {
  max-width: 100%;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 .shg-image-zoom,
.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e873867-3190-4fef-ae73-ebe526d9a301 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bfb2c4c5-2292-48d0-acfb-5ca9fd4a6c75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfb2c4c5-2292-48d0-acfb-5ca9fd4a6c75 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-ed0ffbfb-acbb-4655-aa48-7cc288151389 {
  text-align: center;
}

#s-ed0ffbfb-acbb-4655-aa48-7cc288151389 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ed0ffbfb-acbb-4655-aa48-7cc288151389 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ed0ffbfb-acbb-4655-aa48-7cc288151389 .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-7c5a7a17-284e-4c0b-8cdc-78ebc82488e6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}








#s-7c5a7a17-284e-4c0b-8cdc-78ebc82488e6 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-7c5a7a17-284e-4c0b-8cdc-78ebc82488e6.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-e88b02a4-feb5-4171-a138-5f729f4c69e3 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-e88b02a4-feb5-4171-a138-5f729f4c69e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-652450bb-ce7d-44d9-a485-c54bd3655b39 {
  min-height: 50px;
}








#s-652450bb-ce7d-44d9-a485-c54bd3655b39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-652450bb-ce7d-44d9-a485-c54bd3655b39.shg-box.shg-c {
  justify-content: center;
}

#s-9788d49b-d70b-452d-b844-f6f520973175 {
  text-align: center;
}




  #s-9788d49b-d70b-452d-b844-f6f520973175 img.shogun-image {
    
    width: px;
  }


#s-9788d49b-d70b-452d-b844-f6f520973175 .shogun-image-content {
  
    align-items: center;
  
}

#s-e70cf805-c009-465e-925a-28bba631bc12 {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-e70cf805-c009-465e-925a-28bba631bc12 .shogun-heading-component h3 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-fda7062a-b0fb-48f7-87a8-b39824e74e9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fda7062a-b0fb-48f7-87a8-b39824e74e9f .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-fda7062a-b0fb-48f7-87a8-b39824e74e9f .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-fa39616c-26cc-4600-8772-b039360505ab {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-fa39616c-26cc-4600-8772-b039360505ab:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-fa39616c-26cc-4600-8772-b039360505ab:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-fa39616c-26cc-4600-8772-b039360505ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-fa39616c-26cc-4600-8772-b039360505ab.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
#s-e5dc65ed-4456-43e0-958b-0557b1cbf5c6 {
  min-height: 50px;
}








#s-e5dc65ed-4456-43e0-958b-0557b1cbf5c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5dc65ed-4456-43e0-958b-0557b1cbf5c6.shg-box.shg-c {
  justify-content: center;
}

#s-7b99d5f6-fb29-4d5a-8f82-a39ef310e94a {
  text-align: center;
}




  #s-7b99d5f6-fb29-4d5a-8f82-a39ef310e94a img.shogun-image {
    
    width: px;
  }


#s-7b99d5f6-fb29-4d5a-8f82-a39ef310e94a .shogun-image-content {
  
    align-items: center;
  
}

#s-57b4f3c6-e236-4fed-b391-0c499f844653 {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-57b4f3c6-e236-4fed-b391-0c499f844653 .shogun-heading-component h3 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-f31e4d31-479f-4744-b29c-8ad140450bf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f31e4d31-479f-4744-b29c-8ad140450bf5 .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-f31e4d31-479f-4744-b29c-8ad140450bf5 .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-19ac3062-fd94-4cee-bc50-cc27f480388e {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-19ac3062-fd94-4cee-bc50-cc27f480388e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-19ac3062-fd94-4cee-bc50-cc27f480388e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-19ac3062-fd94-4cee-bc50-cc27f480388e {
  padding-left: 20px;
padding-right: 20px;
}
}


#s-19ac3062-fd94-4cee-bc50-cc27f480388e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-19ac3062-fd94-4cee-bc50-cc27f480388e.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
#s-c5bb227e-166a-45d3-a967-76e00ee39eed {
  min-height: 50px;
}








#s-c5bb227e-166a-45d3-a967-76e00ee39eed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5bb227e-166a-45d3-a967-76e00ee39eed.shg-box.shg-c {
  justify-content: center;
}

#s-f93350b1-0e15-462e-88ca-8887c9743e72 {
  text-align: center;
}




  #s-f93350b1-0e15-462e-88ca-8887c9743e72 img.shogun-image {
    
    width: px;
  }


#s-f93350b1-0e15-462e-88ca-8887c9743e72 .shogun-image-content {
  
    align-items: center;
  
}

#s-641eb0c1-de96-470a-93fd-732a36479407 {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-641eb0c1-de96-470a-93fd-732a36479407 .shogun-heading-component h3 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-aa827a02-53f9-4787-a171-1051314e8007 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa827a02-53f9-4787-a171-1051314e8007 .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-aa827a02-53f9-4787-a171-1051314e8007 .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-02420dae-9417-44a2-ac64-f758d8046ef8 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-02420dae-9417-44a2-ac64-f758d8046ef8:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-02420dae-9417-44a2-ac64-f758d8046ef8:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-02420dae-9417-44a2-ac64-f758d8046ef8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-02420dae-9417-44a2-ac64-f758d8046ef8.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
#s-060d0cd7-a982-449e-bcba-f64417ca53e6 {
  min-height: 50px;
}








#s-060d0cd7-a982-449e-bcba-f64417ca53e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-060d0cd7-a982-449e-bcba-f64417ca53e6.shg-box.shg-c {
  justify-content: center;
}

#s-841c34fd-2873-4cfb-8b7a-a6db41e0e440 {
  text-align: center;
}




  #s-841c34fd-2873-4cfb-8b7a-a6db41e0e440 img.shogun-image {
    
    width: px;
  }


#s-841c34fd-2873-4cfb-8b7a-a6db41e0e440 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc1a6ded-b38f-430a-9ef5-2e5c75d4d8eb {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-cc1a6ded-b38f-430a-9ef5-2e5c75d4d8eb .shogun-heading-component h3 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-429d749f-59bc-499b-ad45-06540665f79e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-429d749f-59bc-499b-ad45-06540665f79e .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-429d749f-59bc-499b-ad45-06540665f79e .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-67824a17-456c-423d-aefb-884e8978e3c9 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-67824a17-456c-423d-aefb-884e8978e3c9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-67824a17-456c-423d-aefb-884e8978e3c9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-67824a17-456c-423d-aefb-884e8978e3c9 {
  padding-left: 7px;
padding-right: 7px;
}
}


#s-67824a17-456c-423d-aefb-884e8978e3c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-67824a17-456c-423d-aefb-884e8978e3c9.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){

#s-67824a17-456c-423d-aefb-884e8978e3c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9171e05a-99a6-4f6b-abde-46025ba787f8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9171e05a-99a6-4f6b-abde-46025ba787f8 {
  display: none;
}
#s-9171e05a-99a6-4f6b-abde-46025ba787f8, #wrap-s-9171e05a-99a6-4f6b-abde-46025ba787f8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9171e05a-99a6-4f6b-abde-46025ba787f8 {
  display: none;
}
#s-9171e05a-99a6-4f6b-abde-46025ba787f8, #wrap-s-9171e05a-99a6-4f6b-abde-46025ba787f8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9171e05a-99a6-4f6b-abde-46025ba787f8 {
  display: none;
}
#s-9171e05a-99a6-4f6b-abde-46025ba787f8, #wrap-s-9171e05a-99a6-4f6b-abde-46025ba787f8 { display:none !important; }}@media (max-width: 767px){#s-9171e05a-99a6-4f6b-abde-46025ba787f8 {
  display: none;
}
#s-9171e05a-99a6-4f6b-abde-46025ba787f8, #wrap-s-9171e05a-99a6-4f6b-abde-46025ba787f8 { display:none !important; }}







#s-9171e05a-99a6-4f6b-abde-46025ba787f8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9171e05a-99a6-4f6b-abde-46025ba787f8.shg-box.shg-c {
  justify-content: center;
}

#s-4de7bbd9-6cee-4b6d-a577-f3bbba153338 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-4de7bbd9-6cee-4b6d-a577-f3bbba153338"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-3929302d-abbb-4c62-b5b1-f3772aa82705 {
  min-height: 50px;
}








#s-3929302d-abbb-4c62-b5b1-f3772aa82705 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3929302d-abbb-4c62-b5b1-f3772aa82705.shg-box.shg-c {
  justify-content: center;
}

#s-9aef873a-6f46-4142-b864-12a10a4af015 {
  text-align: center;
}




  #s-9aef873a-6f46-4142-b864-12a10a4af015 img.shogun-image {
    
    width: px;
  }


#s-9aef873a-6f46-4142-b864-12a10a4af015 .shogun-image-content {
  
    align-items: center;
  
}

#s-9cd1215f-46f2-4af1-86e3-204b86c2d7cd {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-9cd1215f-46f2-4af1-86e3-204b86c2d7cd .shogun-heading-component h3 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-e79d4ae5-d11f-445d-a8fa-0d4f3253b9d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e79d4ae5-d11f-445d-a8fa-0d4f3253b9d5 .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-e79d4ae5-d11f-445d-a8fa-0d4f3253b9d5 .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-ea2a4fa8-b31f-4cd9-9eff-c5cd4a34ddbc {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-ea2a4fa8-b31f-4cd9-9eff-c5cd4a34ddbc:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-ea2a4fa8-b31f-4cd9-9eff-c5cd4a34ddbc:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-ea2a4fa8-b31f-4cd9-9eff-c5cd4a34ddbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-ea2a4fa8-b31f-4cd9-9eff-c5cd4a34ddbc.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
#s-fb52d2e0-6242-4387-a185-d9ea180bff4a {
  min-height: 50px;
}








#s-fb52d2e0-6242-4387-a185-d9ea180bff4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb52d2e0-6242-4387-a185-d9ea180bff4a.shg-box.shg-c {
  justify-content: center;
}

#s-d451d7f4-7711-42f4-b96e-4e21ffbe1ce1 {
  text-align: center;
}




  #s-d451d7f4-7711-42f4-b96e-4e21ffbe1ce1 img.shogun-image {
    
    width: px;
  }


#s-d451d7f4-7711-42f4-b96e-4e21ffbe1ce1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad703c6e-5275-462d-b5ff-2be764f41d1c {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-ad703c6e-5275-462d-b5ff-2be764f41d1c .shogun-heading-component h3 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-78313808-ba54-4b22-9659-483b4c063b60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78313808-ba54-4b22-9659-483b4c063b60 .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-78313808-ba54-4b22-9659-483b4c063b60 .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-e871d13f-27e3-4f8d-92fb-b04682152d05 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-e871d13f-27e3-4f8d-92fb-b04682152d05:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e871d13f-27e3-4f8d-92fb-b04682152d05:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-e871d13f-27e3-4f8d-92fb-b04682152d05 {
  padding-left: 10px;
padding-right: 10px;
}
}


#s-e871d13f-27e3-4f8d-92fb-b04682152d05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-e871d13f-27e3-4f8d-92fb-b04682152d05.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
#s-d0363897-8b66-4e81-a09c-1fc77c07ebbf {
  min-height: 50px;
}








#s-d0363897-8b66-4e81-a09c-1fc77c07ebbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0363897-8b66-4e81-a09c-1fc77c07ebbf.shg-box.shg-c {
  justify-content: center;
}

#s-24034187-955e-4ac8-bb81-5d7b8f63b8a7 {
  text-align: center;
}




  #s-24034187-955e-4ac8-bb81-5d7b8f63b8a7 img.shogun-image {
    
    width: px;
  }


#s-24034187-955e-4ac8-bb81-5d7b8f63b8a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c68ef60-7d51-44cf-af33-1d8866fcc328 {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-0c68ef60-7d51-44cf-af33-1d8866fcc328 .shogun-heading-component h3 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-ce745f8c-9d52-49bd-80d0-4ef45337890a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce745f8c-9d52-49bd-80d0-4ef45337890a .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-ce745f8c-9d52-49bd-80d0-4ef45337890a .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-c7d5e885-ad91-4cca-8dd4-3b6d1aab4d93 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-c7d5e885-ad91-4cca-8dd4-3b6d1aab4d93:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c7d5e885-ad91-4cca-8dd4-3b6d1aab4d93:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c7d5e885-ad91-4cca-8dd4-3b6d1aab4d93 {
  padding-left: 20px;
padding-right: 20px;
}
}


#s-c7d5e885-ad91-4cca-8dd4-3b6d1aab4d93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-c7d5e885-ad91-4cca-8dd4-3b6d1aab4d93.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
#s-548ee9af-37a2-4e9d-b26b-7cd06ce5e3fc {
  min-height: 50px;
}








#s-548ee9af-37a2-4e9d-b26b-7cd06ce5e3fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-548ee9af-37a2-4e9d-b26b-7cd06ce5e3fc.shg-box.shg-c {
  justify-content: center;
}

#s-4d09c629-1aaf-4d55-8e9f-708c8b190e0f {
  text-align: center;
}




  #s-4d09c629-1aaf-4d55-8e9f-708c8b190e0f img.shogun-image {
    
    width: px;
  }


#s-4d09c629-1aaf-4d55-8e9f-708c8b190e0f .shogun-image-content {
  
    align-items: center;
  
}

#s-d6e6ecc8-3bf4-43dd-a83d-f11a48d421ea {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-d6e6ecc8-3bf4-43dd-a83d-f11a48d421ea .shogun-heading-component h3 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-56d74f50-b1f3-4d87-8911-83025b4ea2e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56d74f50-b1f3-4d87-8911-83025b4ea2e0 .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-56d74f50-b1f3-4d87-8911-83025b4ea2e0 .shogun-heading-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-0ac6f5d3-2af4-4b14-91fe-ee40f4ec89a7 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-0ac6f5d3-2af4-4b14-91fe-ee40f4ec89a7:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0ac6f5d3-2af4-4b14-91fe-ee40f4ec89a7:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-0ac6f5d3-2af4-4b14-91fe-ee40f4ec89a7 {
  padding-left: 7px;
padding-right: 7px;
}
}


#s-0ac6f5d3-2af4-4b14-91fe-ee40f4ec89a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-0ac6f5d3-2af4-4b14-91fe-ee40f4ec89a7.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){

#s-0ac6f5d3-2af4-4b14-91fe-ee40f4ec89a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1df61d3a-a79c-4562-adc2-7e3e81cb19d2 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
max-width: 1440px;
background-color: rgba(244, 221, 218, 1);
}








#s-1df61d3a-a79c-4562-adc2-7e3e81cb19d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1df61d3a-a79c-4562-adc2-7e3e81cb19d2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75930f11-1a4c-4c05-aa8c-1fb2fb325581"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2d911bcc-0d5c-4f61-b447-611e33b0b940 {
  min-height: 50px;
background-color: rgba(244, 221, 218, 1);
}
@media (max-width: 767px){#s-2d911bcc-0d5c-4f61-b447-611e33b0b940 {
  display: none;
}
#s-2d911bcc-0d5c-4f61-b447-611e33b0b940, #wrap-s-2d911bcc-0d5c-4f61-b447-611e33b0b940 { display:none !important; }}







#s-2d911bcc-0d5c-4f61-b447-611e33b0b940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d911bcc-0d5c-4f61-b447-611e33b0b940.shg-box.shg-c {
  justify-content: center;
}

#s-8f757b15-0c76-4f00-84d8-8d1085a21a80 {
  text-align: center;
}




  #s-8f757b15-0c76-4f00-84d8-8d1085a21a80 img.shogun-image {
    
    width: px;
  }


#s-8f757b15-0c76-4f00-84d8-8d1085a21a80 .shogun-image-content {
  
    align-items: center;
  
}

#s-5423dc38-e31d-4d8b-940b-2e4d7ca23abe {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 3%;
padding-bottom: 3%;
min-height: 50px;
background-color: rgba(244, 221, 218, 1);
}








#s-5423dc38-e31d-4d8b-940b-2e4d7ca23abe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5423dc38-e31d-4d8b-940b-2e4d7ca23abe.shg-box.shg-c {
  justify-content: center;
}

#s-444a5a6c-81fb-45ed-9ec6-637c8b85f98f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-444a5a6c-81fb-45ed-9ec6-637c8b85f98f {
  display: none;
}
#s-444a5a6c-81fb-45ed-9ec6-637c8b85f98f, #wrap-s-444a5a6c-81fb-45ed-9ec6-637c8b85f98f { display:none !important; }}



  #s-444a5a6c-81fb-45ed-9ec6-637c8b85f98f img.shogun-image {
    
    width: px;
  }


#s-444a5a6c-81fb-45ed-9ec6-637c8b85f98f .shogun-image-content {
  
    align-items: center;
  
}

#s-bc98f7ca-17ef-4cbf-a319-0bae74c8be18 {
  margin-left: 6%;
margin-right: 6%;
text-align: center;
}
@media (min-width: 1200px){#s-bc98f7ca-17ef-4cbf-a319-0bae74c8be18 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-bc98f7ca-17ef-4cbf-a319-0bae74c8be18, #wrap-s-bc98f7ca-17ef-4cbf-a319-0bae74c8be18 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc98f7ca-17ef-4cbf-a319-0bae74c8be18 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-bc98f7ca-17ef-4cbf-a319-0bae74c8be18, #wrap-s-bc98f7ca-17ef-4cbf-a319-0bae74c8be18 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc98f7ca-17ef-4cbf-a319-0bae74c8be18 {
  display: none;
}
#s-bc98f7ca-17ef-4cbf-a319-0bae74c8be18, #wrap-s-bc98f7ca-17ef-4cbf-a319-0bae74c8be18 { display:none !important; }}



  #s-bc98f7ca-17ef-4cbf-a319-0bae74c8be18 img.shogun-image {
    
    width: px;
  }


#s-bc98f7ca-17ef-4cbf-a319-0bae74c8be18 .shogun-image-content {
  
    align-items: center;
  
}

#s-8211f703-d2b4-4f49-a23b-a22263d923f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8211f703-d2b4-4f49-a23b-a22263d923f1 .shogun-heading-component h3 {
  color: rgba(195, 157, 151, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-789cf61c-35ac-4fff-a7ab-61bf75c4b5c8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-893df40c-6791-4c68-8f17-fcebdbae1d84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-893df40c-6791-4c68-8f17-fcebdbae1d84 .shogun-heading-component h3 {
  color: rgba(195, 157, 151, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c4e171fd-3239-4631-a43c-d06d6cea1a40 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-041e07f5-eeaa-488a-ab2b-aeb32215071d {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}
@media (max-width: 767px){#s-041e07f5-eeaa-488a-ab2b-aeb32215071d {
  
}
}







#s-041e07f5-eeaa-488a-ab2b-aeb32215071d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-041e07f5-eeaa-488a-ab2b-aeb32215071d.shg-box.shg-c {
  justify-content: center;
}

#s-e29d1a9c-660c-4bc3-961d-28ce6614edf7 {
  text-align: center;
}
@media (max-width: 767px){#s-e29d1a9c-660c-4bc3-961d-28ce6614edf7 {
  display: none;
}
#s-e29d1a9c-660c-4bc3-961d-28ce6614edf7, #wrap-s-e29d1a9c-660c-4bc3-961d-28ce6614edf7 { display:none !important; }}



  #s-e29d1a9c-660c-4bc3-961d-28ce6614edf7 img.shogun-image {
    
    width: px;
  }


#s-e29d1a9c-660c-4bc3-961d-28ce6614edf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c253e1b7-85f0-4782-b206-cd43120619d3 {
  text-align: center;
}
@media (min-width: 1200px){#s-c253e1b7-85f0-4782-b206-cd43120619d3 {
  display: none;
}
#s-c253e1b7-85f0-4782-b206-cd43120619d3, #wrap-s-c253e1b7-85f0-4782-b206-cd43120619d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c253e1b7-85f0-4782-b206-cd43120619d3 {
  display: none;
}
#s-c253e1b7-85f0-4782-b206-cd43120619d3, #wrap-s-c253e1b7-85f0-4782-b206-cd43120619d3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c253e1b7-85f0-4782-b206-cd43120619d3 {
  display: none;
}
#s-c253e1b7-85f0-4782-b206-cd43120619d3, #wrap-s-c253e1b7-85f0-4782-b206-cd43120619d3 { display:none !important; }}



  #s-c253e1b7-85f0-4782-b206-cd43120619d3 img.shogun-image {
    
    width: px;
  }


#s-c253e1b7-85f0-4782-b206-cd43120619d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5a6fcda-21ff-46f7-90d5-72df39d10e11 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d5a6fcda-21ff-46f7-90d5-72df39d10e11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5a6fcda-21ff-46f7-90d5-72df39d10e11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5a6fcda-21ff-46f7-90d5-72df39d10e11 {
  
}
}@media (max-width: 767px){#s-d5a6fcda-21ff-46f7-90d5-72df39d10e11 {
  
}
}







#s-d5a6fcda-21ff-46f7-90d5-72df39d10e11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5a6fcda-21ff-46f7-90d5-72df39d10e11.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-cd7a2399-b211-4993-b69d-14be4253fae3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c20ddeda-e7b1-4df3-9ce9-00817b8014a0 {
  min-height: 50px;
}








#s-c20ddeda-e7b1-4df3-9ce9-00817b8014a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c20ddeda-e7b1-4df3-9ce9-00817b8014a0.shg-box.shg-c {
  justify-content: center;
}

#s-148cfb99-2676-488f-a37c-f8298629b9d7 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-163cb6ad-094d-43bc-aecb-4a5185a0b355 {
  display: none;
}
#s-e63b71ae-db60-4eb2-bd62-087aea2364ca {
  text-align: center;
}


.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca {
  max-width: 100%;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca .shg-image-zoom,
.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca {
  max-width: 100%;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca .shg-image-zoom,
.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca {
  max-width: 100%;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca .shg-image-zoom,
.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca {
  max-width: 100%;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca .shg-image-zoom,
.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca {
  max-width: 100%;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca .shg-image-zoom,
.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-e63b71ae-db60-4eb2-bd62-087aea2364ca .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-30d6f176-3698-4c87-a01f-b75cd70349ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30d6f176-3698-4c87-a01f-b75cd70349ab .shg-product-title-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-dc63c7c9-b785-4e3a-8945-b417e629337f {
  display: none;
}
#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 {
  text-align: center;
}


.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 {
  max-width: 100%;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 .shg-image-zoom,
.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 {
  max-width: 100%;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 .shg-image-zoom,
.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 {
  max-width: 100%;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 .shg-image-zoom,
.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 {
  max-width: 100%;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 .shg-image-zoom,
.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 {
  max-width: 100%;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 .shg-image-zoom,
.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-4cb4a2a5-de94-40c8-a98d-f35f953634f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-84281283-df66-4802-a33b-2ccc21dc5103 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84281283-df66-4802-a33b-2ccc21dc5103 .shg-product-title-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-3974b9c3-2936-48a1-b546-1231762fe6a1 {
  display: none;
}
#s-2e379c15-676e-4849-99ae-cdac95d1b86c {
  text-align: center;
}


.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c {
  max-width: 100%;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c .shg-image-zoom,
.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c {
  max-width: 100%;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c .shg-image-zoom,
.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c {
  max-width: 100%;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c .shg-image-zoom,
.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c {
  max-width: 100%;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c .shg-image-zoom,
.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c {
  max-width: 100%;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c .shg-image-zoom,
.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-2e379c15-676e-4849-99ae-cdac95d1b86c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4ace3c52-1cff-4246-ade4-5cda8a625f6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ace3c52-1cff-4246-ade4-5cda8a625f6f .shg-product-title-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-db74f5ca-04a9-4570-9f17-5df9a96fdd50 {
  display: none;
}
#s-2c91b831-654f-49eb-802f-e3b177b0f4ba {
  text-align: center;
}


.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba {
  max-width: 100%;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba .shg-image-zoom,
.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba {
  max-width: 100%;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba .shg-image-zoom,
.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba {
  max-width: 100%;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba .shg-image-zoom,
.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba {
  max-width: 100%;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba .shg-image-zoom,
.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba {
  max-width: 100%;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba .shg-image-zoom,
.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-2c91b831-654f-49eb-802f-e3b177b0f4ba .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-260b86c7-4334-4cad-9fa0-b9499feab20a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-260b86c7-4334-4cad-9fa0-b9499feab20a .shg-product-title-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-eef885e4-c317-4ca0-8fde-692652197d3e {
  display: none;
}
#s-20ab6790-fd0e-4e41-9919-cce76d695cfa {
  text-align: center;
}


.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa {
  max-width: 100%;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa .shg-image-zoom,
.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa {
  max-width: 100%;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa .shg-image-zoom,
.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa {
  max-width: 100%;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa .shg-image-zoom,
.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa {
  max-width: 100%;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa .shg-image-zoom,
.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa {
  max-width: 100%;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa .shg-image-zoom,
.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-20ab6790-fd0e-4e41-9919-cce76d695cfa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4de13222-9fe1-4944-88db-502db320cbd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4de13222-9fe1-4944-88db-502db320cbd6 .shg-product-title-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-fffd7314-826f-42a5-9441-7fee86c9b43f {
  display: none;
}
#s-537a4b17-23fb-4cbb-87e2-923f81048b86 {
  text-align: center;
}


.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 {
  max-width: 100%;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 .shg-image-zoom,
.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 {
  max-width: 100%;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 .shg-image-zoom,
.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 {
  max-width: 100%;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 .shg-image-zoom,
.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 {
  max-width: 100%;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 .shg-image-zoom,
.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 {
  max-width: 100%;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 .shg-image-zoom,
.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-537a4b17-23fb-4cbb-87e2-923f81048b86 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-030ce1a4-5800-476b-a39e-b39ae2def039 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-030ce1a4-5800-476b-a39e-b39ae2def039 .shg-product-title-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-e42f342f-9cbd-4168-ab7f-096d8031f59a {
  display: none;
}
#s-8decc88f-9ef7-4b28-b268-76f43de35708 {
  text-align: center;
}


.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 {
  max-width: 100%;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 .shg-image-zoom,
.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 {
  max-width: 100%;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 .shg-image-zoom,
.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 {
  max-width: 100%;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 .shg-image-zoom,
.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 {
  max-width: 100%;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 .shg-image-zoom,
.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 {
  max-width: 100%;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 .shg-image-zoom,
.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-8decc88f-9ef7-4b28-b268-76f43de35708 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-efefb125-752b-467a-b971-49d8207b69ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efefb125-752b-467a-b971-49d8207b69ae .shg-product-title-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-37d790f8-3428-40dc-becd-0881d3b6231b {
  text-align: center;
}
@media (max-width: 767px){#s-37d790f8-3428-40dc-becd-0881d3b6231b {
  display: none;
}
#s-37d790f8-3428-40dc-becd-0881d3b6231b, #wrap-s-37d790f8-3428-40dc-becd-0881d3b6231b { display:none !important; }}



  #s-37d790f8-3428-40dc-becd-0881d3b6231b img.shogun-image {
    
    width: px;
  }


#s-37d790f8-3428-40dc-becd-0881d3b6231b .shogun-image-content {
  
    align-items: center;
  
}

#s-957b43af-a7fd-4d9a-8bb6-bdd5c01dd61a {
  text-align: center;
}
@media (min-width: 1200px){#s-957b43af-a7fd-4d9a-8bb6-bdd5c01dd61a {
  display: none;
}
#s-957b43af-a7fd-4d9a-8bb6-bdd5c01dd61a, #wrap-s-957b43af-a7fd-4d9a-8bb6-bdd5c01dd61a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-957b43af-a7fd-4d9a-8bb6-bdd5c01dd61a {
  display: none;
}
#s-957b43af-a7fd-4d9a-8bb6-bdd5c01dd61a, #wrap-s-957b43af-a7fd-4d9a-8bb6-bdd5c01dd61a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-957b43af-a7fd-4d9a-8bb6-bdd5c01dd61a {
  display: none;
}
#s-957b43af-a7fd-4d9a-8bb6-bdd5c01dd61a, #wrap-s-957b43af-a7fd-4d9a-8bb6-bdd5c01dd61a { display:none !important; }}



  #s-957b43af-a7fd-4d9a-8bb6-bdd5c01dd61a img.shogun-image {
    
    width: px;
  }


#s-957b43af-a7fd-4d9a-8bb6-bdd5c01dd61a .shogun-image-content {
  
    align-items: center;
  
}

#s-38cd5f93-4504-4f82-af68-4f639af2c886 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}
@media (max-width: 767px){#s-38cd5f93-4504-4f82-af68-4f639af2c886 {
  display: none;
}
#s-38cd5f93-4504-4f82-af68-4f639af2c886, #wrap-s-38cd5f93-4504-4f82-af68-4f639af2c886 { display:none !important; }}







#s-38cd5f93-4504-4f82-af68-4f639af2c886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38cd5f93-4504-4f82-af68-4f639af2c886.shg-box.shg-c {
  justify-content: center;
}

#s-96fd14d0-05f1-4713-b0a3-0a4b9130853c {
  text-align: center;
}




  #s-96fd14d0-05f1-4713-b0a3-0a4b9130853c img.shogun-image {
    
    width: px;
  }


#s-96fd14d0-05f1-4713-b0a3-0a4b9130853c .shogun-image-content {
  
    align-items: center;
  
}

#s-937e1183-3dfa-48c5-8795-eb847c79a98e {
  margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-937e1183-3dfa-48c5-8795-eb847c79a98e {
  display: none;
}
#s-937e1183-3dfa-48c5-8795-eb847c79a98e, #wrap-s-937e1183-3dfa-48c5-8795-eb847c79a98e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-937e1183-3dfa-48c5-8795-eb847c79a98e {
  display: none;
}
#s-937e1183-3dfa-48c5-8795-eb847c79a98e, #wrap-s-937e1183-3dfa-48c5-8795-eb847c79a98e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-937e1183-3dfa-48c5-8795-eb847c79a98e {
  display: none;
}
#s-937e1183-3dfa-48c5-8795-eb847c79a98e, #wrap-s-937e1183-3dfa-48c5-8795-eb847c79a98e { display:none !important; }}@media (max-width: 767px){#s-937e1183-3dfa-48c5-8795-eb847c79a98e {
  
}
}







#s-937e1183-3dfa-48c5-8795-eb847c79a98e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-937e1183-3dfa-48c5-8795-eb847c79a98e.shg-box.shg-c {
  justify-content: center;
}

#s-77cfebff-a370-4be1-98ab-3b421690c296 {
  text-align: center;
}




  #s-77cfebff-a370-4be1-98ab-3b421690c296 img.shogun-image {
    
    width: px;
  }


#s-77cfebff-a370-4be1-98ab-3b421690c296 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2f975f6-0c0c-4a25-85ee-1f69b32709ea {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a2f975f6-0c0c-4a25-85ee-1f69b32709ea {
  
}
}







#s-a2f975f6-0c0c-4a25-85ee-1f69b32709ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2f975f6-0c0c-4a25-85ee-1f69b32709ea.shg-box.shg-c {
  justify-content: center;
}

#s-c63bc35f-0030-4140-b86b-4c3a1c57abd0 {
  padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
}
@media (max-width: 767px){#s-c63bc35f-0030-4140-b86b-4c3a1c57abd0 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-eb2f77d8-c0a9-4a99-87bf-084f2fc52bdc {
  display: none;
}
#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d {
  text-align: left;
}


.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d {
  max-width: 100%;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d .shg-image-zoom,
.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d {
  max-width: 100%;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d .shg-image-zoom,
.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d {
  max-width: 100%;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d .shg-image-zoom,
.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d {
  max-width: 100%;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d .shg-image-zoom,
.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d {
  max-width: 100%;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d .shg-image-zoom,
.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a055d79c-d126-4f8a-8fd4-4f14827eea0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6ac1c36f-9f55-4274-9049-194742b25a1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ac1c36f-9f55-4274-9049-194742b25a1b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-728a1ce8-1250-449e-bffa-0eaa0e90f3d0 {
  display: none;
}
#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 {
  text-align: left;
}


.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 {
  max-width: 100%;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 .shg-image-zoom,
.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 {
  max-width: 100%;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 .shg-image-zoom,
.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 {
  max-width: 100%;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 .shg-image-zoom,
.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 {
  max-width: 100%;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 .shg-image-zoom,
.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 {
  max-width: 100%;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 .shg-image-zoom,
.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d4d85cf-be27-4dc7-ade7-182cc1bb6d39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ef136fa7-cb17-42f6-ba5a-f74ae7309116 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef136fa7-cb17-42f6-ba5a-f74ae7309116 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-c6f251c3-454e-485a-986d-12072d6f4f0d {
  display: none;
}
#s-75c3dffd-84ea-454c-b968-c2ab00d69405 {
  text-align: left;
}


.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 {
  max-width: 100%;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 .shg-image-zoom,
.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 {
  max-width: 100%;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 .shg-image-zoom,
.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 {
  max-width: 100%;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 .shg-image-zoom,
.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 {
  max-width: 100%;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 .shg-image-zoom,
.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 {
  max-width: 100%;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 .shg-image-zoom,
.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75c3dffd-84ea-454c-b968-c2ab00d69405 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b085cb7e-0e7e-4a60-9cf2-620432acaace {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b085cb7e-0e7e-4a60-9cf2-620432acaace .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-3862213d-ec78-4b87-ac68-265d96caba0a {
  display: none;
}
#s-3dd84550-863f-4887-bde0-1827c63ce1a5 {
  text-align: left;
}


.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 {
  max-width: 100%;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 .shg-image-zoom,
.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 {
  max-width: 100%;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 .shg-image-zoom,
.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 {
  max-width: 100%;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 .shg-image-zoom,
.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 {
  max-width: 100%;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 .shg-image-zoom,
.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 {
  max-width: 100%;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 .shg-image-zoom,
.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3dd84550-863f-4887-bde0-1827c63ce1a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-00b726ee-3a86-4e02-9ca7-7be60ae8b53a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00b726ee-3a86-4e02-9ca7-7be60ae8b53a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-bdff1ee0-1682-41c9-a735-6eb1b581d420 {
  display: none;
}
#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 {
  text-align: left;
}


.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 {
  max-width: 100%;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 .shg-image-zoom,
.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 {
  max-width: 100%;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 .shg-image-zoom,
.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 {
  max-width: 100%;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 .shg-image-zoom,
.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 {
  max-width: 100%;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 .shg-image-zoom,
.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 {
  max-width: 100%;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 .shg-image-zoom,
.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acb250b4-8b06-4ffc-b6d4-ed0952483b32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-052c243b-0147-479e-9793-df79d9fb8623 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-052c243b-0147-479e-9793-df79d9fb8623 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-77d43bae-24f0-43a6-b4ff-4fa74db44494 {
  display: none;
}
#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 {
  text-align: left;
}


.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 {
  max-width: 100%;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 .shg-image-zoom,
.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 {
  max-width: 100%;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 .shg-image-zoom,
.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 {
  max-width: 100%;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 .shg-image-zoom,
.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 {
  max-width: 100%;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 .shg-image-zoom,
.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 {
  max-width: 100%;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 .shg-image-zoom,
.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d1c1c99-dfe6-424b-a58f-ee3a78a748d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-87f81b8c-effe-4cff-8970-68d2558f6eec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87f81b8c-effe-4cff-8970-68d2558f6eec .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-8ca5c63c-92d4-4e25-bd08-10895e8cc36f {
  display: none;
}
#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 {
  text-align: left;
}


.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 {
  max-width: 100%;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 .shg-image-zoom,
.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 {
  max-width: 100%;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 .shg-image-zoom,
.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 {
  max-width: 100%;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 .shg-image-zoom,
.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 {
  max-width: 100%;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 .shg-image-zoom,
.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 {
  max-width: 100%;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 .shg-image-zoom,
.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be0cea0-07cc-47c0-98a9-fbb56786aad1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9cf4d7fb-03f5-4577-96be-29bd67165832 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cf4d7fb-03f5-4577-96be-29bd67165832 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-c81f33f6-0a7f-4563-a197-dfdfdb046264 {
  display: none;
}
#s-68961256-4ae6-4b13-8c56-4611710fa82d {
  text-align: left;
}


.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d {
  max-width: 100%;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d .shg-image-zoom,
.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d {
  max-width: 100%;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d .shg-image-zoom,
.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d {
  max-width: 100%;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d .shg-image-zoom,
.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d {
  max-width: 100%;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d .shg-image-zoom,
.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d {
  max-width: 100%;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d .shg-image-zoom,
.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68961256-4ae6-4b13-8c56-4611710fa82d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-24fbfa98-0f60-4f48-ab22-bfd3f846af1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24fbfa98-0f60-4f48-ab22-bfd3f846af1c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-ee7f5a71-8397-44be-99c2-153c9f5bd897 {
  display: none;
}
#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 {
  text-align: left;
}


.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 {
  max-width: 100%;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 .shg-image-zoom,
.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 {
  max-width: 100%;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 .shg-image-zoom,
.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 {
  max-width: 100%;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 .shg-image-zoom,
.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 {
  max-width: 100%;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 .shg-image-zoom,
.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 {
  max-width: 100%;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 .shg-image-zoom,
.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0c75fad-0706-43d8-a8dd-5f58bd8ac1b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-24a7e631-a349-44db-829f-27b232b33a2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24a7e631-a349-44db-829f-27b232b33a2c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-b7ec35f7-2886-4668-bfca-b421a61aa036 {
  text-align: center;
}

#s-b7ec35f7-2886-4668-bfca-b421a61aa036 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b7ec35f7-2886-4668-bfca-b421a61aa036 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b7ec35f7-2886-4668-bfca-b421a61aa036 .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-7ebd42f0-5981-4adb-b040-ca1fee1e2449 {
  display: none;
}
#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 {
  text-align: left;
}


.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 {
  max-width: 100%;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 .shg-image-zoom,
.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 {
  max-width: 100%;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 .shg-image-zoom,
.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 {
  max-width: 100%;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 .shg-image-zoom,
.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 {
  max-width: 100%;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 .shg-image-zoom,
.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 {
  max-width: 100%;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 .shg-image-zoom,
.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da375ded-2f9f-4e04-ab2c-7eee4bc857e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cbf2e173-6bc3-4907-ad5c-7c1d60940f34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbf2e173-6bc3-4907-ad5c-7c1d60940f34 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-68bcc5ed-75ba-4555-b0f9-ba1a940f2e69 {
  text-align: center;
}

#s-68bcc5ed-75ba-4555-b0f9-ba1a940f2e69 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-68bcc5ed-75ba-4555-b0f9-ba1a940f2e69 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-68bcc5ed-75ba-4555-b0f9-ba1a940f2e69 .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-9e5fce9d-15b0-45ab-b47b-2d3bc5809cae {
  display: none;
}
#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff {
  text-align: left;
}


.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff {
  max-width: 100%;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff .shg-image-zoom,
.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff {
  max-width: 100%;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff .shg-image-zoom,
.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff {
  max-width: 100%;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff .shg-image-zoom,
.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff {
  max-width: 100%;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff .shg-image-zoom,
.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff {
  max-width: 100%;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff .shg-image-zoom,
.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef7713dd-ee84-4e09-890e-b1ea30f7afff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-675233a8-0e8d-4ac6-b4c8-b86eb2905602 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-675233a8-0e8d-4ac6-b4c8-b86eb2905602 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-cc0ab2d5-bbd3-40ab-a748-943ee12281c3 {
  text-align: center;
}

#s-cc0ab2d5-bbd3-40ab-a748-943ee12281c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cc0ab2d5-bbd3-40ab-a748-943ee12281c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cc0ab2d5-bbd3-40ab-a748-943ee12281c3 .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-159fe1d2-ff7b-428a-857c-f5a695ea4921 {
  display: none;
}
#s-a096bf57-8476-43db-be3a-a561c89f0129 {
  text-align: left;
}


.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 {
  max-width: 100%;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 .shg-image-zoom,
.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 {
  max-width: 100%;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 .shg-image-zoom,
.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 {
  max-width: 100%;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 .shg-image-zoom,
.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 {
  max-width: 100%;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 .shg-image-zoom,
.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 {
  max-width: 100%;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 .shg-image-zoom,
.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a096bf57-8476-43db-be3a-a561c89f0129 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dd34fdd9-a208-4d67-961f-515a27bc7fd5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd34fdd9-a208-4d67-961f-515a27bc7fd5 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-dff3f380-0c47-4afa-8a8e-0baafef45ae2 {
  text-align: center;
}

#s-dff3f380-0c47-4afa-8a8e-0baafef45ae2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dff3f380-0c47-4afa-8a8e-0baafef45ae2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dff3f380-0c47-4afa-8a8e-0baafef45ae2 .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-3de3d482-fc82-4841-bc43-485ff63a346f {
  display: none;
}
#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 {
  text-align: left;
}


.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 {
  max-width: 100%;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 .shg-image-zoom,
.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 {
  max-width: 100%;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 .shg-image-zoom,
.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 {
  max-width: 100%;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 .shg-image-zoom,
.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 {
  max-width: 100%;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 .shg-image-zoom,
.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 {
  max-width: 100%;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 .shg-image-zoom,
.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-523dbe6f-ddf7-4d43-9550-1f0929326a23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-feda5681-8140-448e-838f-94542babfb3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-feda5681-8140-448e-838f-94542babfb3d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-6ac0234e-2ef4-4ad6-9b74-b19a14fa3323 {
  text-align: center;
}

#s-6ac0234e-2ef4-4ad6-9b74-b19a14fa3323 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6ac0234e-2ef4-4ad6-9b74-b19a14fa3323 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6ac0234e-2ef4-4ad6-9b74-b19a14fa3323 .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-199a8ec9-10ee-4c6d-9e43-6871f9d9ad3c {
  display: none;
}
#s-cde47d85-a78f-465c-bbac-0954d5477875 {
  text-align: left;
}


.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 {
  max-width: 100%;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 .shg-image-zoom,
.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 {
  max-width: 100%;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 .shg-image-zoom,
.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 {
  max-width: 100%;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 .shg-image-zoom,
.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 {
  max-width: 100%;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 .shg-image-zoom,
.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 {
  max-width: 100%;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 .shg-image-zoom,
.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cde47d85-a78f-465c-bbac-0954d5477875 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a698e0f1-022c-4e48-a845-32ae0aa0a94c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a698e0f1-022c-4e48-a845-32ae0aa0a94c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-550700a9-1077-4213-b1ec-332b6f6ba1a8 {
  text-align: center;
}

#s-550700a9-1077-4213-b1ec-332b6f6ba1a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-550700a9-1077-4213-b1ec-332b6f6ba1a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-550700a9-1077-4213-b1ec-332b6f6ba1a8 .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-79806fe7-f976-4532-89ff-125965681a60 {
  display: none;
}
#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d {
  text-align: left;
}


.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d {
  max-width: 100%;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d .shg-image-zoom,
.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d {
  max-width: 100%;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d .shg-image-zoom,
.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d {
  max-width: 100%;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d .shg-image-zoom,
.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d {
  max-width: 100%;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d .shg-image-zoom,
.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d {
  max-width: 100%;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d .shg-image-zoom,
.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f2c3e7a-f99a-4f71-845e-31acb4b8966d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-28c0a780-271e-4dd1-98b4-d77f317c7939 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28c0a780-271e-4dd1-98b4-d77f317c7939 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-b682599b-bafe-4e71-8274-cbcc5d2cfed6 {
  text-align: center;
}

#s-b682599b-bafe-4e71-8274-cbcc5d2cfed6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b682599b-bafe-4e71-8274-cbcc5d2cfed6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b682599b-bafe-4e71-8274-cbcc5d2cfed6 .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-2e3046d1-ef65-4cce-bc96-0dab8ddd4465 {
  display: none;
}
#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 {
  text-align: left;
}


.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 {
  max-width: 100%;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 .shg-image-zoom,
.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 {
  max-width: 100%;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 .shg-image-zoom,
.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 {
  max-width: 100%;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 .shg-image-zoom,
.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 {
  max-width: 100%;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 .shg-image-zoom,
.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 {
  max-width: 100%;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 .shg-image-zoom,
.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb2c1f2a-c07d-457c-ad7b-66196cf5cc17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-95647dbb-92f9-4d6e-974d-a07eb36bf233 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95647dbb-92f9-4d6e-974d-a07eb36bf233 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-6e363751-ac2c-401f-b020-316385db177c {
  text-align: center;
}

#s-6e363751-ac2c-401f-b020-316385db177c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6e363751-ac2c-401f-b020-316385db177c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6e363751-ac2c-401f-b020-316385db177c .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-18bb211b-a665-428b-8db5-4326cdfeaa0c {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}
@media (max-width: 767px){#s-18bb211b-a665-428b-8db5-4326cdfeaa0c {
  
}
}







#s-18bb211b-a665-428b-8db5-4326cdfeaa0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18bb211b-a665-428b-8db5-4326cdfeaa0c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7bb3473b-4ae1-480d-b4df-eddac6934087"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

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

@media (min-width: 1200px){#s-ccc21f89-34ce-44f3-92db-39c85798efbd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccc21f89-34ce-44f3-92db-39c85798efbd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ccc21f89-34ce-44f3-92db-39c85798efbd {
  
}
}
#s-5a3782dd-3171-4dda-b3ea-0710c87352a5 {
  text-align: center;
}
@media (max-width: 767px){#s-5a3782dd-3171-4dda-b3ea-0710c87352a5 {
  display: none;
}
#s-5a3782dd-3171-4dda-b3ea-0710c87352a5, #wrap-s-5a3782dd-3171-4dda-b3ea-0710c87352a5 { display:none !important; }}



  #s-5a3782dd-3171-4dda-b3ea-0710c87352a5 img.shogun-image {
    
    width: px;
  }


#s-5a3782dd-3171-4dda-b3ea-0710c87352a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-69c4f692-846c-405f-b57f-70ceba957501 {
  text-align: center;
}
@media (min-width: 1200px){#s-69c4f692-846c-405f-b57f-70ceba957501 {
  display: none;
}
#s-69c4f692-846c-405f-b57f-70ceba957501, #wrap-s-69c4f692-846c-405f-b57f-70ceba957501 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69c4f692-846c-405f-b57f-70ceba957501 {
  display: none;
}
#s-69c4f692-846c-405f-b57f-70ceba957501, #wrap-s-69c4f692-846c-405f-b57f-70ceba957501 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69c4f692-846c-405f-b57f-70ceba957501 {
  display: none;
}
#s-69c4f692-846c-405f-b57f-70ceba957501, #wrap-s-69c4f692-846c-405f-b57f-70ceba957501 { display:none !important; }}@media (max-width: 767px){#s-69c4f692-846c-405f-b57f-70ceba957501 {
  
}
}



  #s-69c4f692-846c-405f-b57f-70ceba957501 img.shogun-image {
    
    width: px;
  }


#s-69c4f692-846c-405f-b57f-70ceba957501 .shogun-image-content {
  
    align-items: center;
  
}

#s-381180b1-f04d-4f49-87d9-63345a90b3de {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
max-width: 1500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-381180b1-f04d-4f49-87d9-63345a90b3de {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-381180b1-f04d-4f49-87d9-63345a90b3de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-381180b1-f04d-4f49-87d9-63345a90b3de {
  
}
}@media (max-width: 767px){#s-381180b1-f04d-4f49-87d9-63345a90b3de {
  
}
}







#s-381180b1-f04d-4f49-87d9-63345a90b3de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-381180b1-f04d-4f49-87d9-63345a90b3de.shg-box.shg-c {
  justify-content: center;
}

#s-320a6815-47d4-42d6-8e06-5b6cff06e792 {
  text-align: center;
}
@media (max-width: 767px){#s-320a6815-47d4-42d6-8e06-5b6cff06e792 {
  display: none;
}
#s-320a6815-47d4-42d6-8e06-5b6cff06e792, #wrap-s-320a6815-47d4-42d6-8e06-5b6cff06e792 { display:none !important; }}



  #s-320a6815-47d4-42d6-8e06-5b6cff06e792 img.shogun-image {
    
    width: px;
  }


#s-320a6815-47d4-42d6-8e06-5b6cff06e792 .shogun-image-content {
  
    align-items: center;
  
}

#s-41405cf6-17eb-424b-93d3-a5382b2c6fb4 {
  text-align: center;
}
@media (min-width: 1200px){#s-41405cf6-17eb-424b-93d3-a5382b2c6fb4 {
  display: none;
}
#s-41405cf6-17eb-424b-93d3-a5382b2c6fb4, #wrap-s-41405cf6-17eb-424b-93d3-a5382b2c6fb4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41405cf6-17eb-424b-93d3-a5382b2c6fb4 {
  display: none;
}
#s-41405cf6-17eb-424b-93d3-a5382b2c6fb4, #wrap-s-41405cf6-17eb-424b-93d3-a5382b2c6fb4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41405cf6-17eb-424b-93d3-a5382b2c6fb4 {
  display: none;
}
#s-41405cf6-17eb-424b-93d3-a5382b2c6fb4, #wrap-s-41405cf6-17eb-424b-93d3-a5382b2c6fb4 { display:none !important; }}



  #s-41405cf6-17eb-424b-93d3-a5382b2c6fb4 img.shogun-image {
    
    width: px;
  }


#s-41405cf6-17eb-424b-93d3-a5382b2c6fb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-683ac2ee-e8b6-4371-b34f-6ea24d39671d {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-683ac2ee-e8b6-4371-b34f-6ea24d39671d {
  
}
}







#s-683ac2ee-e8b6-4371-b34f-6ea24d39671d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-683ac2ee-e8b6-4371-b34f-6ea24d39671d.shg-box.shg-c {
  justify-content: center;
}

#s-58cd1a9b-2841-4180-b561-5badd6a5a893 {
  padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
}
@media (max-width: 767px){#s-58cd1a9b-2841-4180-b561-5badd6a5a893 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-a08c3445-e3e7-4e88-8946-84c6abf17644 {
  display: none;
}
#s-a468d30e-8c38-4905-86bd-d720244872fe {
  text-align: left;
}


.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe {
  max-width: 100%;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe .shg-image-zoom,
.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe {
  max-width: 100%;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe .shg-image-zoom,
.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe {
  max-width: 100%;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe .shg-image-zoom,
.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe {
  max-width: 100%;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe .shg-image-zoom,
.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe {
  max-width: 100%;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe .shg-image-zoom,
.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a468d30e-8c38-4905-86bd-d720244872fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f3fa2fee-aa2e-4d4c-8779-5590ca48ccfa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3fa2fee-aa2e-4d4c-8779-5590ca48ccfa .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-20b9c5c4-88c0-4670-aa74-a4f75574ad80 {
  display: none;
}
#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 {
  text-align: left;
}


.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 {
  max-width: 100%;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 .shg-image-zoom,
.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 {
  max-width: 100%;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 .shg-image-zoom,
.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 {
  max-width: 100%;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 .shg-image-zoom,
.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 {
  max-width: 100%;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 .shg-image-zoom,
.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 {
  max-width: 100%;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 .shg-image-zoom,
.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a81d27b-0821-43fc-8e5b-c446e44435b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7333491d-30bf-4010-bf1f-5b4d0d585c20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7333491d-30bf-4010-bf1f-5b4d0d585c20 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-3fe48733-805d-453d-be07-d842260f09c3 {
  display: none;
}
#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f {
  text-align: left;
}


.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f {
  max-width: 100%;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f .shg-image-zoom,
.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f {
  max-width: 100%;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f .shg-image-zoom,
.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f {
  max-width: 100%;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f .shg-image-zoom,
.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f {
  max-width: 100%;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f .shg-image-zoom,
.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f {
  max-width: 100%;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f .shg-image-zoom,
.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9236eec1-b2ba-45cd-ac2c-7dbf7b7dc42f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-075ae227-f47a-45e1-a5e6-4c79ec77a5cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-075ae227-f47a-45e1-a5e6-4c79ec77a5cb .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-a4c3b6df-45a3-4021-9319-650025417457 {
  display: none;
}
#s-5a535031-d2d4-4752-91d5-33a1df3e0930 {
  text-align: left;
}


.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 {
  max-width: 100%;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 .shg-image-zoom,
.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 {
  max-width: 100%;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 .shg-image-zoom,
.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 {
  max-width: 100%;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 .shg-image-zoom,
.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 {
  max-width: 100%;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 .shg-image-zoom,
.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 {
  max-width: 100%;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 .shg-image-zoom,
.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a535031-d2d4-4752-91d5-33a1df3e0930 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ed337c07-76ce-4c68-8d86-50d559bda1ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed337c07-76ce-4c68-8d86-50d559bda1ca .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-8d783ba3-790e-447c-ab1f-9148defd3dab {
  display: none;
}
#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 {
  text-align: left;
}


.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 {
  max-width: 100%;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 .shg-image-zoom,
.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 {
  max-width: 100%;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 .shg-image-zoom,
.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 {
  max-width: 100%;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 .shg-image-zoom,
.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 {
  max-width: 100%;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 .shg-image-zoom,
.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 {
  max-width: 100%;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 .shg-image-zoom,
.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e53ace42-6adf-4d67-8c92-a3c272b4d086 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7e4da371-0fc8-4391-b81f-092e2dd138b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e4da371-0fc8-4391-b81f-092e2dd138b0 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-53f16dfc-f0cc-40c4-b4a7-30c7bdec2415 {
  display: none;
}
#s-ce662193-f9f3-4535-963d-670585b0de30 {
  text-align: left;
}


.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 {
  max-width: 100%;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 .shg-image-zoom,
.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 {
  max-width: 100%;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 .shg-image-zoom,
.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 {
  max-width: 100%;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 .shg-image-zoom,
.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 {
  max-width: 100%;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 .shg-image-zoom,
.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 {
  max-width: 100%;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 .shg-image-zoom,
.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce662193-f9f3-4535-963d-670585b0de30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a0846751-1efb-4ec5-beb0-c5a9a61c9865 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0846751-1efb-4ec5-beb0-c5a9a61c9865 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-c1fc93b2-23d9-4fb2-8542-939f6d1421ea {
  display: none;
}
#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 {
  text-align: left;
}


.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 {
  max-width: 100%;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 .shg-image-zoom,
.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 {
  max-width: 100%;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 .shg-image-zoom,
.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 {
  max-width: 100%;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 .shg-image-zoom,
.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 {
  max-width: 100%;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 .shg-image-zoom,
.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 {
  max-width: 100%;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 .shg-image-zoom,
.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2fb3ccac-9a84-4b57-8008-30032b5dfeb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cd6cec5b-6b42-4128-8659-7a51839623bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd6cec5b-6b42-4128-8659-7a51839623bb .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-bec630e9-6ca1-4697-a058-7f844d3953dc {
  display: none;
}
#s-880e29cb-d684-4491-b7e4-3327b5f10571 {
  text-align: left;
}


.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 {
  max-width: 100%;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 .shg-image-zoom,
.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 {
  max-width: 100%;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 .shg-image-zoom,
.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 {
  max-width: 100%;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 .shg-image-zoom,
.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 {
  max-width: 100%;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 .shg-image-zoom,
.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 {
  max-width: 100%;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 .shg-image-zoom,
.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-880e29cb-d684-4491-b7e4-3327b5f10571 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c4b90ea0-896c-49be-806e-c4da2a832b23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4b90ea0-896c-49be-806e-c4da2a832b23 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-a7299ded-c013-4628-8adc-1b1a5ac3794e {
  display: none;
}
#s-70e69159-4a38-462c-a0ed-29390953b782 {
  text-align: left;
}


.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 {
  max-width: 100%;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 .shg-image-zoom,
.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 {
  max-width: 100%;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 .shg-image-zoom,
.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 {
  max-width: 100%;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 .shg-image-zoom,
.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 {
  max-width: 100%;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 .shg-image-zoom,
.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 {
  max-width: 100%;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 .shg-image-zoom,
.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70e69159-4a38-462c-a0ed-29390953b782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b745c26f-8912-408e-940b-8458a9d8fbe8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b745c26f-8912-408e-940b-8458a9d8fbe8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-2d1bd8b1-888b-4093-919c-dd287dd87df1 {
  text-align: center;
}

#s-2d1bd8b1-888b-4093-919c-dd287dd87df1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2d1bd8b1-888b-4093-919c-dd287dd87df1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d1bd8b1-888b-4093-919c-dd287dd87df1 .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-06d2bb73-9dac-4a8e-bc6e-7f0e6585ec11 {
  display: none;
}
#s-9debd9ac-7231-401e-9f94-a801eb0ce8df {
  text-align: left;
}


.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df {
  max-width: 100%;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df .shg-image-zoom,
.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df {
  max-width: 100%;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df .shg-image-zoom,
.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df {
  max-width: 100%;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df .shg-image-zoom,
.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df {
  max-width: 100%;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df .shg-image-zoom,
.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df {
  max-width: 100%;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df .shg-image-zoom,
.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9debd9ac-7231-401e-9f94-a801eb0ce8df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ba060178-71cb-49a5-b78d-c63b90cc4065 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba060178-71cb-49a5-b78d-c63b90cc4065 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-e48073e3-d0f1-4420-a02b-b4e46ccc88b1 {
  text-align: center;
}

#s-e48073e3-d0f1-4420-a02b-b4e46ccc88b1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e48073e3-d0f1-4420-a02b-b4e46ccc88b1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e48073e3-d0f1-4420-a02b-b4e46ccc88b1 .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-67ab4a5c-72ec-4d70-8cc0-9fbfa8e3cbc1 {
  display: none;
}
#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd {
  text-align: left;
}


.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd {
  max-width: 100%;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd .shg-image-zoom,
.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd {
  max-width: 100%;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd .shg-image-zoom,
.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd {
  max-width: 100%;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd .shg-image-zoom,
.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd {
  max-width: 100%;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd .shg-image-zoom,
.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd {
  max-width: 100%;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd .shg-image-zoom,
.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ab6ece9-bae2-42e5-99a7-b2838f66f0cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b909e164-defd-4ceb-a6bc-383abc0e796c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b909e164-defd-4ceb-a6bc-383abc0e796c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-1c997524-030c-4d96-abec-87955773a357 {
  text-align: center;
}

#s-1c997524-030c-4d96-abec-87955773a357 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c997524-030c-4d96-abec-87955773a357 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1c997524-030c-4d96-abec-87955773a357 .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-d22d1cee-1a0b-4718-8f7b-d6e73e8cf7dd {
  display: none;
}
#s-098c6ba7-3b70-4baa-b71d-979588df22d8 {
  text-align: left;
}


.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 {
  max-width: 100%;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 .shg-image-zoom,
.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 {
  max-width: 100%;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 .shg-image-zoom,
.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 {
  max-width: 100%;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 .shg-image-zoom,
.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 {
  max-width: 100%;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 .shg-image-zoom,
.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 {
  max-width: 100%;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 .shg-image-zoom,
.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-098c6ba7-3b70-4baa-b71d-979588df22d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-01f02385-a27e-42cc-a19f-3309de669dbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01f02385-a27e-42cc-a19f-3309de669dbe .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-41f362e8-e942-4c88-b50f-0aa9938ebb64 {
  text-align: center;
}

#s-41f362e8-e942-4c88-b50f-0aa9938ebb64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41f362e8-e942-4c88-b50f-0aa9938ebb64 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-41f362e8-e942-4c88-b50f-0aa9938ebb64 .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-a44b1678-ac3d-4b2e-90ef-2517825a2044 {
  display: none;
}
#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 {
  text-align: left;
}


.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 {
  max-width: 100%;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 .shg-image-zoom,
.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 {
  max-width: 100%;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 .shg-image-zoom,
.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 {
  max-width: 100%;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 .shg-image-zoom,
.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 {
  max-width: 100%;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 .shg-image-zoom,
.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 {
  max-width: 100%;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 .shg-image-zoom,
.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78c35b4d-1bef-4bd7-a47a-334f227c7803 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-41b09016-457b-45b4-b6a2-e14e13c8f3c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41b09016-457b-45b4-b6a2-e14e13c8f3c4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-62daa226-bcb2-4714-aa8a-5e5d932aa408 {
  text-align: center;
}

#s-62daa226-bcb2-4714-aa8a-5e5d932aa408 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-62daa226-bcb2-4714-aa8a-5e5d932aa408 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-62daa226-bcb2-4714-aa8a-5e5d932aa408 .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-8db1b07f-54e9-4f91-8265-53cf2ef7cf63 {
  display: none;
}
#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 {
  text-align: left;
}


.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 {
  max-width: 100%;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 .shg-image-zoom,
.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 {
  max-width: 100%;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 .shg-image-zoom,
.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 {
  max-width: 100%;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 .shg-image-zoom,
.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 {
  max-width: 100%;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 .shg-image-zoom,
.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 {
  max-width: 100%;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 .shg-image-zoom,
.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a2a26a1-7046-4605-b9fb-8e23be1ba6d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5004b575-da04-48a4-9ff1-4fe6d645c43b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5004b575-da04-48a4-9ff1-4fe6d645c43b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-84ff406a-7310-4f92-9df5-7923435ab67a {
  text-align: center;
}

#s-84ff406a-7310-4f92-9df5-7923435ab67a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84ff406a-7310-4f92-9df5-7923435ab67a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-84ff406a-7310-4f92-9df5-7923435ab67a .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-a016eca3-e243-4c76-b267-8c40786f8520 {
  display: none;
}
#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 {
  text-align: left;
}


.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 {
  max-width: 100%;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 .shg-image-zoom,
.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 {
  max-width: 100%;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 .shg-image-zoom,
.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 {
  max-width: 100%;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 .shg-image-zoom,
.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 {
  max-width: 100%;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 .shg-image-zoom,
.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 {
  max-width: 100%;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 .shg-image-zoom,
.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f8731a3-8d74-42e3-80a2-362b3752e0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bfd72f83-e7c9-48af-b23b-06b0fa898367 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfd72f83-e7c9-48af-b23b-06b0fa898367 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-4a4d6838-8e5b-4297-a3ac-a235553514c7 {
  text-align: center;
}

#s-4a4d6838-8e5b-4297-a3ac-a235553514c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4a4d6838-8e5b-4297-a3ac-a235553514c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4a4d6838-8e5b-4297-a3ac-a235553514c7 .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-3608f856-d0c1-4d42-acd3-f6f2468794e5 {
  display: none;
}
#s-00a5d828-22d0-4636-85f4-b08ae9f453ca {
  text-align: left;
}


.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca {
  max-width: 100%;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca .shg-image-zoom,
.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca {
  max-width: 100%;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca .shg-image-zoom,
.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca {
  max-width: 100%;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca .shg-image-zoom,
.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca {
  max-width: 100%;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca .shg-image-zoom,
.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca {
  max-width: 100%;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca .shg-image-zoom,
.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00a5d828-22d0-4636-85f4-b08ae9f453ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ddd9ae28-745f-460b-a0be-e86e3aaaf08b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddd9ae28-745f-460b-a0be-e86e3aaaf08b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-759a2414-ad35-4aa0-9487-6cae1f0a7dba {
  text-align: center;
}

#s-759a2414-ad35-4aa0-9487-6cae1f0a7dba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-759a2414-ad35-4aa0-9487-6cae1f0a7dba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-759a2414-ad35-4aa0-9487-6cae1f0a7dba .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-48061e03-e595-427e-a142-5d706f530d86 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-48061e03-e595-427e-a142-5d706f530d86 {
  
}
}







#s-48061e03-e595-427e-a142-5d706f530d86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48061e03-e595-427e-a142-5d706f530d86.shg-box.shg-c {
  justify-content: center;
}

#s-5118c533-32d8-41ad-8970-dfc1f04a151f {
  text-align: center;
}
@media (max-width: 767px){#s-5118c533-32d8-41ad-8970-dfc1f04a151f {
  display: none;
}
#s-5118c533-32d8-41ad-8970-dfc1f04a151f, #wrap-s-5118c533-32d8-41ad-8970-dfc1f04a151f { display:none !important; }}



  #s-5118c533-32d8-41ad-8970-dfc1f04a151f img.shogun-image {
    
    width: px;
  }


#s-5118c533-32d8-41ad-8970-dfc1f04a151f .shogun-image-content {
  
    align-items: center;
  
}

#s-a0df5935-e69d-43f8-8ed8-cac8e6be6066 {
  text-align: center;
}
@media (min-width: 1200px){#s-a0df5935-e69d-43f8-8ed8-cac8e6be6066 {
  display: none;
}
#s-a0df5935-e69d-43f8-8ed8-cac8e6be6066, #wrap-s-a0df5935-e69d-43f8-8ed8-cac8e6be6066 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0df5935-e69d-43f8-8ed8-cac8e6be6066 {
  display: none;
}
#s-a0df5935-e69d-43f8-8ed8-cac8e6be6066, #wrap-s-a0df5935-e69d-43f8-8ed8-cac8e6be6066 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0df5935-e69d-43f8-8ed8-cac8e6be6066 {
  display: none;
}
#s-a0df5935-e69d-43f8-8ed8-cac8e6be6066, #wrap-s-a0df5935-e69d-43f8-8ed8-cac8e6be6066 { display:none !important; }}



  #s-a0df5935-e69d-43f8-8ed8-cac8e6be6066 img.shogun-image {
    
    width: px;
  }


#s-a0df5935-e69d-43f8-8ed8-cac8e6be6066 .shogun-image-content {
  
    align-items: center;
  
}

#s-edd2cf48-719e-4138-b9f0-d1db7051cb7d {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-edd2cf48-719e-4138-b9f0-d1db7051cb7d {
  
}
}







#s-edd2cf48-719e-4138-b9f0-d1db7051cb7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edd2cf48-719e-4138-b9f0-d1db7051cb7d.shg-box.shg-c {
  justify-content: center;
}

#s-f203b1db-d3a6-40a6-9490-0c6d6e818c5a {
  padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
}
@media (max-width: 767px){#s-f203b1db-d3a6-40a6-9490-0c6d6e818c5a {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-6237756d-be0d-4083-81b6-1f293bd6fd3e {
  display: none;
}
#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad {
  text-align: left;
}


.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad {
  max-width: 100%;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad .shg-image-zoom,
.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad {
  max-width: 100%;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad .shg-image-zoom,
.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad {
  max-width: 100%;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad .shg-image-zoom,
.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad {
  max-width: 100%;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad .shg-image-zoom,
.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad {
  max-width: 100%;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad .shg-image-zoom,
.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac3bf9dc-769d-42e2-a076-57113fdb68ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cc2d1a59-8a5c-4c16-b691-b9e49688f3b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc2d1a59-8a5c-4c16-b691-b9e49688f3b4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-2cf17f9b-35ea-4a16-a445-1e313cc15e1a {
  display: none;
}
#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 {
  text-align: left;
}


.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 {
  max-width: 100%;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 .shg-image-zoom,
.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 {
  max-width: 100%;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 .shg-image-zoom,
.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 {
  max-width: 100%;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 .shg-image-zoom,
.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 {
  max-width: 100%;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 .shg-image-zoom,
.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 {
  max-width: 100%;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 .shg-image-zoom,
.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f7376a1-a2f9-4e5a-ab9b-8c3686a875a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b5ef7b36-5db2-4e56-bff0-e8e7b8275eb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5ef7b36-5db2-4e56-bff0-e8e7b8275eb9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-aaf96582-9370-4278-9a53-4d2b562a8431 {
  display: none;
}
#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 {
  text-align: left;
}


.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 {
  max-width: 100%;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 .shg-image-zoom,
.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 {
  max-width: 100%;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 .shg-image-zoom,
.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 {
  max-width: 100%;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 .shg-image-zoom,
.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 {
  max-width: 100%;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 .shg-image-zoom,
.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 {
  max-width: 100%;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 .shg-image-zoom,
.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be01d37a-10bc-4e64-a75c-b5a62dc0da42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bb7f1afd-48ce-45bb-af84-c42fc9ced9a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb7f1afd-48ce-45bb-af84-c42fc9ced9a9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-3d3c4cb4-6818-47c1-b0af-b927dbe01179 {
  display: none;
}
#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd {
  text-align: left;
}


.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd {
  max-width: 100%;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd .shg-image-zoom,
.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd {
  max-width: 100%;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd .shg-image-zoom,
.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd {
  max-width: 100%;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd .shg-image-zoom,
.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd {
  max-width: 100%;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd .shg-image-zoom,
.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd {
  max-width: 100%;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd .shg-image-zoom,
.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26e74126-0cf8-41bf-a2f5-829adf32c6bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9cf6fe00-b789-4721-8089-9bd74ca3623b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cf6fe00-b789-4721-8089-9bd74ca3623b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-8c99686e-faef-44e5-bf63-14030b823d41 {
  display: none;
}
#s-622f74b8-6374-4531-ba24-b8b9c3df8677 {
  text-align: left;
}


.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 {
  max-width: 100%;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 .shg-image-zoom,
.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 {
  max-width: 100%;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 .shg-image-zoom,
.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 {
  max-width: 100%;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 .shg-image-zoom,
.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 {
  max-width: 100%;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 .shg-image-zoom,
.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 {
  max-width: 100%;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 .shg-image-zoom,
.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-622f74b8-6374-4531-ba24-b8b9c3df8677 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fac1d206-77f9-45db-971a-835e281aa36b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fac1d206-77f9-45db-971a-835e281aa36b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-2c9b4214-8214-44ea-9184-60874e5f459e {
  display: none;
}
#s-79ee9372-9df3-42fc-8d18-5090fa01961d {
  text-align: left;
}


.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d {
  max-width: 100%;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d .shg-image-zoom,
.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d {
  max-width: 100%;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d .shg-image-zoom,
.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d {
  max-width: 100%;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d .shg-image-zoom,
.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d {
  max-width: 100%;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d .shg-image-zoom,
.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d {
  max-width: 100%;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d .shg-image-zoom,
.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79ee9372-9df3-42fc-8d18-5090fa01961d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5f07a04a-0479-4ed9-8175-dc78a698d409 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f07a04a-0479-4ed9-8175-dc78a698d409 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-6cf27dc3-f7a9-4098-b8ea-4e120e685839 {
  display: none;
}
#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 {
  text-align: left;
}


.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 {
  max-width: 100%;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 .shg-image-zoom,
.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 {
  max-width: 100%;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 .shg-image-zoom,
.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 {
  max-width: 100%;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 .shg-image-zoom,
.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 {
  max-width: 100%;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 .shg-image-zoom,
.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 {
  max-width: 100%;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 .shg-image-zoom,
.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef66d3ec-5f42-445e-9e50-f383a0efbd58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-237af9e0-94ce-4906-8491-90a9f6f5b7a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-237af9e0-94ce-4906-8491-90a9f6f5b7a4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-8ee155e7-bf25-4153-aff2-160e21347900 {
  display: none;
}
#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 {
  text-align: left;
}


.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 {
  max-width: 100%;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 .shg-image-zoom,
.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 {
  max-width: 100%;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 .shg-image-zoom,
.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 {
  max-width: 100%;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 .shg-image-zoom,
.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 {
  max-width: 100%;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 .shg-image-zoom,
.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 {
  max-width: 100%;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 .shg-image-zoom,
.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-051058d1-ec04-4766-95d2-b6c7dd24fdf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f855eab4-93b5-4e7e-a85a-d9f58c162be9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f855eab4-93b5-4e7e-a85a-d9f58c162be9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-eeab51a7-9418-4a30-8322-f9982d92425c {
  display: none;
}
#s-1df6b282-7a47-414a-9751-ab107a11ab25 {
  text-align: left;
}


.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 {
  max-width: 100%;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 .shg-image-zoom,
.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 {
  max-width: 100%;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 .shg-image-zoom,
.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 {
  max-width: 100%;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 .shg-image-zoom,
.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 {
  max-width: 100%;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 .shg-image-zoom,
.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 {
  max-width: 100%;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 .shg-image-zoom,
.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1df6b282-7a47-414a-9751-ab107a11ab25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f5ec8253-ff8e-4565-8b64-58025dd70c03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5ec8253-ff8e-4565-8b64-58025dd70c03 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-beb2c7e8-6554-4dc7-8324-aeee9ca0faa7 {
  text-align: center;
}

#s-beb2c7e8-6554-4dc7-8324-aeee9ca0faa7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-beb2c7e8-6554-4dc7-8324-aeee9ca0faa7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-beb2c7e8-6554-4dc7-8324-aeee9ca0faa7 .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-5f23c29c-521e-4fc2-9588-50edc49e1b0a {
  display: none;
}
#s-2ae41fdb-2e07-4115-96ed-342c1a264679 {
  text-align: left;
}


.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 {
  max-width: 100%;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 .shg-image-zoom,
.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 {
  max-width: 100%;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 .shg-image-zoom,
.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 {
  max-width: 100%;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 .shg-image-zoom,
.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 {
  max-width: 100%;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 .shg-image-zoom,
.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 {
  max-width: 100%;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 .shg-image-zoom,
.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ae41fdb-2e07-4115-96ed-342c1a264679 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-82787d9b-c745-4d0c-b4cd-7ab33cd827d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82787d9b-c745-4d0c-b4cd-7ab33cd827d2 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-6a1572e5-efd2-45fd-81ea-06c485ba8cde {
  text-align: center;
}

#s-6a1572e5-efd2-45fd-81ea-06c485ba8cde .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6a1572e5-efd2-45fd-81ea-06c485ba8cde .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6a1572e5-efd2-45fd-81ea-06c485ba8cde .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-3a49fbeb-3232-4b65-b14b-5b4e13fe1ade {
  display: none;
}
#s-d234be10-ddad-4aa3-869a-07c20400cea4 {
  text-align: left;
}


.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 {
  max-width: 100%;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 .shg-image-zoom,
.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 {
  max-width: 100%;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 .shg-image-zoom,
.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 {
  max-width: 100%;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 .shg-image-zoom,
.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 {
  max-width: 100%;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 .shg-image-zoom,
.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 {
  max-width: 100%;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 .shg-image-zoom,
.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d234be10-ddad-4aa3-869a-07c20400cea4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6cd92d95-6618-47de-8251-07797b1cc15c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cd92d95-6618-47de-8251-07797b1cc15c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-0df73bf5-ff14-4488-b9da-27f20f5c38f5 {
  text-align: center;
}

#s-0df73bf5-ff14-4488-b9da-27f20f5c38f5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0df73bf5-ff14-4488-b9da-27f20f5c38f5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0df73bf5-ff14-4488-b9da-27f20f5c38f5 .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-b2937c7c-ad4b-41b2-bd4a-06b922e11881 {
  display: none;
}
#s-4ecdfc86-d952-4388-8411-93214ec8884a {
  text-align: left;
}


.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a {
  max-width: 100%;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a .shg-image-zoom,
.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a {
  max-width: 100%;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a .shg-image-zoom,
.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a {
  max-width: 100%;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a .shg-image-zoom,
.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a {
  max-width: 100%;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a .shg-image-zoom,
.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a {
  max-width: 100%;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a .shg-image-zoom,
.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ecdfc86-d952-4388-8411-93214ec8884a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-526dacff-858d-4d83-8cc6-36827a80aad7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-526dacff-858d-4d83-8cc6-36827a80aad7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-2062a544-2545-4920-9473-606ada575be0 {
  text-align: center;
}

#s-2062a544-2545-4920-9473-606ada575be0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2062a544-2545-4920-9473-606ada575be0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2062a544-2545-4920-9473-606ada575be0 .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-a9268913-465b-4bf2-9157-664c9883fb17 {
  display: none;
}
#s-e7c83453-ad65-4b22-aa9c-21501f2282ff {
  text-align: left;
}


.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff {
  max-width: 100%;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff .shg-image-zoom,
.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff {
  max-width: 100%;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff .shg-image-zoom,
.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff {
  max-width: 100%;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff .shg-image-zoom,
.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff {
  max-width: 100%;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff .shg-image-zoom,
.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff {
  max-width: 100%;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff .shg-image-zoom,
.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7c83453-ad65-4b22-aa9c-21501f2282ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a1ecfc6c-9072-4137-90c5-72a76004d28d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1ecfc6c-9072-4137-90c5-72a76004d28d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-b3aeb8cc-f824-4692-909e-d2a93d2d644f {
  text-align: center;
}

#s-b3aeb8cc-f824-4692-909e-d2a93d2d644f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b3aeb8cc-f824-4692-909e-d2a93d2d644f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b3aeb8cc-f824-4692-909e-d2a93d2d644f .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-eb468804-b2ec-4766-970c-7114698be055 {
  display: none;
}
#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a {
  text-align: left;
}


.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a {
  max-width: 100%;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a .shg-image-zoom,
.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a {
  max-width: 100%;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a .shg-image-zoom,
.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a {
  max-width: 100%;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a .shg-image-zoom,
.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a {
  max-width: 100%;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a .shg-image-zoom,
.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a {
  max-width: 100%;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a .shg-image-zoom,
.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3be688d-3e6a-4ff4-a53b-b95fb373e50a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3c85e1cd-63af-4f35-bf39-034d4157b805 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c85e1cd-63af-4f35-bf39-034d4157b805 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-21321896-1117-400f-93f9-5ac45ef9d38a {
  text-align: center;
}

#s-21321896-1117-400f-93f9-5ac45ef9d38a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-21321896-1117-400f-93f9-5ac45ef9d38a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-21321896-1117-400f-93f9-5ac45ef9d38a .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-262e94cd-ef45-4197-ac4f-dc9928d49020 {
  display: none;
}
#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 {
  text-align: left;
}


.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 {
  max-width: 100%;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 .shg-image-zoom,
.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 {
  max-width: 100%;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 .shg-image-zoom,
.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 {
  max-width: 100%;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 .shg-image-zoom,
.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 {
  max-width: 100%;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 .shg-image-zoom,
.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 {
  max-width: 100%;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 .shg-image-zoom,
.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51c06f08-b0ea-4e13-ae86-99efceec1f86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1d8e7c52-592c-4b04-9447-93b3ad58c9af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d8e7c52-592c-4b04-9447-93b3ad58c9af .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-484ffffc-2d20-4390-955c-aa3a9cd626c4 {
  text-align: center;
}

#s-484ffffc-2d20-4390-955c-aa3a9cd626c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-484ffffc-2d20-4390-955c-aa3a9cd626c4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-484ffffc-2d20-4390-955c-aa3a9cd626c4 .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-9074dce5-05b6-4d5c-b40b-4390c2054316 {
  display: none;
}
#s-afdbb933-b36c-43c5-9102-963b21f7f9fb {
  text-align: left;
}


.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb {
  max-width: 100%;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb .shg-image-zoom,
.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb {
  max-width: 100%;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb .shg-image-zoom,
.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb {
  max-width: 100%;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb .shg-image-zoom,
.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb {
  max-width: 100%;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb .shg-image-zoom,
.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb {
  max-width: 100%;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb .shg-image-zoom,
.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afdbb933-b36c-43c5-9102-963b21f7f9fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ccab562a-3229-4e6d-ad56-20d9beab653a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccab562a-3229-4e6d-ad56-20d9beab653a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-88187e82-0fb7-45ad-a678-edc79e3574da {
  text-align: center;
}

#s-88187e82-0fb7-45ad-a678-edc79e3574da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-88187e82-0fb7-45ad-a678-edc79e3574da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-88187e82-0fb7-45ad-a678-edc79e3574da .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-ca10e4e9-c3f1-40a6-b289-d0763176b605 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-ca10e4e9-c3f1-40a6-b289-d0763176b605 {
  display: none;
}
#s-ca10e4e9-c3f1-40a6-b289-d0763176b605, #wrap-s-ca10e4e9-c3f1-40a6-b289-d0763176b605 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca10e4e9-c3f1-40a6-b289-d0763176b605 {
  display: none;
}
#s-ca10e4e9-c3f1-40a6-b289-d0763176b605, #wrap-s-ca10e4e9-c3f1-40a6-b289-d0763176b605 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca10e4e9-c3f1-40a6-b289-d0763176b605 {
  display: none;
}
#s-ca10e4e9-c3f1-40a6-b289-d0763176b605, #wrap-s-ca10e4e9-c3f1-40a6-b289-d0763176b605 { display:none !important; }}@media (max-width: 767px){#s-ca10e4e9-c3f1-40a6-b289-d0763176b605 {
  display: none;
}
#s-ca10e4e9-c3f1-40a6-b289-d0763176b605, #wrap-s-ca10e4e9-c3f1-40a6-b289-d0763176b605 { display:none !important; }}







#s-ca10e4e9-c3f1-40a6-b289-d0763176b605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca10e4e9-c3f1-40a6-b289-d0763176b605.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4dc72314-8b04-436b-9671-55f48ab31364"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b5a3791a-d186-4c6b-89d3-ee91c1364eba {
  text-align: center;
}
@media (max-width: 767px){#s-b5a3791a-d186-4c6b-89d3-ee91c1364eba {
  display: none;
}
#s-b5a3791a-d186-4c6b-89d3-ee91c1364eba, #wrap-s-b5a3791a-d186-4c6b-89d3-ee91c1364eba { display:none !important; }}



  #s-b5a3791a-d186-4c6b-89d3-ee91c1364eba img.shogun-image {
    
    width: px;
  }


#s-b5a3791a-d186-4c6b-89d3-ee91c1364eba .shogun-image-content {
  
    align-items: center;
  
}

#s-205f37a6-6157-4f2f-8a1c-c3656cbc6675 {
  text-align: center;
}
@media (min-width: 1200px){#s-205f37a6-6157-4f2f-8a1c-c3656cbc6675 {
  display: none;
}
#s-205f37a6-6157-4f2f-8a1c-c3656cbc6675, #wrap-s-205f37a6-6157-4f2f-8a1c-c3656cbc6675 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-205f37a6-6157-4f2f-8a1c-c3656cbc6675 {
  display: none;
}
#s-205f37a6-6157-4f2f-8a1c-c3656cbc6675, #wrap-s-205f37a6-6157-4f2f-8a1c-c3656cbc6675 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-205f37a6-6157-4f2f-8a1c-c3656cbc6675 {
  display: none;
}
#s-205f37a6-6157-4f2f-8a1c-c3656cbc6675, #wrap-s-205f37a6-6157-4f2f-8a1c-c3656cbc6675 { display:none !important; }}



  #s-205f37a6-6157-4f2f-8a1c-c3656cbc6675 img.shogun-image {
    
    width: px;
  }


#s-205f37a6-6157-4f2f-8a1c-c3656cbc6675 .shogun-image-content {
  
    align-items: center;
  
}

#s-66d62f0e-7603-4629-92a7-17fb55b3dbe0 {
  text-align: center;
}




  #s-66d62f0e-7603-4629-92a7-17fb55b3dbe0 img.shogun-image {
    
    width: px;
  }


#s-66d62f0e-7603-4629-92a7-17fb55b3dbe0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e0b55e3-895b-4b30-b885-0a2b624904d8 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-4640a62b-9d7a-46f9-9c6d-9deafe79a618 {
  display: none;
}
#s-46742de3-048b-4194-abbd-096b6428bbef {
  text-align: center;
}


.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef {
  max-width: 100%;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef .shg-image-zoom,
.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef {
  max-width: 100%;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef .shg-image-zoom,
.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef {
  max-width: 100%;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef .shg-image-zoom,
.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef {
  max-width: 100%;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef .shg-image-zoom,
.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef {
  max-width: 100%;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef .shg-image-zoom,
.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-46742de3-048b-4194-abbd-096b6428bbef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9659e776-f982-44bf-bcb5-efd88096201e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9659e776-f982-44bf-bcb5-efd88096201e .shg-product-title-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-fe9447fc-c887-4598-86ee-9db31219ee06 {
  display: none;
}
#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 {
  text-align: center;
}


.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 {
  max-width: 100%;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 .shg-image-zoom,
.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 {
  max-width: 100%;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 .shg-image-zoom,
.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 {
  max-width: 100%;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 .shg-image-zoom,
.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 {
  max-width: 100%;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 .shg-image-zoom,
.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 {
  max-width: 100%;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 .shg-image-zoom,
.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-acce2bef-14bd-4acf-bdaf-79a58fadb187 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dc2e7a2d-6b3e-437e-bb91-be1e1c0d094d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc2e7a2d-6b3e-437e-bb91-be1e1c0d094d .shg-product-title-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-d38ea533-5696-413d-b039-ff7676782e57 {
  display: none;
}
#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f {
  text-align: center;
}


.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f {
  max-width: 100%;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f .shg-image-zoom,
.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f {
  max-width: 100%;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f .shg-image-zoom,
.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f {
  max-width: 100%;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f .shg-image-zoom,
.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f {
  max-width: 100%;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f .shg-image-zoom,
.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f {
  max-width: 100%;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f .shg-image-zoom,
.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f img.shogun-image {
  max-width: 225px !important;
  min-height:  !important;
}

.shg-c#s-5978c8e1-05ec-49d7-9baf-f793f1b66f8f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-156bfb8b-6977-42e4-9ac5-8853f496f7f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-156bfb8b-6977-42e4-9ac5-8853f496f7f1 .shg-product-title-component h4 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9 {
  display: none;
}
#s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9, #wrap-s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9 {
  display: none;
}
#s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9, #wrap-s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9 {
  display: none;
}
#s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9, #wrap-s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9 { display:none !important; }}@media (max-width: 767px){#s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9 {
  display: none;
}
#s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9, #wrap-s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9 { display:none !important; }}







#s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6176738-d0c8-47c6-83b9-fe08b7a05ae9.shg-box.shg-c {
  justify-content: center;
}

#s-3c010172-0d21-4c68-9273-2480bb6d42ac {
  padding-top: 0px;
padding-left: 15%;
padding-bottom: 24px;
padding-right: 15%;
}
@media (max-width: 767px){#s-3c010172-0d21-4c68-9273-2480bb6d42ac {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-a1b838e0-9592-4f6d-88e9-7c14f5c58296 {
  display: none;
}
#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c {
  text-align: left;
}


.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c {
  max-width: 100%;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c .shg-image-zoom,
.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c {
  max-width: 100%;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c .shg-image-zoom,
.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c {
  max-width: 100%;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c .shg-image-zoom,
.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c {
  max-width: 100%;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c .shg-image-zoom,
.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c {
  max-width: 100%;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c .shg-image-zoom,
.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-006fffb3-ce42-4e9c-bdc4-54b5b722071c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e66fb580-1ee6-4748-9fa3-755cdda89e44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e66fb580-1ee6-4748-9fa3-755cdda89e44 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-43c5611f-a8b0-449a-bcd5-99fdd42c6f9e {
  display: none;
}
#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 {
  text-align: left;
}


.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 {
  max-width: 100%;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 .shg-image-zoom,
.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 {
  max-width: 100%;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 .shg-image-zoom,
.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 {
  max-width: 100%;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 .shg-image-zoom,
.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 {
  max-width: 100%;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 .shg-image-zoom,
.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 {
  max-width: 100%;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 .shg-image-zoom,
.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa93daf3-f7f0-4c3d-9966-58de75fa8437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6f5544bb-aac1-41d8-bff9-539c529f1e13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f5544bb-aac1-41d8-bff9-539c529f1e13 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-bc6b1e3f-918a-41e1-a62f-57885ac41e1a {
  display: none;
}
#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 {
  text-align: left;
}


.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 {
  max-width: 100%;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 .shg-image-zoom,
.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 {
  max-width: 100%;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 .shg-image-zoom,
.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 {
  max-width: 100%;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 .shg-image-zoom,
.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 {
  max-width: 100%;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 .shg-image-zoom,
.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 {
  max-width: 100%;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 .shg-image-zoom,
.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd152d3d-4268-4ecc-9a87-b5d920bd7e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-64d338a4-e9f8-442d-9d09-e9335912d10e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64d338a4-e9f8-442d-9d09-e9335912d10e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-46f4c536-05ef-4ad9-b2a8-c92916c85d7d {
  display: none;
}
#s-d2812940-5de0-469b-8b65-eb2434a70801 {
  text-align: left;
}


.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 {
  max-width: 100%;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 .shg-image-zoom,
.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 {
  max-width: 100%;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 .shg-image-zoom,
.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 {
  max-width: 100%;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 .shg-image-zoom,
.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 {
  max-width: 100%;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 .shg-image-zoom,
.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 {
  max-width: 100%;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 .shg-image-zoom,
.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2812940-5de0-469b-8b65-eb2434a70801 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b09d9e69-ec25-45a3-9b3b-c1b2c19c1bb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b09d9e69-ec25-45a3-9b3b-c1b2c19c1bb6 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-d002b81e-d97e-4f0c-9ce6-2d9994def456 {
  display: none;
}
#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 {
  text-align: left;
}


.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 {
  max-width: 100%;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 .shg-image-zoom,
.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 {
  max-width: 100%;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 .shg-image-zoom,
.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 {
  max-width: 100%;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 .shg-image-zoom,
.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 {
  max-width: 100%;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 .shg-image-zoom,
.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 {
  max-width: 100%;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 .shg-image-zoom,
.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c538d158-5fb0-48d4-938a-a5797c8ddc25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ce0b3c7e-9220-4e28-902e-276f8b51fa25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce0b3c7e-9220-4e28-902e-276f8b51fa25 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-1c273ba9-ae65-4d19-8c04-f289136f43c2 {
  display: none;
}
#s-46f289bf-90d1-40e1-a5e2-c31725aca249 {
  text-align: left;
}


.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 {
  max-width: 100%;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 .shg-image-zoom,
.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 {
  max-width: 100%;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 .shg-image-zoom,
.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 {
  max-width: 100%;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 .shg-image-zoom,
.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 {
  max-width: 100%;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 .shg-image-zoom,
.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 {
  max-width: 100%;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 .shg-image-zoom,
.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46f289bf-90d1-40e1-a5e2-c31725aca249 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8b5b1a89-3f6e-47ed-973a-5d26b8dbfde9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b5b1a89-3f6e-47ed-973a-5d26b8dbfde9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-e79a9ec9-5583-4b3f-8fdb-915b9e1c5761 {
  display: none;
}
#s-54f82580-d3b3-482c-826e-14aef3704416 {
  text-align: left;
}


.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 {
  max-width: 100%;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 .shg-image-zoom,
.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 {
  max-width: 100%;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 .shg-image-zoom,
.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 {
  max-width: 100%;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 .shg-image-zoom,
.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 {
  max-width: 100%;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 .shg-image-zoom,
.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 {
  max-width: 100%;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 .shg-image-zoom,
.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54f82580-d3b3-482c-826e-14aef3704416 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-df5c47e4-d097-4b86-ba58-3730d21493b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df5c47e4-d097-4b86-ba58-3730d21493b3 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-57aeebbd-2ecc-4320-ae22-0bc079e249e3 {
  display: none;
}
#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 {
  text-align: left;
}


.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 {
  max-width: 100%;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 .shg-image-zoom,
.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 {
  max-width: 100%;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 .shg-image-zoom,
.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 {
  max-width: 100%;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 .shg-image-zoom,
.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 {
  max-width: 100%;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 .shg-image-zoom,
.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 {
  max-width: 100%;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 .shg-image-zoom,
.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4155c10-a9bc-4b14-aa0d-2447c89a27a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-821a1304-6e03-4df7-8236-8dbb1d0c5f6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-821a1304-6e03-4df7-8236-8dbb1d0c5f6e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-9db78aab-19d6-4787-89b2-7b5c214b0d85 {
  display: none;
}
#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff {
  text-align: left;
}


.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff {
  max-width: 100%;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff .shg-image-zoom,
.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff {
  max-width: 100%;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff .shg-image-zoom,
.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff {
  max-width: 100%;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff .shg-image-zoom,
.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff {
  max-width: 100%;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff .shg-image-zoom,
.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff {
  max-width: 100%;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff .shg-image-zoom,
.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c4a81c6-0f51-4e98-b60f-518b7c9245ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-19f8d64b-5806-4081-823c-e69a390d0b0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19f8d64b-5806-4081-823c-e69a390d0b0d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-ca76900d-a8c0-4a0b-a70a-1f8f10319334 {
  text-align: center;
}

#s-ca76900d-a8c0-4a0b-a70a-1f8f10319334 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ca76900d-a8c0-4a0b-a70a-1f8f10319334 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ca76900d-a8c0-4a0b-a70a-1f8f10319334 .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-b66726e5-5819-4bdb-b35d-e4fe672c3ca1 {
  display: none;
}
#s-552418ab-358e-4bbe-97fd-9160d8141875 {
  text-align: left;
}


.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 {
  max-width: 100%;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 .shg-image-zoom,
.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 {
  max-width: 100%;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 .shg-image-zoom,
.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 {
  max-width: 100%;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 .shg-image-zoom,
.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 {
  max-width: 100%;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 .shg-image-zoom,
.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 {
  max-width: 100%;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 .shg-image-zoom,
.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-552418ab-358e-4bbe-97fd-9160d8141875 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-36f9e6b2-5104-40a9-b951-07afbd83324a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36f9e6b2-5104-40a9-b951-07afbd83324a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-4f4969ad-fe38-44f6-891d-df0f2b655813 {
  text-align: center;
}

#s-4f4969ad-fe38-44f6-891d-df0f2b655813 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f4969ad-fe38-44f6-891d-df0f2b655813 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4f4969ad-fe38-44f6-891d-df0f2b655813 .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-e1637753-8c2f-4cb7-a612-1ad135483150 {
  display: none;
}
#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef {
  text-align: left;
}


.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef {
  max-width: 100%;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef .shg-image-zoom,
.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef {
  max-width: 100%;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef .shg-image-zoom,
.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef {
  max-width: 100%;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef .shg-image-zoom,
.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef {
  max-width: 100%;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef .shg-image-zoom,
.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef {
  max-width: 100%;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef .shg-image-zoom,
.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a4bda44-cbad-493d-b3e1-7b736e8531ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a21b8fd3-51b3-4208-a2c0-836304725c44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a21b8fd3-51b3-4208-a2c0-836304725c44 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-1e8591b9-4e59-4dbd-aeb3-4713e30975cd {
  text-align: center;
}

#s-1e8591b9-4e59-4dbd-aeb3-4713e30975cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1e8591b9-4e59-4dbd-aeb3-4713e30975cd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1e8591b9-4e59-4dbd-aeb3-4713e30975cd .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-6610eea7-feb9-481e-ab02-8b36c3b499d2 {
  display: none;
}
#s-114e427a-51ee-42e8-8c66-11885c4a1db0 {
  text-align: left;
}


.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 {
  max-width: 100%;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 .shg-image-zoom,
.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 {
  max-width: 100%;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 .shg-image-zoom,
.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 {
  max-width: 100%;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 .shg-image-zoom,
.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 {
  max-width: 100%;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 .shg-image-zoom,
.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 {
  max-width: 100%;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 .shg-image-zoom,
.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-114e427a-51ee-42e8-8c66-11885c4a1db0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-22d241dd-0176-4e0f-8666-65ae77863ce0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22d241dd-0176-4e0f-8666-65ae77863ce0 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-2137d109-2c31-492d-a246-815c7317353c {
  text-align: center;
}

#s-2137d109-2c31-492d-a246-815c7317353c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2137d109-2c31-492d-a246-815c7317353c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2137d109-2c31-492d-a246-815c7317353c .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-4533775d-31ff-4141-adb2-9facc62abefb {
  display: none;
}
#s-1807f675-86e3-404c-8f7a-b081df567044 {
  text-align: left;
}


.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 {
  max-width: 100%;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 .shg-image-zoom,
.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 {
  max-width: 100%;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 .shg-image-zoom,
.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 {
  max-width: 100%;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 .shg-image-zoom,
.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 {
  max-width: 100%;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 .shg-image-zoom,
.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 {
  max-width: 100%;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 .shg-image-zoom,
.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1807f675-86e3-404c-8f7a-b081df567044 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dd89226a-fa39-4873-b70d-66b44deee57a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd89226a-fa39-4873-b70d-66b44deee57a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-168664cc-f6fc-4851-ad4b-b2ed8ac8f12d {
  text-align: center;
}

#s-168664cc-f6fc-4851-ad4b-b2ed8ac8f12d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-168664cc-f6fc-4851-ad4b-b2ed8ac8f12d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-168664cc-f6fc-4851-ad4b-b2ed8ac8f12d .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-dc732362-e15a-4544-a5f6-92b89ccc3dda {
  display: none;
}
#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 {
  text-align: left;
}


.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 {
  max-width: 100%;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 .shg-image-zoom,
.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 {
  max-width: 100%;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 .shg-image-zoom,
.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 {
  max-width: 100%;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 .shg-image-zoom,
.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 {
  max-width: 100%;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 .shg-image-zoom,
.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 {
  max-width: 100%;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 .shg-image-zoom,
.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fd0dae7-07f7-4f65-88ca-ccbb0bd9d326 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d8e1d226-b0ea-40fb-90d2-a610a4b84536 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8e1d226-b0ea-40fb-90d2-a610a4b84536 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-1c8b0c5f-ef3b-46ef-acf7-ba319dc31193 {
  text-align: center;
}

#s-1c8b0c5f-ef3b-46ef-acf7-ba319dc31193 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c8b0c5f-ef3b-46ef-acf7-ba319dc31193 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1c8b0c5f-ef3b-46ef-acf7-ba319dc31193 .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-e84616ae-c6ec-4128-ae4d-87989e4cfac5 {
  display: none;
}
#s-8c659b7b-ed28-4d95-80f6-de1145709143 {
  text-align: left;
}


.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 {
  max-width: 100%;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 .shg-image-zoom,
.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 {
  max-width: 100%;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 .shg-image-zoom,
.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 {
  max-width: 100%;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 .shg-image-zoom,
.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 {
  max-width: 100%;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 .shg-image-zoom,
.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 {
  max-width: 100%;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 .shg-image-zoom,
.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c659b7b-ed28-4d95-80f6-de1145709143 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4e4c832b-3a4b-4cf2-ab3c-4e7e195d100f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e4c832b-3a4b-4cf2-ab3c-4e7e195d100f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-3f288a2a-40d2-4288-87b6-5c93d8cf4ba4 {
  text-align: center;
}

#s-3f288a2a-40d2-4288-87b6-5c93d8cf4ba4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3f288a2a-40d2-4288-87b6-5c93d8cf4ba4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3f288a2a-40d2-4288-87b6-5c93d8cf4ba4 .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-ca3e2641-04ad-4d53-bd8b-6e51196bc9bc {
  display: none;
}
#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 {
  text-align: left;
}


.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 {
  max-width: 100%;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 .shg-image-zoom,
.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 {
  max-width: 100%;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 .shg-image-zoom,
.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 {
  max-width: 100%;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 .shg-image-zoom,
.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 {
  max-width: 100%;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 .shg-image-zoom,
.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 {
  max-width: 100%;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 .shg-image-zoom,
.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eda6e742-939e-4bb8-a7bd-81f8ad5c5c88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-16ae6827-69ec-4248-8074-def10ca918df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16ae6827-69ec-4248-8074-def10ca918df .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-19e4828d-fde0-44f8-95ca-7a5817f6b92a {
  text-align: center;
}

#s-19e4828d-fde0-44f8-95ca-7a5817f6b92a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-19e4828d-fde0-44f8-95ca-7a5817f6b92a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-19e4828d-fde0-44f8-95ca-7a5817f6b92a .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-743a133e-4098-46f5-9987-2560c688de1b {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}
@media (max-width: 767px){#s-743a133e-4098-46f5-9987-2560c688de1b {
  
}
}







#s-743a133e-4098-46f5-9987-2560c688de1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-743a133e-4098-46f5-9987-2560c688de1b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5958270-d733-4be9-a06e-ba4b6aeac154"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6dd56ff7-64f3-4de2-8bf2-45b917a573af {
  padding-top: 17%;
padding-bottom: 17%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6dd56ff7-64f3-4de2-8bf2-45b917a573af {
  padding-top: 7%;
padding-bottom: 7%;
}
}







#s-6dd56ff7-64f3-4de2-8bf2-45b917a573af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd56ff7-64f3-4de2-8bf2-45b917a573af.shg-box.shg-c {
  justify-content: center;
}

#s-22317531-76de-4a38-af95-8ed6313deb3f {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-22317531-76de-4a38-af95-8ed6313deb3f .shogun-heading-component h1 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-22317531-76de-4a38-af95-8ed6313deb3f .shogun-heading-component h1 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-4ab1e287-8c61-40d8-90ac-3e65cb017951 {
  padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}

#s-4ab1e287-8c61-40d8-90ac-3e65cb017951 .shogun-heading-component h3 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4ab1e287-8c61-40d8-90ac-3e65cb017951 .shogun-heading-component h3 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-6ea6b9cc-d719-406b-9245-786d9f279d4d {
  padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}

#s-6ea6b9cc-d719-406b-9245-786d9f279d4d .shogun-heading-component h3 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-6ea6b9cc-d719-406b-9245-786d9f279d4d .shogun-heading-component h3 {
  color: rgba(244, 130, 121, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-0fbb01f2-982e-4d28-ba81-b275358923d4 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(244, 130, 121, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-0fbb01f2-982e-4d28-ba81-b275358923d4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0fbb01f2-982e-4d28-ba81-b275358923d4:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
background-color: rgba(244, 158, 149, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-0fbb01f2-982e-4d28-ba81-b275358923d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-0fbb01f2-982e-4d28-ba81-b275358923d4.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-593cd05a-ab58-4a11-bc1d-2561462b98f5 {
  display: none;
}
#s-593cd05a-ab58-4a11-bc1d-2561462b98f5, #wrap-s-593cd05a-ab58-4a11-bc1d-2561462b98f5 { display:none !important; }}
@media (min-width: 1200px){#s-3f852dcb-c5a5-4bd7-a04c-31c8870bbdcd {
  display: none;
}
#s-3f852dcb-c5a5-4bd7-a04c-31c8870bbdcd, #wrap-s-3f852dcb-c5a5-4bd7-a04c-31c8870bbdcd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f852dcb-c5a5-4bd7-a04c-31c8870bbdcd {
  display: none;
}
#s-3f852dcb-c5a5-4bd7-a04c-31c8870bbdcd, #wrap-s-3f852dcb-c5a5-4bd7-a04c-31c8870bbdcd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f852dcb-c5a5-4bd7-a04c-31c8870bbdcd {
  display: none;
}
#s-3f852dcb-c5a5-4bd7-a04c-31c8870bbdcd, #wrap-s-3f852dcb-c5a5-4bd7-a04c-31c8870bbdcd { display:none !important; }}
#s-f0027b1c-dbde-4133-9814-2921890122c1 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}








#s-f0027b1c-dbde-4133-9814-2921890122c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0027b1c-dbde-4133-9814-2921890122c1.shg-box.shg-c {
  justify-content: center;
}

#s-42b97497-0780-4ce8-a3f7-1b01d6bcdeb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42b97497-0780-4ce8-a3f7-1b01d6bcdeb7 .shogun-heading-component h1 {
  color: rgba(119, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8a16dd55-ddaa-4c37-b69a-758af08e71d8 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}








#s-8a16dd55-ddaa-4c37-b69a-758af08e71d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a16dd55-ddaa-4c37-b69a-758af08e71d8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-f4b8a000-609a-47cd-b46b-de9efaba78f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-d6469741-ce73-4da0-ab2e-c8531694fa72 {
  margin-bottom: 15px;
text-align: center;
}




  #s-d6469741-ce73-4da0-ab2e-c8531694fa72 img.shogun-image {
    
    width: px;
  }


#s-d6469741-ce73-4da0-ab2e-c8531694fa72 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfacc710-eff1-4efe-aa5f-1d2186f37e79 {
  margin-bottom: 15px;
text-align: center;
}




  #s-cfacc710-eff1-4efe-aa5f-1d2186f37e79 img.shogun-image {
    
    width: px;
  }


#s-cfacc710-eff1-4efe-aa5f-1d2186f37e79 .shogun-image-content {
  
    align-items: center;
  
}

#s-326e8071-476f-47b9-8f9c-5ad1a9cd599e {
  margin-top: 0px;
margin-bottom: 15px;
text-align: center;
}




  #s-326e8071-476f-47b9-8f9c-5ad1a9cd599e img.shogun-image {
    
    width: px;
  }


#s-326e8071-476f-47b9-8f9c-5ad1a9cd599e .shogun-image-content {
  
    align-items: center;
  
}

#s-2bc9b7b6-cf0a-4e52-8c6a-d1383917d933 {
  margin-top: 0px;
margin-bottom: 15px;
text-align: center;
}




  #s-2bc9b7b6-cf0a-4e52-8c6a-d1383917d933 img.shogun-image {
    
    width: px;
  }


#s-2bc9b7b6-cf0a-4e52-8c6a-d1383917d933 .shogun-image-content {
  
    align-items: 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;
}
