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

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

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-3c6ed48d-9f1a-40ab-913e-52c51c0fce16 {
  min-height: 50px;
}








#s-3c6ed48d-9f1a-40ab-913e-52c51c0fce16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c6ed48d-9f1a-40ab-913e-52c51c0fce16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-82415c74-a2a1-4d74-ba0f-fe76b164f67f {
  max-width: 2000px;
aspect-ratio: 2000/713;
text-align: center;
}





  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image,
  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f {
    width: 100%;
    height: auto;
  }

  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image {
    
    
  }


.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f .shogun-image-content {
  
    align-items: center;
  
}

.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f {
      --shg-aspect-ratio: calc(2000/713); 
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container {
      position: relative;
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image,
  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f {
    width: 100%;
    height: auto;
  }

  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image {
    
    
  }


.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f .shogun-image-content {
  
    align-items: center;
  
}

.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f {
      --shg-aspect-ratio: calc(2000/713); 
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container {
      position: relative;
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image,
  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f {
    width: 100%;
    height: auto;
  }

  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image {
    
    
  }


.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f .shogun-image-content {
  
    align-items: center;
  
}

.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f {
      --shg-aspect-ratio: calc(2000/713); 
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container {
      position: relative;
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image,
  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f {
    width: 100%;
    height: auto;
  }

  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image {
    
    
  }


.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f .shogun-image-content {
  
    align-items: center;
  
}

.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f {
      --shg-aspect-ratio: calc(2000/713); 
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container {
      position: relative;
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image,
  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f {
    width: 100%;
    height: auto;
  }

  #s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image {
    
    
  }


.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f .shogun-image-content {
  
    align-items: center;
  
}

.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f {
      --shg-aspect-ratio: calc(2000/713); 
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container {
      position: relative;
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82415c74-a2a1-4d74-ba0f-fe76b164f67f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-8362a345-1e77-493d-b2e0-9845d3d6bcf8 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}

#s-8362a345-1e77-493d-b2e0-9845d3d6bcf8 .shogun-heading-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-eaf2bcce-3d37-4594-8dfe-80af05e9a396 {
  min-height: 50px;
}








#s-eaf2bcce-3d37-4594-8dfe-80af05e9a396 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaf2bcce-3d37-4594-8dfe-80af05e9a396.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-6b505439-cf4f-45b6-af90-2e371ac8d416 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-6b505439-cf4f-45b6-af90-2e371ac8d416"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b505439-cf4f-45b6-af90-2e371ac8d416"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6b505439-cf4f-45b6-af90-2e371ac8d416"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b505439-cf4f-45b6-af90-2e371ac8d416"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

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

#s-40cf6a07-3e97-45b0-a750-a148e6026975 {
  text-align: center;
}


.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 {
  max-width:  100%;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom,
.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 {
  max-width:  100%;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom,
.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 {
  max-width:  100%;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom,
.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 {
  max-width:  100%;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom,
.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 {
  max-width:  100%;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom,
.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40cf6a07-3e97-45b0-a750-a148e6026975 img.shogun-image {
  width: 100%;
}



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

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

#s-5af34a21-e0d0-4018-bf4f-7b76906b5164 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5af34a21-e0d0-4018-bf4f-7b76906b5164 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-203e0af7-837f-4c49-af46-8e7020e8bc90 {
  text-align: left;
}

#s-203e0af7-837f-4c49-af46-8e7020e8bc90 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-203e0af7-837f-4c49-af46-8e7020e8bc90 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-203e0af7-837f-4c49-af46-8e7020e8bc90 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-364139cf-0d75-4d7b-b19b-b550bbc47dca {
  text-align: center;
}


.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca {
  max-width:  100%;
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom,
.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca {
  max-width:  100%;
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom,
.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca {
  max-width:  100%;
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom,
.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca {
  max-width:  100%;
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom,
.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca {
  max-width:  100%;
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom,
.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-364139cf-0d75-4d7b-b19b-b550bbc47dca img.shogun-image {
  width: 100%;
}



}
#s-420f7416-e089-4c7f-9b17-8a6b4d8b674c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-420f7416-e089-4c7f-9b17-8a6b4d8b674c .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5dca8520-9cc0-46ac-900d-d8d3cac5f433 {
  text-align: left;
}

#s-5dca8520-9cc0-46ac-900d-d8d3cac5f433 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-5dca8520-9cc0-46ac-900d-d8d3cac5f433 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-5dca8520-9cc0-46ac-900d-d8d3cac5f433 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf {
  text-align: center;
}


.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf {
  max-width:  100%;
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom,
.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf {
  max-width:  100%;
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom,
.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf {
  max-width:  100%;
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom,
.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf {
  max-width:  100%;
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom,
.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf {
  max-width:  100%;
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom,
.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4baceb71-c89f-4b64-a765-e5baa0e8caaf img.shogun-image {
  width: 100%;
}



}
#s-5e91addb-578f-4e31-b15c-66ccc562684a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5e91addb-578f-4e31-b15c-66ccc562684a .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7489b4cc-ca97-4db2-b382-193b980f52b1 {
  text-align: left;
}

#s-7489b4cc-ca97-4db2-b382-193b980f52b1 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-7489b4cc-ca97-4db2-b382-193b980f52b1 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-7489b4cc-ca97-4db2-b382-193b980f52b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-27be1be4-8b28-468e-a255-32248eb6c96b {
  min-height: 50px;
}








#s-27be1be4-8b28-468e-a255-32248eb6c96b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27be1be4-8b28-468e-a255-32248eb6c96b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8daa9ec5-544b-4bff-a529-85c868c07d89 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-8daa9ec5-544b-4bff-a529-85c868c07d89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8daa9ec5-544b-4bff-a529-85c868c07d89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8daa9ec5-544b-4bff-a529-85c868c07d89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8daa9ec5-544b-4bff-a529-85c868c07d89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 {
  text-align: center;
}


.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 {
  max-width:  100%;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom,
.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 {
  max-width:  100%;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom,
.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 {
  max-width:  100%;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom,
.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 {
  max-width:  100%;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom,
.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 {
  max-width:  100%;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom,
.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  max-width: 350px !important;
  min-height: 0px !important;
}

.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cc30509-7c57-4d1c-8cc1-78b760e2e759 img.shogun-image {
  width: 100%;
}



}
#s-e9aca49c-3064-491f-818c-6cdb666c1238 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e9aca49c-3064-491f-818c-6cdb666c1238 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-adef7aca-410d-40cc-a3fd-4a233b60b2ab {
  text-align: left;
}

#s-adef7aca-410d-40cc-a3fd-4a233b60b2ab .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-adef7aca-410d-40cc-a3fd-4a233b60b2ab .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-adef7aca-410d-40cc-a3fd-4a233b60b2ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 {
  text-align: center;
}


.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 {
  max-width:  100%;
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom,
.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 {
  max-width:  100%;
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom,
.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 {
  max-width:  100%;
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom,
.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 {
  max-width:  100%;
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom,
.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 {
  max-width:  100%;
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom,
.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a26434d9-a1a7-4e22-91e3-a392b45f5c41 img.shogun-image {
  width: 100%;
}



}
#s-d9ebd2e4-5d2f-4c2a-813f-f6b3688ea07f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d9ebd2e4-5d2f-4c2a-813f-f6b3688ea07f .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-20f19186-f61c-4a86-b18f-e7c49e128294 {
  text-align: left;
}

#s-20f19186-f61c-4a86-b18f-e7c49e128294 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-20f19186-f61c-4a86-b18f-e7c49e128294 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-20f19186-f61c-4a86-b18f-e7c49e128294 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2510d03f-be54-46d9-bea4-0fc0af10e45c {
  text-align: center;
}


.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c {
  max-width:  100%;
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom,
.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c {
  max-width:  100%;
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom,
.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c {
  max-width:  100%;
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom,
.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c {
  max-width:  100%;
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom,
.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c {
  max-width:  100%;
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom,
.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2510d03f-be54-46d9-bea4-0fc0af10e45c img.shogun-image {
  width: 100%;
}



}
#s-d97f0d5d-dedd-40fb-b226-31045bff11f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d97f0d5d-dedd-40fb-b226-31045bff11f0 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-336b80bb-c7b3-4d54-8369-01dd74a14394 {
  text-align: left;
}

#s-336b80bb-c7b3-4d54-8369-01dd74a14394 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-336b80bb-c7b3-4d54-8369-01dd74a14394 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-336b80bb-c7b3-4d54-8369-01dd74a14394 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cad66aec-fe78-4e4a-bca6-0e957c036415 {
  min-height: 50px;
}








#s-cad66aec-fe78-4e4a-bca6-0e957c036415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cad66aec-fe78-4e4a-bca6-0e957c036415.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-651e1d0b-ae28-489c-af49-f263ed075f20 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-651e1d0b-ae28-489c-af49-f263ed075f20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-651e1d0b-ae28-489c-af49-f263ed075f20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-651e1d0b-ae28-489c-af49-f263ed075f20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-651e1d0b-ae28-489c-af49-f263ed075f20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d3c392fd-f915-4faf-8731-2b88c44221fe {
  text-align: center;
}


.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe {
  max-width:  100%;
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom,
.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe {
  max-width:  100%;
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom,
.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe {
  max-width:  100%;
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom,
.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe {
  max-width:  100%;
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom,
.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe {
  max-width:  100%;
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom,
.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3c392fd-f915-4faf-8731-2b88c44221fe img.shogun-image {
  width: 100%;
}



}
#s-774065f6-07ac-4aa2-9579-3791bd1b077b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-774065f6-07ac-4aa2-9579-3791bd1b077b .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-010eb117-b4c5-4301-95f3-48569597f56a {
  text-align: left;
}

#s-010eb117-b4c5-4301-95f3-48569597f56a .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-010eb117-b4c5-4301-95f3-48569597f56a .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-010eb117-b4c5-4301-95f3-48569597f56a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 {
  text-align: center;
}


.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 {
  max-width:  100%;
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom,
.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 {
  max-width:  100%;
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom,
.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 {
  max-width:  100%;
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom,
.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 {
  max-width:  100%;
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom,
.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 {
  max-width:  100%;
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom,
.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15dc04bb-2f7b-48bb-956a-dd5e816b2f08 img.shogun-image {
  width: 100%;
}



}
#s-1f4ec5d3-a11e-4899-a881-0b8cc9a1874e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f4ec5d3-a11e-4899-a881-0b8cc9a1874e .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5119302a-c806-4c8c-9a59-7dbff40c1a39 {
  text-align: left;
}

#s-5119302a-c806-4c8c-9a59-7dbff40c1a39 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-5119302a-c806-4c8c-9a59-7dbff40c1a39 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-5119302a-c806-4c8c-9a59-7dbff40c1a39 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-05ad878e-03f5-4581-bac9-c026de5c8420 {
  text-align: center;
}


.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 {
  max-width:  100%;
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom,
.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 {
  max-width:  100%;
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom,
.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 {
  max-width:  100%;
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom,
.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 {
  max-width:  100%;
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom,
.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 {
  max-width:  100%;
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom,
.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ad878e-03f5-4581-bac9-c026de5c8420 img.shogun-image {
  width: 100%;
}



}
#s-39343c12-0e07-43cc-a6bd-5e1250b85042 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39343c12-0e07-43cc-a6bd-5e1250b85042 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3f304f89-a57d-4f47-b91a-a49275287185 {
  text-align: left;
}

#s-3f304f89-a57d-4f47-b91a-a49275287185 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-3f304f89-a57d-4f47-b91a-a49275287185 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-3f304f89-a57d-4f47-b91a-a49275287185 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bce62a70-70e5-4ea3-8a1e-4379a6769bff {
  min-height: 50px;
}








#s-bce62a70-70e5-4ea3-8a1e-4379a6769bff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bce62a70-70e5-4ea3-8a1e-4379a6769bff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a0e1701-ae91-43a1-922a-b16d068321dd {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-4a0e1701-ae91-43a1-922a-b16d068321dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a0e1701-ae91-43a1-922a-b16d068321dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4a0e1701-ae91-43a1-922a-b16d068321dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a0e1701-ae91-43a1-922a-b16d068321dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 {
  text-align: center;
}


.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 {
  max-width:  100%;
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom,
.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 {
  max-width:  100%;
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom,
.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 {
  max-width:  100%;
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom,
.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 {
  max-width:  100%;
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom,
.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 {
  max-width:  100%;
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom,
.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc30f56c-4386-42f2-9b46-b10c5b8dde46 img.shogun-image {
  width: 100%;
}



}
#s-bbcc08c8-897b-46b3-a968-1cc72ff8a37f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bbcc08c8-897b-46b3-a968-1cc72ff8a37f .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4320c305-f52e-4749-aaec-f78c78d9267e {
  text-align: left;
}

#s-4320c305-f52e-4749-aaec-f78c78d9267e .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-4320c305-f52e-4749-aaec-f78c78d9267e .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-4320c305-f52e-4749-aaec-f78c78d9267e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c {
  text-align: center;
}


.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c {
  max-width:  100%;
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom,
.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c {
  max-width:  100%;
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom,
.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c {
  max-width:  100%;
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom,
.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c {
  max-width:  100%;
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom,
.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c {
  max-width:  100%;
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom,
.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da2e4aca-8bbe-40f4-8076-f1125f8fd68c img.shogun-image {
  width: 100%;
}



}
#s-464ea211-e9da-4fe5-aa46-d265c90ad468 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-464ea211-e9da-4fe5-aa46-d265c90ad468 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8543502c-8796-4fa0-b3a8-c0849e75d589 {
  text-align: left;
}

#s-8543502c-8796-4fa0-b3a8-c0849e75d589 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-8543502c-8796-4fa0-b3a8-c0849e75d589 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-8543502c-8796-4fa0-b3a8-c0849e75d589 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-19f37a65-043e-4d64-9c14-983a02af6e50 {
  text-align: center;
}


.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 {
  max-width:  100%;
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom,
.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 {
  max-width:  100%;
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom,
.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 {
  max-width:  100%;
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom,
.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 {
  max-width:  100%;
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom,
.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 {
  max-width:  100%;
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom,
.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19f37a65-043e-4d64-9c14-983a02af6e50 img.shogun-image {
  width: 100%;
}



}
#s-5945366c-c179-47d5-9500-baaa213f488c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5945366c-c179-47d5-9500-baaa213f488c .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-774fa31e-5545-44a2-94b6-789ad586d1b4 {
  text-align: left;
}

#s-774fa31e-5545-44a2-94b6-789ad586d1b4 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-774fa31e-5545-44a2-94b6-789ad586d1b4 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-774fa31e-5545-44a2-94b6-789ad586d1b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-009cd08e-1198-4e13-a805-9aa748203bdc {
  min-height: 50px;
}








#s-009cd08e-1198-4e13-a805-9aa748203bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-009cd08e-1198-4e13-a805-9aa748203bdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-090be43e-5625-4a74-af70-8ee9defa1d8e {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-090be43e-5625-4a74-af70-8ee9defa1d8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-090be43e-5625-4a74-af70-8ee9defa1d8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-090be43e-5625-4a74-af70-8ee9defa1d8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-090be43e-5625-4a74-af70-8ee9defa1d8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-def2b2a1-7170-4524-9164-60259dc96dfe {
  text-align: center;
}


.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe {
  max-width:  100%;
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom,
.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe {
  max-width:  100%;
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom,
.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe {
  max-width:  100%;
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom,
.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe {
  max-width:  100%;
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom,
.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe {
  max-width:  100%;
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom,
.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-def2b2a1-7170-4524-9164-60259dc96dfe img.shogun-image {
  width: 100%;
}



}
#s-515d46e7-feeb-43fb-805d-488b8f35823e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-515d46e7-feeb-43fb-805d-488b8f35823e .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d7ce23bc-9bf1-47a1-a124-1f2229e6c185 {
  text-align: left;
}

#s-d7ce23bc-9bf1-47a1-a124-1f2229e6c185 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-d7ce23bc-9bf1-47a1-a124-1f2229e6c185 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-d7ce23bc-9bf1-47a1-a124-1f2229e6c185 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c {
  text-align: center;
}


.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c {
  max-width:  100%;
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom,
.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c {
  max-width:  100%;
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom,
.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c {
  max-width:  100%;
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom,
.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c {
  max-width:  100%;
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom,
.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c {
  max-width:  100%;
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom,
.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4075da-4cef-4a1f-9dd2-d2ffe135412c img.shogun-image {
  width: 100%;
}



}
#s-0ca41d8e-61fe-4f5b-bc7e-8e27bfc2096a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0ca41d8e-61fe-4f5b-bc7e-8e27bfc2096a .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e8b4d6b9-c98c-4562-aeea-b7afd96cdc93 {
  text-align: left;
}

#s-e8b4d6b9-c98c-4562-aeea-b7afd96cdc93 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e8b4d6b9-c98c-4562-aeea-b7afd96cdc93 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-e8b4d6b9-c98c-4562-aeea-b7afd96cdc93 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 {
  text-align: center;
}


.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 {
  max-width:  100%;
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom,
.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 {
  max-width:  100%;
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom,
.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 {
  max-width:  100%;
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom,
.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 {
  max-width:  100%;
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom,
.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 {
  max-width:  100%;
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom,
.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf742748-65e2-4bdf-bb95-b23afec88ff2 img.shogun-image {
  width: 100%;
}



}
#s-7fd043b8-bd4c-44d3-af4d-2341c1ff68f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7fd043b8-bd4c-44d3-af4d-2341c1ff68f0 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e616b265-3a65-4e92-a78a-888acb793471 {
  text-align: left;
}

#s-e616b265-3a65-4e92-a78a-888acb793471 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e616b265-3a65-4e92-a78a-888acb793471 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-e616b265-3a65-4e92-a78a-888acb793471 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-abe52926-7b4d-48a3-892b-8c95f370f600 {
  min-height: 50px;
}








#s-abe52926-7b4d-48a3-892b-8c95f370f600 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abe52926-7b4d-48a3-892b-8c95f370f600.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24a2c1da-36f5-44ea-b480-0cf57ea03770 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-24a2c1da-36f5-44ea-b480-0cf57ea03770"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24a2c1da-36f5-44ea-b480-0cf57ea03770"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-24a2c1da-36f5-44ea-b480-0cf57ea03770"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-24a2c1da-36f5-44ea-b480-0cf57ea03770"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 {
  text-align: center;
}


.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 {
  max-width:  100%;
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom,
.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 {
  max-width:  100%;
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom,
.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 {
  max-width:  100%;
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom,
.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 {
  max-width:  100%;
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom,
.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 {
  max-width:  100%;
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom,
.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5ea03f-4ca7-4a5d-a41c-71de010bffd2 img.shogun-image {
  width: 100%;
}



}
#s-89db78f5-4555-47f2-9d34-378158c08ce2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-89db78f5-4555-47f2-9d34-378158c08ce2 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-44ee61e7-e1e5-4e56-b5dd-8a7619982daf {
  text-align: left;
}

#s-44ee61e7-e1e5-4e56-b5dd-8a7619982daf .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-44ee61e7-e1e5-4e56-b5dd-8a7619982daf .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-44ee61e7-e1e5-4e56-b5dd-8a7619982daf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 {
  text-align: center;
}


.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 {
  max-width:  100%;
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom,
.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 {
  max-width:  100%;
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom,
.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 {
  max-width:  100%;
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom,
.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 {
  max-width:  100%;
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom,
.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 {
  max-width:  100%;
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom,
.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5ed74b3-1cd0-460c-9c87-a5121f9c0af7 img.shogun-image {
  width: 100%;
}



}
#s-fa3bf881-c4f4-41ac-b7cc-6c1f085ec045 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa3bf881-c4f4-41ac-b7cc-6c1f085ec045 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-504698a2-7262-4633-b850-888c558c10fb {
  text-align: left;
}

#s-504698a2-7262-4633-b850-888c558c10fb .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-504698a2-7262-4633-b850-888c558c10fb .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-504698a2-7262-4633-b850-888c558c10fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-19e576ad-51b4-441a-8846-f21708d09062 {
  text-align: center;
}


.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 {
  max-width:  100%;
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom,
.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 {
  max-width:  100%;
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom,
.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 {
  max-width:  100%;
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom,
.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 {
  max-width:  100%;
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom,
.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 {
  max-width:  100%;
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom,
.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e576ad-51b4-441a-8846-f21708d09062 img.shogun-image {
  width: 100%;
}



}
#s-5b46210d-5339-48eb-a7bd-1970e344604f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5b46210d-5339-48eb-a7bd-1970e344604f .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-89fd0eaa-91e8-4b69-b6e9-155b8f767f65 {
  text-align: left;
}

#s-89fd0eaa-91e8-4b69-b6e9-155b8f767f65 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-89fd0eaa-91e8-4b69-b6e9-155b8f767f65 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-89fd0eaa-91e8-4b69-b6e9-155b8f767f65 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2a112caa-9da1-401f-8af0-b1222c589212 {
  min-height: 50px;
}








#s-2a112caa-9da1-401f-8af0-b1222c589212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a112caa-9da1-401f-8af0-b1222c589212.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34ef9ee5-6dcb-4532-bba9-544b3e982f28 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-34ef9ee5-6dcb-4532-bba9-544b3e982f28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34ef9ee5-6dcb-4532-bba9-544b3e982f28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-34ef9ee5-6dcb-4532-bba9-544b3e982f28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-34ef9ee5-6dcb-4532-bba9-544b3e982f28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-31214703-946b-42b1-8418-5dac0e1b56ca {
  text-align: center;
}


.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca {
  max-width:  100%;
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom,
.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca {
  max-width:  100%;
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom,
.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca {
  max-width:  100%;
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom,
.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca {
  max-width:  100%;
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom,
.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca {
  max-width:  100%;
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom,
.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31214703-946b-42b1-8418-5dac0e1b56ca img.shogun-image {
  width: 100%;
}



}
#s-9cee4d44-03ef-4466-80ef-f7002bfdd0f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9cee4d44-03ef-4466-80ef-f7002bfdd0f0 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8898ea62-b534-4865-980d-bc8aa3fcf1ea {
  text-align: left;
}

#s-8898ea62-b534-4865-980d-bc8aa3fcf1ea .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-8898ea62-b534-4865-980d-bc8aa3fcf1ea .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-8898ea62-b534-4865-980d-bc8aa3fcf1ea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 {
  text-align: center;
}


.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 {
  max-width:  100%;
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom,
.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 {
  max-width:  100%;
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom,
.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 {
  max-width:  100%;
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom,
.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 {
  max-width:  100%;
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom,
.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 {
  max-width:  100%;
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom,
.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2bfb77a-9d60-4b62-8c0d-2d7b0c3d3dc0 img.shogun-image {
  width: 100%;
}



}
#s-b3826d61-87ba-4bd0-ae0d-123cbf439a8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b3826d61-87ba-4bd0-ae0d-123cbf439a8f .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b2aa99b9-0373-47d1-bc00-21d1b4fc2801 {
  text-align: left;
}

#s-b2aa99b9-0373-47d1-bc00-21d1b4fc2801 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-b2aa99b9-0373-47d1-bc00-21d1b4fc2801 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-b2aa99b9-0373-47d1-bc00-21d1b4fc2801 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 {
  text-align: center;
}


.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 {
  max-width:  100%;
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom,
.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 {
  max-width:  100%;
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom,
.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 {
  max-width:  100%;
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom,
.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 {
  max-width:  100%;
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom,
.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 {
  max-width:  100%;
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom,
.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ce6d4e-cdeb-42c6-9746-6c0425c89332 img.shogun-image {
  width: 100%;
}



}
#s-f7980f40-3a71-4d8f-8d51-d9a865307b22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f7980f40-3a71-4d8f-8d51-d9a865307b22 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3e40150f-3b3a-47ed-ba78-a0cfcd351c35 {
  text-align: left;
}

#s-3e40150f-3b3a-47ed-ba78-a0cfcd351c35 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-3e40150f-3b3a-47ed-ba78-a0cfcd351c35 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-3e40150f-3b3a-47ed-ba78-a0cfcd351c35 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6586b9d5-fd1b-4280-9c94-6edcfbbb0996 {
  min-height: 50px;
}








#s-6586b9d5-fd1b-4280-9c94-6edcfbbb0996 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6586b9d5-fd1b-4280-9c94-6edcfbbb0996.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41af9700-ec18-4fc2-9760-0f47248732b0 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-41af9700-ec18-4fc2-9760-0f47248732b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41af9700-ec18-4fc2-9760-0f47248732b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-41af9700-ec18-4fc2-9760-0f47248732b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-41af9700-ec18-4fc2-9760-0f47248732b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b77e77b0-f22f-417f-ad17-a55295afad9d {
  text-align: center;
}


.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d {
  max-width:  100%;
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom,
.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d {
  max-width:  100%;
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom,
.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d {
  max-width:  100%;
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom,
.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d {
  max-width:  100%;
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom,
.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d {
  max-width:  100%;
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom,
.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b77e77b0-f22f-417f-ad17-a55295afad9d img.shogun-image {
  width: 100%;
}



}
#s-cf08a81b-97a3-4ff0-82fd-0aa209cfee04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf08a81b-97a3-4ff0-82fd-0aa209cfee04 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bd5f9da1-9c4d-4041-a737-1985d87adef7 {
  text-align: left;
}

#s-bd5f9da1-9c4d-4041-a737-1985d87adef7 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-bd5f9da1-9c4d-4041-a737-1985d87adef7 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-bd5f9da1-9c4d-4041-a737-1985d87adef7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 {
  text-align: center;
}


.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 {
  max-width:  100%;
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom,
.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 {
  max-width:  100%;
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom,
.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 {
  max-width:  100%;
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom,
.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 {
  max-width:  100%;
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom,
.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 {
  max-width:  100%;
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom,
.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad356192-c3ff-44fc-af52-28f4ebcdb943 img.shogun-image {
  width: 100%;
}



}
#s-2f21b691-d8f4-4fd9-a736-bb2ce8529953 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f21b691-d8f4-4fd9-a736-bb2ce8529953 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4dd5a228-ba3e-4b2e-97f7-1f2d6c9e20de {
  text-align: left;
}

#s-4dd5a228-ba3e-4b2e-97f7-1f2d6c9e20de .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-4dd5a228-ba3e-4b2e-97f7-1f2d6c9e20de .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-4dd5a228-ba3e-4b2e-97f7-1f2d6c9e20de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 {
  text-align: center;
}


.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 {
  max-width:  100%;
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom,
.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 {
  max-width:  100%;
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom,
.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 {
  max-width:  100%;
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom,
.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 {
  max-width:  100%;
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom,
.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 {
  max-width:  100%;
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom,
.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f67e281f-f0dc-41f4-a0a1-4d36b0a6aac6 img.shogun-image {
  width: 100%;
}



}
#s-9835b2cf-c069-40a6-8d3c-3739af379ded {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9835b2cf-c069-40a6-8d3c-3739af379ded .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9462bf75-5778-4c63-8d2f-61f98953d68b {
  text-align: left;
}

#s-9462bf75-5778-4c63-8d2f-61f98953d68b .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-9462bf75-5778-4c63-8d2f-61f98953d68b .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-9462bf75-5778-4c63-8d2f-61f98953d68b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2ea1b499-7bcd-41fd-886c-3409812e0cd0 {
  min-height: 50px;
}








#s-2ea1b499-7bcd-41fd-886c-3409812e0cd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ea1b499-7bcd-41fd-886c-3409812e0cd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4457e82-085a-4356-99d9-1632b11cbb70 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-a4457e82-085a-4356-99d9-1632b11cbb70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4457e82-085a-4356-99d9-1632b11cbb70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4457e82-085a-4356-99d9-1632b11cbb70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4457e82-085a-4356-99d9-1632b11cbb70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b917d25f-1910-4c20-be7d-62b50df51ef6 {
  text-align: center;
}


.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 {
  max-width:  100%;
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom,
.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 {
  max-width:  100%;
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom,
.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 {
  max-width:  100%;
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom,
.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 {
  max-width:  100%;
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom,
.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 {
  max-width:  100%;
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom,
.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b917d25f-1910-4c20-be7d-62b50df51ef6 img.shogun-image {
  width: 100%;
}



}
#s-62a75ba8-161a-4232-aa5a-65811e68e670 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-62a75ba8-161a-4232-aa5a-65811e68e670 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d92c43fe-f4e1-4938-ae35-5543c091a108 {
  text-align: left;
}

#s-d92c43fe-f4e1-4938-ae35-5543c091a108 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-d92c43fe-f4e1-4938-ae35-5543c091a108 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-d92c43fe-f4e1-4938-ae35-5543c091a108 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 {
  text-align: center;
}


.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 {
  max-width:  100%;
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom,
.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 {
  max-width:  100%;
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom,
.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 {
  max-width:  100%;
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom,
.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 {
  max-width:  100%;
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom,
.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 {
  max-width:  100%;
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom,
.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7c1a037-ff53-4e5b-9697-98544bb22fb7 img.shogun-image {
  width: 100%;
}



}
#s-e61c4788-74c9-4c10-8ede-4da1a985bad3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e61c4788-74c9-4c10-8ede-4da1a985bad3 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ce165fad-c4d0-4163-97b3-462906f7b4f8 {
  text-align: left;
}

#s-ce165fad-c4d0-4163-97b3-462906f7b4f8 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-ce165fad-c4d0-4163-97b3-462906f7b4f8 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-ce165fad-c4d0-4163-97b3-462906f7b4f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dd3fd472-4999-4343-888b-38e8ac1e524a {
  text-align: center;
}


.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a {
  max-width:  100%;
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom,
.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a {
  max-width:  100%;
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom,
.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a {
  max-width:  100%;
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom,
.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a {
  max-width:  100%;
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom,
.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a {
  max-width:  100%;
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom,
.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3fd472-4999-4343-888b-38e8ac1e524a img.shogun-image {
  width: 100%;
}



}
#s-f2cf5aac-23f0-4cd4-8928-59dd56f313d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f2cf5aac-23f0-4cd4-8928-59dd56f313d1 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-808c2ed9-6b9f-4d3c-b071-54d83c1da9ae {
  text-align: left;
}

#s-808c2ed9-6b9f-4d3c-b071-54d83c1da9ae .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-808c2ed9-6b9f-4d3c-b071-54d83c1da9ae .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-808c2ed9-6b9f-4d3c-b071-54d83c1da9ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0ff9a1f-8f37-47fa-ab2d-b28357520ff8 {
  min-height: 50px;
}








#s-c0ff9a1f-8f37-47fa-ab2d-b28357520ff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0ff9a1f-8f37-47fa-ab2d-b28357520ff8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30e6a45f-da2b-43cd-8525-dc0b13978a54 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-30e6a45f-da2b-43cd-8525-dc0b13978a54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30e6a45f-da2b-43cd-8525-dc0b13978a54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-30e6a45f-da2b-43cd-8525-dc0b13978a54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-30e6a45f-da2b-43cd-8525-dc0b13978a54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 {
  text-align: center;
}


.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 {
  max-width:  100%;
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom,
.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 {
  max-width:  100%;
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom,
.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 {
  max-width:  100%;
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom,
.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 {
  max-width:  100%;
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom,
.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 {
  max-width:  100%;
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom,
.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ade6f474-c179-4d74-9cb2-e9b40ba43eb8 img.shogun-image {
  width: 100%;
}



}
#s-31d2d32f-6c92-4e74-8261-29353f23a149 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-31d2d32f-6c92-4e74-8261-29353f23a149 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-137d2870-8b4c-404c-a861-73d9a2319472 {
  text-align: left;
}

#s-137d2870-8b4c-404c-a861-73d9a2319472 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-137d2870-8b4c-404c-a861-73d9a2319472 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-137d2870-8b4c-404c-a861-73d9a2319472 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-33659bf6-24df-4c04-82d4-450b8866cc07 {
  text-align: center;
}


.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 {
  max-width:  100%;
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom,
.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 {
  max-width:  100%;
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom,
.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 {
  max-width:  100%;
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom,
.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 {
  max-width:  100%;
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom,
.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 {
  max-width:  100%;
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom,
.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33659bf6-24df-4c04-82d4-450b8866cc07 img.shogun-image {
  width: 100%;
}



}
#s-864d198d-fcca-4116-8c92-9569f3fb2e72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-864d198d-fcca-4116-8c92-9569f3fb2e72 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5a97b279-093e-494d-91bf-104896240013 {
  text-align: left;
}

#s-5a97b279-093e-494d-91bf-104896240013 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-5a97b279-093e-494d-91bf-104896240013 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-5a97b279-093e-494d-91bf-104896240013 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6d452e76-9556-4d95-aafb-ea795ab95780 {
  text-align: center;
}


.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 {
  max-width:  100%;
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom,
.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 {
  max-width:  100%;
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom,
.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 {
  max-width:  100%;
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom,
.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 {
  max-width:  100%;
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom,
.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 {
  max-width:  100%;
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom,
.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d452e76-9556-4d95-aafb-ea795ab95780 img.shogun-image {
  width: 100%;
}



}
#s-d03b6f73-212b-46b9-b252-88a39942fb90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d03b6f73-212b-46b9-b252-88a39942fb90 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5af4ca0f-a50a-43fb-93e6-26499bad626f {
  text-align: left;
}

#s-5af4ca0f-a50a-43fb-93e6-26499bad626f .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-5af4ca0f-a50a-43fb-93e6-26499bad626f .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-5af4ca0f-a50a-43fb-93e6-26499bad626f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e953bb88-d5e2-4e47-87b7-2214324dbcb0 {
  min-height: 50px;
}








#s-e953bb88-d5e2-4e47-87b7-2214324dbcb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e953bb88-d5e2-4e47-87b7-2214324dbcb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c70407b0-ce58-49fd-8e9d-3aa7ebb42973 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-c70407b0-ce58-49fd-8e9d-3aa7ebb42973"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c70407b0-ce58-49fd-8e9d-3aa7ebb42973"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c70407b0-ce58-49fd-8e9d-3aa7ebb42973"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c70407b0-ce58-49fd-8e9d-3aa7ebb42973"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd {
  text-align: center;
}


.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd {
  max-width:  100%;
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom,
.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd {
  max-width:  100%;
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom,
.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd {
  max-width:  100%;
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom,
.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd {
  max-width:  100%;
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom,
.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd {
  max-width:  100%;
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom,
.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93fbf4c0-f8b0-49c8-96cf-9dcdf492a6cd img.shogun-image {
  width: 100%;
}



}
#s-09f1f7c5-9107-479f-8aa2-f3ae4f8d49ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-09f1f7c5-9107-479f-8aa2-f3ae4f8d49ce .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-aa246c11-a381-461e-a0dd-fedbfc335331 {
  text-align: left;
}

#s-aa246c11-a381-461e-a0dd-fedbfc335331 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-aa246c11-a381-461e-a0dd-fedbfc335331 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-aa246c11-a381-461e-a0dd-fedbfc335331 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-23fd37ac-66e6-4778-9386-258e83cc43cd {
  text-align: center;
}


.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd {
  max-width:  100%;
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom,
.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd {
  max-width:  100%;
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom,
.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd {
  max-width:  100%;
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom,
.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd {
  max-width:  100%;
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom,
.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd {
  max-width:  100%;
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom,
.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23fd37ac-66e6-4778-9386-258e83cc43cd img.shogun-image {
  width: 100%;
}



}
#s-604c4690-e0fe-42dd-be6b-d8e060e08c3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-604c4690-e0fe-42dd-be6b-d8e060e08c3d .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e1e38c48-d08b-4987-8b97-7895e30e0a8f {
  text-align: left;
}

#s-e1e38c48-d08b-4987-8b97-7895e30e0a8f .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e1e38c48-d08b-4987-8b97-7895e30e0a8f .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-e1e38c48-d08b-4987-8b97-7895e30e0a8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-30ae26d6-0742-49b7-88fd-f44a32061b21 {
  text-align: center;
}


.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 {
  max-width:  100%;
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom,
.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 {
  max-width:  100%;
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom,
.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 {
  max-width:  100%;
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom,
.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 {
  max-width:  100%;
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom,
.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 {
  max-width:  100%;
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom,
.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ae26d6-0742-49b7-88fd-f44a32061b21 img.shogun-image {
  width: 100%;
}



}
#s-277ad120-7ccb-415f-b2cd-6cbae14ffd3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-277ad120-7ccb-415f-b2cd-6cbae14ffd3a .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5a9a6b14-c178-4851-a785-993a12ab70bb {
  text-align: left;
}

#s-5a9a6b14-c178-4851-a785-993a12ab70bb .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-5a9a6b14-c178-4851-a785-993a12ab70bb .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-5a9a6b14-c178-4851-a785-993a12ab70bb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-95eb2d09-f833-4e5e-8450-aa6a3e090391 {
  min-height: 50px;
}








#s-95eb2d09-f833-4e5e-8450-aa6a3e090391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95eb2d09-f833-4e5e-8450-aa6a3e090391.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13c8fa25-697c-4aa1-a156-5dc6fbb27102 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-13c8fa25-697c-4aa1-a156-5dc6fbb27102"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13c8fa25-697c-4aa1-a156-5dc6fbb27102"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-13c8fa25-697c-4aa1-a156-5dc6fbb27102"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-13c8fa25-697c-4aa1-a156-5dc6fbb27102"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b {
  text-align: center;
}


.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b {
  max-width:  100%;
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom,
.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b {
  max-width:  100%;
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom,
.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b {
  max-width:  100%;
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom,
.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b {
  max-width:  100%;
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom,
.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b {
  max-width:  100%;
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom,
.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997aeff9-6e50-4d2e-9b2b-237bcebbee4b img.shogun-image {
  width: 100%;
}



}
#s-7e42076e-706a-4ec1-9cd1-b50bcfe33ad5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e42076e-706a-4ec1-9cd1-b50bcfe33ad5 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-310e144c-4fd7-4027-9dc3-62778eae18ec {
  text-align: left;
}

#s-310e144c-4fd7-4027-9dc3-62778eae18ec .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-310e144c-4fd7-4027-9dc3-62778eae18ec .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-310e144c-4fd7-4027-9dc3-62778eae18ec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b273cd20-17cc-49eb-991a-de695b22bad1 {
  text-align: center;
}


.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 {
  max-width:  100%;
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom,
.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 {
  max-width:  100%;
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom,
.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 {
  max-width:  100%;
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom,
.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 {
  max-width:  100%;
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom,
.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 {
  max-width:  100%;
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom,
.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b273cd20-17cc-49eb-991a-de695b22bad1 img.shogun-image {
  width: 100%;
}



}
#s-fb2c2a52-3464-4807-a837-052a4376792e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb2c2a52-3464-4807-a837-052a4376792e .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-aba081e8-d4e2-4293-943a-5a2a74262e01 {
  text-align: left;
}

#s-aba081e8-d4e2-4293-943a-5a2a74262e01 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-aba081e8-d4e2-4293-943a-5a2a74262e01 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-aba081e8-d4e2-4293-943a-5a2a74262e01 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 {
  text-align: center;
}


.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 {
  max-width:  100%;
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom,
.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 {
  max-width:  100%;
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom,
.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 {
  max-width:  100%;
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom,
.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 {
  max-width:  100%;
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom,
.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 {
  max-width:  100%;
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom,
.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7624ac34-5f96-48d5-ae05-bf97e7da8058 img.shogun-image {
  width: 100%;
}



}
#s-1102c2fe-bb8f-43c9-807c-5d05ea57facb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1102c2fe-bb8f-43c9-807c-5d05ea57facb .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e64fbe62-0266-4622-8766-eeed2a71321c {
  text-align: left;
}

#s-e64fbe62-0266-4622-8766-eeed2a71321c .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e64fbe62-0266-4622-8766-eeed2a71321c .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-e64fbe62-0266-4622-8766-eeed2a71321c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b16f2968-4b54-4873-a7ff-d952235c0973 {
  min-height: 50px;
}








#s-b16f2968-4b54-4873-a7ff-d952235c0973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b16f2968-4b54-4873-a7ff-d952235c0973.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2badef36-787b-44a7-a022-d408940a1e49 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-2badef36-787b-44a7-a022-d408940a1e49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2badef36-787b-44a7-a022-d408940a1e49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2badef36-787b-44a7-a022-d408940a1e49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2badef36-787b-44a7-a022-d408940a1e49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-11835599-a98c-4b19-a15c-8a2c7a3b746b {
  text-align: center;
}


.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b {
  max-width:  100%;
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom,
.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b {
  max-width:  100%;
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom,
.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b {
  max-width:  100%;
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom,
.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b {
  max-width:  100%;
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom,
.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b {
  max-width:  100%;
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom,
.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11835599-a98c-4b19-a15c-8a2c7a3b746b img.shogun-image {
  width: 100%;
}



}
#s-b2be998c-fdd4-4991-a36d-c0aa8cc153cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2be998c-fdd4-4991-a36d-c0aa8cc153cd .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-17eea020-5a40-4538-9ccb-766793ffd1b3 {
  text-align: left;
}

#s-17eea020-5a40-4538-9ccb-766793ffd1b3 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-17eea020-5a40-4538-9ccb-766793ffd1b3 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-17eea020-5a40-4538-9ccb-766793ffd1b3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-338356b4-deed-4abb-9fac-30a2a1d19f30 {
  text-align: center;
}


.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 {
  max-width:  100%;
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom,
.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 {
  max-width:  100%;
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom,
.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 {
  max-width:  100%;
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom,
.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 {
  max-width:  100%;
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom,
.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 {
  max-width:  100%;
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom,
.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-338356b4-deed-4abb-9fac-30a2a1d19f30 img.shogun-image {
  width: 100%;
}



}
#s-7d94c0ee-1298-41ac-8f83-34f98c7dd5b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d94c0ee-1298-41ac-8f83-34f98c7dd5b9 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f471e642-7e12-4c5c-9622-57ea3715e170 {
  text-align: left;
}

#s-f471e642-7e12-4c5c-9622-57ea3715e170 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-f471e642-7e12-4c5c-9622-57ea3715e170 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-f471e642-7e12-4c5c-9622-57ea3715e170 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-527ca572-9534-4e2f-b7c1-8230d84b4176 {
  text-align: center;
}


.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 {
  max-width:  100%;
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom,
.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 {
  max-width:  100%;
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom,
.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 {
  max-width:  100%;
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom,
.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 {
  max-width:  100%;
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom,
.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 {
  max-width:  100%;
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom,
.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-527ca572-9534-4e2f-b7c1-8230d84b4176 img.shogun-image {
  width: 100%;
}



}
#s-6967095c-87ab-4177-9d39-27be862aa529 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6967095c-87ab-4177-9d39-27be862aa529 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1bcaf4d6-8567-4af1-a198-c20d9990b512 {
  text-align: left;
}

#s-1bcaf4d6-8567-4af1-a198-c20d9990b512 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-1bcaf4d6-8567-4af1-a198-c20d9990b512 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-1bcaf4d6-8567-4af1-a198-c20d9990b512 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e3c68773-71a2-4415-9ddb-6969b38430ce {
  min-height: 50px;
}








#s-e3c68773-71a2-4415-9ddb-6969b38430ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3c68773-71a2-4415-9ddb-6969b38430ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb26d893-2bc5-4a29-8932-d35fd2ed9a4b {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-eb26d893-2bc5-4a29-8932-d35fd2ed9a4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb26d893-2bc5-4a29-8932-d35fd2ed9a4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eb26d893-2bc5-4a29-8932-d35fd2ed9a4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb26d893-2bc5-4a29-8932-d35fd2ed9a4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe {
  text-align: center;
}


.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe {
  max-width:  100%;
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom,
.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe {
  max-width:  100%;
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom,
.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe {
  max-width:  100%;
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom,
.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe {
  max-width:  100%;
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom,
.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe {
  max-width:  100%;
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom,
.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a14a6fb-c931-4b60-9e0e-cc36e3a83bfe img.shogun-image {
  width: 100%;
}



}
#s-4e95f649-357c-435f-b641-720899565de7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e95f649-357c-435f-b641-720899565de7 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-dbaa09df-3cd1-42d0-9098-e62a1244fbe0 {
  text-align: left;
}

#s-dbaa09df-3cd1-42d0-9098-e62a1244fbe0 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-dbaa09df-3cd1-42d0-9098-e62a1244fbe0 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-dbaa09df-3cd1-42d0-9098-e62a1244fbe0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 {
  text-align: center;
}


.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 {
  max-width:  100%;
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom,
.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 {
  max-width:  100%;
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom,
.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 {
  max-width:  100%;
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom,
.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 {
  max-width:  100%;
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom,
.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 {
  max-width:  100%;
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom,
.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bd9bffd-3474-4564-839d-292a5bbfe2a1 img.shogun-image {
  width: 100%;
}



}
#s-50d51a66-58e1-4ffe-89bb-740d0cb239ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-50d51a66-58e1-4ffe-89bb-740d0cb239ad .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2cc8980d-d0c0-41f3-a11c-0551f8ef0014 {
  text-align: left;
}

#s-2cc8980d-d0c0-41f3-a11c-0551f8ef0014 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-2cc8980d-d0c0-41f3-a11c-0551f8ef0014 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-2cc8980d-d0c0-41f3-a11c-0551f8ef0014 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7eda5b1c-b19f-4155-9747-24daeca9d341 {
  text-align: center;
}


.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 {
  max-width:  100%;
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom,
.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 {
  max-width:  100%;
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom,
.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 {
  max-width:  100%;
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom,
.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 {
  max-width:  100%;
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom,
.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 {
  max-width:  100%;
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom,
.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eda5b1c-b19f-4155-9747-24daeca9d341 img.shogun-image {
  width: 100%;
}



}
#s-a3f516dd-0f52-4877-99fd-269c16aafd29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a3f516dd-0f52-4877-99fd-269c16aafd29 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ec5e4d32-b6dd-46b3-b31a-8fee5fdeb076 {
  text-align: left;
}

#s-ec5e4d32-b6dd-46b3-b31a-8fee5fdeb076 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-ec5e4d32-b6dd-46b3-b31a-8fee5fdeb076 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-ec5e4d32-b6dd-46b3-b31a-8fee5fdeb076 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-12aa20d7-a565-4104-b080-869b3514b542 {
  min-height: 50px;
}








#s-12aa20d7-a565-4104-b080-869b3514b542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12aa20d7-a565-4104-b080-869b3514b542.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45a4f478-7906-4e0d-9c17-8ee81da450b5 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-45a4f478-7906-4e0d-9c17-8ee81da450b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45a4f478-7906-4e0d-9c17-8ee81da450b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-45a4f478-7906-4e0d-9c17-8ee81da450b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-45a4f478-7906-4e0d-9c17-8ee81da450b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 {
  text-align: center;
}


.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 {
  max-width:  100%;
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom,
.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 {
  max-width:  100%;
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom,
.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 {
  max-width:  100%;
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom,
.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 {
  max-width:  100%;
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom,
.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 {
  max-width:  100%;
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom,
.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9bbcaf6-68fd-4338-aa9b-cb1e4539c2d8 img.shogun-image {
  width: 100%;
}



}
#s-19574be5-d357-4947-905d-d311e81eac03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-19574be5-d357-4947-905d-d311e81eac03 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-802e9fc7-4bd4-47eb-8fa9-197ba73e0687 {
  text-align: left;
}

#s-802e9fc7-4bd4-47eb-8fa9-197ba73e0687 .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-802e9fc7-4bd4-47eb-8fa9-197ba73e0687 .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-802e9fc7-4bd4-47eb-8fa9-197ba73e0687 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-814b088c-52f0-4ffe-90c1-3768cf450227 {
  text-align: center;
}


.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 {
  max-width:  100%;
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom,
.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 {
  max-width:  100%;
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom,
.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 {
  max-width:  100%;
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom,
.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 {
  max-width:  100%;
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom,
.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 {
  max-width:  100%;
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom,
.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-814b088c-52f0-4ffe-90c1-3768cf450227 img.shogun-image {
  width: 100%;
}



}
#s-09999e68-94a1-424b-962d-a0c022dc489d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-09999e68-94a1-424b-962d-a0c022dc489d .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8e1d9a9b-c852-41e2-a225-63cff314091f {
  text-align: left;
}

#s-8e1d9a9b-c852-41e2-a225-63cff314091f .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-8e1d9a9b-c852-41e2-a225-63cff314091f .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-8e1d9a9b-c852-41e2-a225-63cff314091f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 {
  text-align: center;
}


.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 {
  max-width:  100%;
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom,
.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 {
  max-width:  100%;
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom,
.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 {
  max-width:  100%;
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom,
.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 {
  max-width:  100%;
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom,
.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 {
  max-width:  100%;
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom,
.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed29560-14ea-44c9-ba10-7b9c5e7343f0 img.shogun-image {
  width: 100%;
}



}
#s-7b2a25ce-6379-4e54-a93e-52a6ad5e87e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7b2a25ce-6379-4e54-a93e-52a6ad5e87e2 .shg-product-title-component h1 {
  color: rgba(48, 88, 102, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-13ab1bbe-bc08-4673-a5f1-f22bdf3d11ca {
  text-align: left;
}

#s-13ab1bbe-bc08-4673-a5f1-f22bdf3d11ca .shg-product-sold-out {
  display: none;
  color: rgba(48, 88, 102, 1);
  font-size: 22px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-13ab1bbe-bc08-4673-a5f1-f22bdf3d11ca .shg-product-price {
  color: rgba(48, 88, 102, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-13ab1bbe-bc08-4673-a5f1-f22bdf3d11ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3dccc638-44c6-47a3-893a-493dc8eca2e9 {
  min-height: 50px;
}








#s-3dccc638-44c6-47a3-893a-493dc8eca2e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dccc638-44c6-47a3-893a-493dc8eca2e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-text {
  font-weight: ;
  font-family: ;
}

.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-fc95a7e5-7ef6-445e-88ca-d683bc8411fc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(243, 111, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fc95a7e5-7ef6-445e-88ca-d683bc8411fc:hover {background-color: rgba(252, 91, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc95a7e5-7ef6-445e-88ca-d683bc8411fc:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fc95a7e5-7ef6-445e-88ca-d683bc8411fc-root {
    text-align: center;
  }


#s-fc95a7e5-7ef6-445e-88ca-d683bc8411fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc95a7e5-7ef6-445e-88ca-d683bc8411fc-root {
    text-align: center;
  }


#s-fc95a7e5-7ef6-445e-88ca-d683bc8411fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc95a7e5-7ef6-445e-88ca-d683bc8411fc-root {
    text-align: center;
  }


#s-fc95a7e5-7ef6-445e-88ca-d683bc8411fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc95a7e5-7ef6-445e-88ca-d683bc8411fc-root {
    text-align: center;
  }


#s-fc95a7e5-7ef6-445e-88ca-d683bc8411fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc95a7e5-7ef6-445e-88ca-d683bc8411fc-root {
    text-align: center;
  }


#s-fc95a7e5-7ef6-445e-88ca-d683bc8411fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
