.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-6e657b38-5d4b-4f44-ad43-71e4ea42c5bd {
  min-height: 50px;
}








#s-6e657b38-5d4b-4f44-ad43-71e4ea42c5bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e657b38-5d4b-4f44-ad43-71e4ea42c5bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fd6c4040-cfba-4f10-9564-d76474883706 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fd6c4040-cfba-4f10-9564-d76474883706 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-fd6c4040-cfba-4f10-9564-d76474883706 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fd6c4040-cfba-4f10-9564-d76474883706 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-fd6c4040-cfba-4f10-9564-d76474883706 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-fd6c4040-cfba-4f10-9564-d76474883706 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-41f204df-6a6f-4e3b-bdc7-e1d9a6ee73ca {
  min-height: 50px;
}








#s-41f204df-6a6f-4e3b-bdc7-e1d9a6ee73ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41f204df-6a6f-4e3b-bdc7-e1d9a6ee73ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-080073d7-7e39-462a-9dd5-9f2b5ada2e05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-080073d7-7e39-462a-9dd5-9f2b5ada2e05 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-8a050233-b03d-4ccb-82fc-1274907669d6 {
  text-align: left;
}


.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 {
  max-width:  100%;
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom,
.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 {
  max-width:  100%;
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom,
.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 {
  max-width:  100%;
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom,
.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 {
  max-width:  100%;
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom,
.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 {
  max-width:  100%;
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom,
.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a050233-b03d-4ccb-82fc-1274907669d6 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-9b8fc040-ee50-45c9-ab0e-49944fa55460 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b8fc040-ee50-45c9-ab0e-49944fa55460 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0f783c75-5080-43cc-a13b-c0a821c94e82 {
  text-align: center;
}

#s-0f783c75-5080-43cc-a13b-c0a821c94e82 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0f783c75-5080-43cc-a13b-c0a821c94e82 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0f783c75-5080-43cc-a13b-c0a821c94e82 .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;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

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

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

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

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

#s-90e7468f-b510-484c-a1f1-25ab82c3b371 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-90e7468f-b510-484c-a1f1-25ab82c3b371:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90e7468f-b510-484c-a1f1-25ab82c3b371:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-90e7468f-b510-484c-a1f1-25ab82c3b371 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90e7468f-b510-484c-a1f1-25ab82c3b371.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90e7468f-b510-484c-a1f1-25ab82c3b371.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-90e7468f-b510-484c-a1f1-25ab82c3b371.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-405cf76b-15aa-4c66-801b-43ef11279768 {
  text-align: left;
}


.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 {
  max-width:  100%;
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom,
.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 {
  max-width:  100%;
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom,
.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 {
  max-width:  100%;
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom,
.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 {
  max-width:  100%;
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom,
.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 {
  max-width:  100%;
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom,
.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405cf76b-15aa-4c66-801b-43ef11279768 img.shogun-image {
  width: 100%;
}



}
#s-e74fb918-1812-4a82-9d9d-f861c4073cac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e74fb918-1812-4a82-9d9d-f861c4073cac .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-eb438443-223d-4da1-8b41-3ac82c5cfc8a {
  text-align: center;
}

#s-eb438443-223d-4da1-8b41-3ac82c5cfc8a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eb438443-223d-4da1-8b41-3ac82c5cfc8a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-eb438443-223d-4da1-8b41-3ac82c5cfc8a .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-ea79bd6f-f466-49fd-a40b-a26fa1e40792 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ea79bd6f-f466-49fd-a40b-a26fa1e40792:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ea79bd6f-f466-49fd-a40b-a26fa1e40792:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ea79bd6f-f466-49fd-a40b-a26fa1e40792 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea79bd6f-f466-49fd-a40b-a26fa1e40792.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea79bd6f-f466-49fd-a40b-a26fa1e40792.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea79bd6f-f466-49fd-a40b-a26fa1e40792.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0be317bf-326b-435b-9be7-316cd87cc0c3 {
  text-align: left;
}


.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 {
  max-width:  100%;
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom,
.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 {
  max-width:  100%;
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom,
.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 {
  max-width:  100%;
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom,
.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 {
  max-width:  100%;
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom,
.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 {
  max-width:  100%;
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom,
.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be317bf-326b-435b-9be7-316cd87cc0c3 img.shogun-image {
  width: 100%;
}



}
#s-d86a16e6-23e8-4bcf-bb9a-f58f01282685 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d86a16e6-23e8-4bcf-bb9a-f58f01282685 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4dc0ef53-a0c7-45d8-b370-d10cf9708c72 {
  text-align: center;
}

#s-4dc0ef53-a0c7-45d8-b370-d10cf9708c72 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4dc0ef53-a0c7-45d8-b370-d10cf9708c72 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4dc0ef53-a0c7-45d8-b370-d10cf9708c72 .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-5075bbaa-be8b-4a5d-b4b0-e490ca425f8d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5075bbaa-be8b-4a5d-b4b0-e490ca425f8d:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5075bbaa-be8b-4a5d-b4b0-e490ca425f8d:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5075bbaa-be8b-4a5d-b4b0-e490ca425f8d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5075bbaa-be8b-4a5d-b4b0-e490ca425f8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5075bbaa-be8b-4a5d-b4b0-e490ca425f8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5075bbaa-be8b-4a5d-b4b0-e490ca425f8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 {
  text-align: left;
}


.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 {
  max-width:  100%;
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom,
.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 {
  max-width:  100%;
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom,
.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 {
  max-width:  100%;
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom,
.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 {
  max-width:  100%;
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom,
.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 {
  max-width:  100%;
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom,
.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f80c089-30d8-4e52-8b55-b6181ac6ea18 img.shogun-image {
  width: 100%;
}



}
#s-57db952c-bc3f-4900-b211-a3373a696c4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57db952c-bc3f-4900-b211-a3373a696c4d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-59e848dc-ccad-412e-9d30-76b810d4e271 {
  text-align: center;
}

#s-59e848dc-ccad-412e-9d30-76b810d4e271 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-59e848dc-ccad-412e-9d30-76b810d4e271 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-59e848dc-ccad-412e-9d30-76b810d4e271 .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-eef4ea91-fd2c-43e4-8295-96d9ca348b90 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-eef4ea91-fd2c-43e4-8295-96d9ca348b90:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eef4ea91-fd2c-43e4-8295-96d9ca348b90:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-eef4ea91-fd2c-43e4-8295-96d9ca348b90 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eef4ea91-fd2c-43e4-8295-96d9ca348b90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eef4ea91-fd2c-43e4-8295-96d9ca348b90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eef4ea91-fd2c-43e4-8295-96d9ca348b90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7b8dd699-8665-496b-b484-9b045f9857da {
  text-align: left;
}


.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da {
  max-width:  100%;
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom,
.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da {
  max-width:  100%;
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom,
.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da {
  max-width:  100%;
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom,
.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da {
  max-width:  100%;
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom,
.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da {
  max-width:  100%;
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom,
.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b8dd699-8665-496b-b484-9b045f9857da img.shogun-image {
  width: 100%;
}



}
#s-7bcd86e1-f9b5-4f6f-9823-e88cded38921 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bcd86e1-f9b5-4f6f-9823-e88cded38921 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-39f38c46-e95e-44bb-a0ca-f0759ce84db1 {
  text-align: center;
}

#s-39f38c46-e95e-44bb-a0ca-f0759ce84db1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-39f38c46-e95e-44bb-a0ca-f0759ce84db1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-39f38c46-e95e-44bb-a0ca-f0759ce84db1 .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-2bfaa380-f8b5-4383-875b-1f601711240a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2bfaa380-f8b5-4383-875b-1f601711240a:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2bfaa380-f8b5-4383-875b-1f601711240a:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2bfaa380-f8b5-4383-875b-1f601711240a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2bfaa380-f8b5-4383-875b-1f601711240a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2bfaa380-f8b5-4383-875b-1f601711240a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2bfaa380-f8b5-4383-875b-1f601711240a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-282ea5af-7958-42e9-a4cc-cb18caee5261 {
  text-align: left;
}


.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 {
  max-width:  100%;
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom,
.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 {
  max-width:  100%;
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom,
.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 {
  max-width:  100%;
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom,
.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 {
  max-width:  100%;
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom,
.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 {
  max-width:  100%;
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom,
.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-282ea5af-7958-42e9-a4cc-cb18caee5261 img.shogun-image {
  width: 100%;
}



}
#s-174fc5de-da70-4c12-829c-21f1f1c66d7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-174fc5de-da70-4c12-829c-21f1f1c66d7d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-90c38218-bb8d-450f-a5d8-088cd5a85747 {
  text-align: center;
}

#s-90c38218-bb8d-450f-a5d8-088cd5a85747 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-90c38218-bb8d-450f-a5d8-088cd5a85747 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-90c38218-bb8d-450f-a5d8-088cd5a85747 .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-ac795f95-f651-4766-88d1-36639c88e7b9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ac795f95-f651-4766-88d1-36639c88e7b9:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac795f95-f651-4766-88d1-36639c88e7b9:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ac795f95-f651-4766-88d1-36639c88e7b9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac795f95-f651-4766-88d1-36639c88e7b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac795f95-f651-4766-88d1-36639c88e7b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ac795f95-f651-4766-88d1-36639c88e7b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dfb133fd-26c0-405f-8de8-1142858358a3 {
  text-align: left;
}


.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 {
  max-width:  100%;
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom,
.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 {
  max-width:  100%;
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom,
.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 {
  max-width:  100%;
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom,
.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 {
  max-width:  100%;
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom,
.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 {
  max-width:  100%;
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom,
.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfb133fd-26c0-405f-8de8-1142858358a3 img.shogun-image {
  width: 100%;
}



}
#s-eba544e0-0a70-4b40-aba1-d8d0dc486eb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eba544e0-0a70-4b40-aba1-d8d0dc486eb5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7ae73c65-52a5-4401-ad4f-8e5b1f864b20 {
  text-align: center;
}

#s-7ae73c65-52a5-4401-ad4f-8e5b1f864b20 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7ae73c65-52a5-4401-ad4f-8e5b1f864b20 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7ae73c65-52a5-4401-ad4f-8e5b1f864b20 .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-8b4ee2f6-af15-4a82-9230-8bb2e89b1e03 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8b4ee2f6-af15-4a82-9230-8bb2e89b1e03:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b4ee2f6-af15-4a82-9230-8bb2e89b1e03:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-8b4ee2f6-af15-4a82-9230-8bb2e89b1e03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b4ee2f6-af15-4a82-9230-8bb2e89b1e03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b4ee2f6-af15-4a82-9230-8bb2e89b1e03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8b4ee2f6-af15-4a82-9230-8bb2e89b1e03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 {
  text-align: left;
}


.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 {
  max-width:  100%;
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom,
.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 {
  max-width:  100%;
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom,
.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 {
  max-width:  100%;
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom,
.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 {
  max-width:  100%;
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom,
.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 {
  max-width:  100%;
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom,
.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4a12e76-fd75-47a6-bc96-c31e66bd4c99 img.shogun-image {
  width: 100%;
}



}
#s-b947a568-49ba-4c06-a635-883e5acbba64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b947a568-49ba-4c06-a635-883e5acbba64 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2cee50f5-e5bb-4907-9f0f-6f828882b266 {
  text-align: center;
}

#s-2cee50f5-e5bb-4907-9f0f-6f828882b266 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2cee50f5-e5bb-4907-9f0f-6f828882b266 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2cee50f5-e5bb-4907-9f0f-6f828882b266 .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-73478cca-a63b-4e83-b4a3-e7d5e57fa822 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-73478cca-a63b-4e83-b4a3-e7d5e57fa822:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-73478cca-a63b-4e83-b4a3-e7d5e57fa822:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-73478cca-a63b-4e83-b4a3-e7d5e57fa822 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73478cca-a63b-4e83-b4a3-e7d5e57fa822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73478cca-a63b-4e83-b4a3-e7d5e57fa822.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-73478cca-a63b-4e83-b4a3-e7d5e57fa822.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.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-87c5decd-20f4-417d-ae2b-31fd70803de2 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-87c5decd-20f4-417d-ae2b-31fd70803de2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87c5decd-20f4-417d-ae2b-31fd70803de2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87c5decd-20f4-417d-ae2b-31fd70803de2-root {
    text-align: center;
  }


#s-87c5decd-20f4-417d-ae2b-31fd70803de2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87c5decd-20f4-417d-ae2b-31fd70803de2-root {
    text-align: center;
  }


#s-87c5decd-20f4-417d-ae2b-31fd70803de2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87c5decd-20f4-417d-ae2b-31fd70803de2-root {
    text-align: center;
  }


#s-87c5decd-20f4-417d-ae2b-31fd70803de2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87c5decd-20f4-417d-ae2b-31fd70803de2-root {
    text-align: center;
  }


#s-87c5decd-20f4-417d-ae2b-31fd70803de2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87c5decd-20f4-417d-ae2b-31fd70803de2-root {
    text-align: center;
  }


#s-87c5decd-20f4-417d-ae2b-31fd70803de2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2fe01970-ed53-435f-a9dd-ed670b27748a {
  min-height: 50px;
}








#s-2fe01970-ed53-435f-a9dd-ed670b27748a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fe01970-ed53-435f-a9dd-ed670b27748a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4663bf9-e9f2-4267-b22f-ee0817db73b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d4663bf9-e9f2-4267-b22f-ee0817db73b3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-04b401ac-7168-48a8-9a7f-2cffd7451a5e {
  min-height: 50px;
}








#s-04b401ac-7168-48a8-9a7f-2cffd7451a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04b401ac-7168-48a8-9a7f-2cffd7451a5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-1b15a58f-b5b8-4c84-a363-1844829e875b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 250px;
}

#s-1b15a58f-b5b8-4c84-a363-1844829e875b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1b15a58f-b5b8-4c84-a363-1844829e875b .shg-sld-nav-button.shg-sld-left,
#s-1b15a58f-b5b8-4c84-a363-1844829e875b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 {
  text-align: center;
}


.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 {
  max-width:  100%;
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom,
.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 {
  max-width:  100%;
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom,
.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 {
  max-width:  100%;
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom,
.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 {
  max-width:  100%;
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom,
.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 {
  max-width:  100%;
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom,
.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-438fe6ac-0b0a-4395-8a4c-0b0aea8394b1 img.shogun-image {
  width: 100%;
}



}
#s-a07764c4-3461-43d5-bf0c-19ac96c55759 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a07764c4-3461-43d5-bf0c-19ac96c55759 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-84fd5d67-298b-439b-87cd-2d391d1dff84 {
  text-align: center;
}

#s-84fd5d67-298b-439b-87cd-2d391d1dff84 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84fd5d67-298b-439b-87cd-2d391d1dff84 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-84fd5d67-298b-439b-87cd-2d391d1dff84 .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-fe93987f-2bb6-4897-828f-46b4a324d9ad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fe93987f-2bb6-4897-828f-46b4a324d9ad:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe93987f-2bb6-4897-828f-46b4a324d9ad:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-fe93987f-2bb6-4897-828f-46b4a324d9ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe93987f-2bb6-4897-828f-46b4a324d9ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe93987f-2bb6-4897-828f-46b4a324d9ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe93987f-2bb6-4897-828f-46b4a324d9ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d {
  text-align: left;
}


.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d {
  max-width:  100%;
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom,
.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d {
  max-width:  100%;
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom,
.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d {
  max-width:  100%;
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom,
.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d {
  max-width:  100%;
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom,
.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d {
  max-width:  100%;
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom,
.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-456e564d-7eef-48c4-bd24-6ef3c4eada6d img.shogun-image {
  width: 100%;
}



}
#s-7ea2b305-e82e-4753-8e70-ef6f20077519 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ea2b305-e82e-4753-8e70-ef6f20077519 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-58958f98-205c-4190-a8d7-ef19bb042b79 {
  text-align: center;
}

#s-58958f98-205c-4190-a8d7-ef19bb042b79 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-58958f98-205c-4190-a8d7-ef19bb042b79 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-58958f98-205c-4190-a8d7-ef19bb042b79 .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-f6d1b16c-7e3d-4538-8191-c7e4096f4a77 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f6d1b16c-7e3d-4538-8191-c7e4096f4a77:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f6d1b16c-7e3d-4538-8191-c7e4096f4a77:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f6d1b16c-7e3d-4538-8191-c7e4096f4a77 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6d1b16c-7e3d-4538-8191-c7e4096f4a77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6d1b16c-7e3d-4538-8191-c7e4096f4a77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f6d1b16c-7e3d-4538-8191-c7e4096f4a77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-57608e8b-6e02-4434-9674-562f6ee05796 {
  text-align: center;
}


.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 {
  max-width:  100%;
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom,
.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 {
  max-width:  100%;
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom,
.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 {
  max-width:  100%;
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom,
.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 {
  max-width:  100%;
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom,
.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 {
  max-width:  100%;
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom,
.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57608e8b-6e02-4434-9674-562f6ee05796 img.shogun-image {
  width: 100%;
}



}
#s-14e70eb0-755e-4c4b-bc86-907ac9993e30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14e70eb0-755e-4c4b-bc86-907ac9993e30 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ba34e71a-9c54-4136-b45b-cfb7c5bc4e1b {
  text-align: center;
}

#s-ba34e71a-9c54-4136-b45b-cfb7c5bc4e1b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ba34e71a-9c54-4136-b45b-cfb7c5bc4e1b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ba34e71a-9c54-4136-b45b-cfb7c5bc4e1b .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-a605513d-c651-48b0-89c8-2f8fc0da0da4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a605513d-c651-48b0-89c8-2f8fc0da0da4:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a605513d-c651-48b0-89c8-2f8fc0da0da4:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a605513d-c651-48b0-89c8-2f8fc0da0da4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a605513d-c651-48b0-89c8-2f8fc0da0da4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a605513d-c651-48b0-89c8-2f8fc0da0da4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a605513d-c651-48b0-89c8-2f8fc0da0da4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074-root {
    text-align: center;
  }


#s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074-root {
    text-align: center;
  }


#s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074-root {
    text-align: center;
  }


#s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074-root {
    text-align: center;
  }


#s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074-root {
    text-align: center;
  }


#s-02c8e1dc-6a54-4089-8e3d-ab1f772f9074.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e9d8a972-2f28-4742-959b-5a6ea9156aef {
  min-height: 50px;
}








#s-e9d8a972-2f28-4742-959b-5a6ea9156aef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9d8a972-2f28-4742-959b-5a6ea9156aef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4078ac6c-d01c-462c-85d8-e9a2182cf33d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4078ac6c-d01c-462c-85d8-e9a2182cf33d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-2b4e385d-48b8-4360-8c28-76d796842477 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2b4e385d-48b8-4360-8c28-76d796842477:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b4e385d-48b8-4360-8c28-76d796842477:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2b4e385d-48b8-4360-8c28-76d796842477-root {
    text-align: center;
  }


#s-2b4e385d-48b8-4360-8c28-76d796842477.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b4e385d-48b8-4360-8c28-76d796842477-root {
    text-align: center;
  }


#s-2b4e385d-48b8-4360-8c28-76d796842477.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b4e385d-48b8-4360-8c28-76d796842477-root {
    text-align: center;
  }


#s-2b4e385d-48b8-4360-8c28-76d796842477.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b4e385d-48b8-4360-8c28-76d796842477-root {
    text-align: center;
  }


#s-2b4e385d-48b8-4360-8c28-76d796842477.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b4e385d-48b8-4360-8c28-76d796842477-root {
    text-align: center;
  }


#s-2b4e385d-48b8-4360-8c28-76d796842477.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7c612864-c1aa-4676-9d90-ff071a84a2cc {
  margin-top: 15px;
}

#s-8af506ac-a170-437d-9892-8e39181dc187 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8af506ac-a170-437d-9892-8e39181dc187:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8af506ac-a170-437d-9892-8e39181dc187:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8af506ac-a170-437d-9892-8e39181dc187-root {
    text-align: center;
  }


#s-8af506ac-a170-437d-9892-8e39181dc187.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8af506ac-a170-437d-9892-8e39181dc187-root {
    text-align: center;
  }


#s-8af506ac-a170-437d-9892-8e39181dc187.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8af506ac-a170-437d-9892-8e39181dc187-root {
    text-align: center;
  }


#s-8af506ac-a170-437d-9892-8e39181dc187.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8af506ac-a170-437d-9892-8e39181dc187-root {
    text-align: center;
  }


#s-8af506ac-a170-437d-9892-8e39181dc187.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8af506ac-a170-437d-9892-8e39181dc187-root {
    text-align: center;
  }


#s-8af506ac-a170-437d-9892-8e39181dc187.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d3cd9962-97f1-4e1c-b957-9d510ad2f801 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d3cd9962-97f1-4e1c-b957-9d510ad2f801:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3cd9962-97f1-4e1c-b957-9d510ad2f801:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3cd9962-97f1-4e1c-b957-9d510ad2f801-root {
    text-align: center;
  }


#s-d3cd9962-97f1-4e1c-b957-9d510ad2f801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3cd9962-97f1-4e1c-b957-9d510ad2f801-root {
    text-align: center;
  }


#s-d3cd9962-97f1-4e1c-b957-9d510ad2f801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3cd9962-97f1-4e1c-b957-9d510ad2f801-root {
    text-align: center;
  }


#s-d3cd9962-97f1-4e1c-b957-9d510ad2f801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3cd9962-97f1-4e1c-b957-9d510ad2f801-root {
    text-align: center;
  }


#s-d3cd9962-97f1-4e1c-b957-9d510ad2f801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3cd9962-97f1-4e1c-b957-9d510ad2f801-root {
    text-align: center;
  }


#s-d3cd9962-97f1-4e1c-b957-9d510ad2f801.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af-root {
    text-align: center;
  }


#s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af-root {
    text-align: center;
  }


#s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af-root {
    text-align: center;
  }


#s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af-root {
    text-align: center;
  }


#s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af-root {
    text-align: center;
  }


#s-604fcb2f-7067-49a1-9e31-f1dfe8ad25af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e5039093-95bb-4aa0-a74a-8729c8e32200 {
  text-align: center;
}


.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 {
  max-width:  100%;
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom,
.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 {
  max-width:  100%;
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom,
.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 {
  max-width:  100%;
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom,
.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 {
  max-width:  100%;
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom,
.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 {
  max-width:  100%;
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom,
.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5039093-95bb-4aa0-a74a-8729c8e32200 img.shogun-image {
  width: 100%;
}



}
#s-c6120cbb-b002-43a7-943a-70eed322ac1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6120cbb-b002-43a7-943a-70eed322ac1a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-302a60b3-15d8-4d7f-8801-853049628d7f {
  text-align: center;
}

#s-302a60b3-15d8-4d7f-8801-853049628d7f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-302a60b3-15d8-4d7f-8801-853049628d7f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-302a60b3-15d8-4d7f-8801-853049628d7f .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-f34b9152-96ad-4be2-8035-b621debbafa8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f34b9152-96ad-4be2-8035-b621debbafa8:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f34b9152-96ad-4be2-8035-b621debbafa8:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f34b9152-96ad-4be2-8035-b621debbafa8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f34b9152-96ad-4be2-8035-b621debbafa8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f34b9152-96ad-4be2-8035-b621debbafa8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f34b9152-96ad-4be2-8035-b621debbafa8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-16704272-b10d-4865-9a6a-9326be82fecd {
  text-align: center;
}


.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd {
  max-width:  100%;
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom,
.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd {
  max-width:  100%;
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom,
.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd {
  max-width:  100%;
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom,
.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd {
  max-width:  100%;
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom,
.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd {
  max-width:  100%;
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom,
.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16704272-b10d-4865-9a6a-9326be82fecd img.shogun-image {
  width: 100%;
}



}
#s-f3b7c2e1-63a6-4522-b196-f5983b44b6ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3b7c2e1-63a6-4522-b196-f5983b44b6ff .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-be1a2c9f-5198-4c75-ae2f-0f04510143be {
  text-align: center;
}

#s-be1a2c9f-5198-4c75-ae2f-0f04510143be .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-be1a2c9f-5198-4c75-ae2f-0f04510143be .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-be1a2c9f-5198-4c75-ae2f-0f04510143be .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-e5cda305-2772-459c-a726-85383df9dbaa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e5cda305-2772-459c-a726-85383df9dbaa:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e5cda305-2772-459c-a726-85383df9dbaa:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e5cda305-2772-459c-a726-85383df9dbaa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5cda305-2772-459c-a726-85383df9dbaa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5cda305-2772-459c-a726-85383df9dbaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e5cda305-2772-459c-a726-85383df9dbaa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4d408af3-f587-4848-8286-2056ebcfc5d1 {
  text-align: center;
}


.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 {
  max-width:  100%;
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom,
.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 {
  max-width:  100%;
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom,
.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 {
  max-width:  100%;
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom,
.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 {
  max-width:  100%;
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom,
.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 {
  max-width:  100%;
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom,
.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d408af3-f587-4848-8286-2056ebcfc5d1 img.shogun-image {
  width: 100%;
}



}
#s-1cdfe9b0-7fdf-4495-8a76-d9f58c2bcddc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cdfe9b0-7fdf-4495-8a76-d9f58c2bcddc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ff7b7aef-5481-4a6b-b4b5-618c76a11e78 {
  text-align: center;
}

#s-ff7b7aef-5481-4a6b-b4b5-618c76a11e78 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ff7b7aef-5481-4a6b-b4b5-618c76a11e78 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ff7b7aef-5481-4a6b-b4b5-618c76a11e78 .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-2182a4a2-203f-4a63-9639-254ad3067226 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2182a4a2-203f-4a63-9639-254ad3067226:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2182a4a2-203f-4a63-9639-254ad3067226:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2182a4a2-203f-4a63-9639-254ad3067226 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2182a4a2-203f-4a63-9639-254ad3067226.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2182a4a2-203f-4a63-9639-254ad3067226.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2182a4a2-203f-4a63-9639-254ad3067226.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

@media (min-width: 0px) {
[id="s-709f1dd9-40d7-4a2f-8922-4d03de2eeefe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-709f1dd9-40d7-4a2f-8922-4d03de2eeefe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-709f1dd9-40d7-4a2f-8922-4d03de2eeefe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-709f1dd9-40d7-4a2f-8922-4d03de2eeefe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 {
  text-align: left;
}


.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 {
  max-width:  100%;
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom,
.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 {
  max-width:  100%;
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom,
.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 {
  max-width:  100%;
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom,
.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 {
  max-width:  100%;
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom,
.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 {
  max-width:  100%;
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom,
.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ebe4f1c-8395-4529-8a00-466d2d0c0633 img.shogun-image {
  width: 100%;
}



}
#s-257ce2c0-ddfb-4bdb-bdec-0c385d74dc37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-257ce2c0-ddfb-4bdb-bdec-0c385d74dc37 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-686cbf4f-ed83-4d85-b233-e78f2616f200 {
  text-align: center;
}

#s-686cbf4f-ed83-4d85-b233-e78f2616f200 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-686cbf4f-ed83-4d85-b233-e78f2616f200 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-686cbf4f-ed83-4d85-b233-e78f2616f200 .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-1dd6678d-a500-4e21-aff0-b4cebdb3f8a2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1dd6678d-a500-4e21-aff0-b4cebdb3f8a2:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1dd6678d-a500-4e21-aff0-b4cebdb3f8a2:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-1dd6678d-a500-4e21-aff0-b4cebdb3f8a2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1dd6678d-a500-4e21-aff0-b4cebdb3f8a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1dd6678d-a500-4e21-aff0-b4cebdb3f8a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1dd6678d-a500-4e21-aff0-b4cebdb3f8a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 {
  text-align: left;
}


.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 {
  max-width:  100%;
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom,
.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 {
  max-width:  100%;
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom,
.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 {
  max-width:  100%;
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom,
.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 {
  max-width:  100%;
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom,
.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 {
  max-width:  100%;
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom,
.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a02d096-3a8a-423e-a1b7-33618d0e4101 img.shogun-image {
  width: 100%;
}



}
#s-bf4ee496-3a50-42bb-b343-95eaa726bc23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf4ee496-3a50-42bb-b343-95eaa726bc23 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f5d0767c-e5d8-4a73-b188-bb242f60e90c {
  text-align: center;
}

#s-f5d0767c-e5d8-4a73-b188-bb242f60e90c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f5d0767c-e5d8-4a73-b188-bb242f60e90c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f5d0767c-e5d8-4a73-b188-bb242f60e90c .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-c40ae315-d499-4837-a617-57f5f04eb9e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(53, 196, 53, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c40ae315-d499-4837-a617-57f5f04eb9e2:hover {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c40ae315-d499-4837-a617-57f5f04eb9e2:active {background-color: rgba(53, 196, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c40ae315-d499-4837-a617-57f5f04eb9e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c40ae315-d499-4837-a617-57f5f04eb9e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c40ae315-d499-4837-a617-57f5f04eb9e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c40ae315-d499-4837-a617-57f5f04eb9e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-64468135-f462-400a-b0f2-9c1d013d3ceb {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-64468135-f462-400a-b0f2-9c1d013d3ceb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64468135-f462-400a-b0f2-9c1d013d3ceb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64468135-f462-400a-b0f2-9c1d013d3ceb-root {
    text-align: center;
  }


#s-64468135-f462-400a-b0f2-9c1d013d3ceb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64468135-f462-400a-b0f2-9c1d013d3ceb-root {
    text-align: center;
  }


#s-64468135-f462-400a-b0f2-9c1d013d3ceb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64468135-f462-400a-b0f2-9c1d013d3ceb-root {
    text-align: center;
  }


#s-64468135-f462-400a-b0f2-9c1d013d3ceb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64468135-f462-400a-b0f2-9c1d013d3ceb-root {
    text-align: center;
  }


#s-64468135-f462-400a-b0f2-9c1d013d3ceb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64468135-f462-400a-b0f2-9c1d013d3ceb-root {
    text-align: center;
  }


#s-64468135-f462-400a-b0f2-9c1d013d3ceb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fa78994a-dbb3-4a04-a832-c3176d77cf9b {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-57e7fd32-e6c2-4d87-a036-828f44496d48 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-57e7fd32-e6c2-4d87-a036-828f44496d48:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57e7fd32-e6c2-4d87-a036-828f44496d48:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57e7fd32-e6c2-4d87-a036-828f44496d48-root {
    text-align: center;
  }


#s-57e7fd32-e6c2-4d87-a036-828f44496d48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57e7fd32-e6c2-4d87-a036-828f44496d48-root {
    text-align: center;
  }


#s-57e7fd32-e6c2-4d87-a036-828f44496d48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57e7fd32-e6c2-4d87-a036-828f44496d48-root {
    text-align: center;
  }


#s-57e7fd32-e6c2-4d87-a036-828f44496d48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57e7fd32-e6c2-4d87-a036-828f44496d48-root {
    text-align: center;
  }


#s-57e7fd32-e6c2-4d87-a036-828f44496d48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57e7fd32-e6c2-4d87-a036-828f44496d48-root {
    text-align: center;
  }


#s-57e7fd32-e6c2-4d87-a036-828f44496d48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b0f3f1d4-a894-4f76-824b-61c291551235 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b0f3f1d4-a894-4f76-824b-61c291551235:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0f3f1d4-a894-4f76-824b-61c291551235:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0f3f1d4-a894-4f76-824b-61c291551235-root {
    text-align: center;
  }


#s-b0f3f1d4-a894-4f76-824b-61c291551235.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b0f3f1d4-a894-4f76-824b-61c291551235-root {
    text-align: center;
  }


#s-b0f3f1d4-a894-4f76-824b-61c291551235.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0f3f1d4-a894-4f76-824b-61c291551235-root {
    text-align: center;
  }


#s-b0f3f1d4-a894-4f76-824b-61c291551235.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0f3f1d4-a894-4f76-824b-61c291551235-root {
    text-align: center;
  }


#s-b0f3f1d4-a894-4f76-824b-61c291551235.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b0f3f1d4-a894-4f76-824b-61c291551235-root {
    text-align: center;
  }


#s-b0f3f1d4-a894-4f76-824b-61c291551235.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-857a4898-cca4-41e2-a3e3-616618dae569 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-857a4898-cca4-41e2-a3e3-616618dae569:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-857a4898-cca4-41e2-a3e3-616618dae569:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-857a4898-cca4-41e2-a3e3-616618dae569-root {
    text-align: center;
  }


#s-857a4898-cca4-41e2-a3e3-616618dae569.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-857a4898-cca4-41e2-a3e3-616618dae569-root {
    text-align: center;
  }


#s-857a4898-cca4-41e2-a3e3-616618dae569.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-857a4898-cca4-41e2-a3e3-616618dae569-root {
    text-align: center;
  }


#s-857a4898-cca4-41e2-a3e3-616618dae569.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-857a4898-cca4-41e2-a3e3-616618dae569-root {
    text-align: center;
  }


#s-857a4898-cca4-41e2-a3e3-616618dae569.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-857a4898-cca4-41e2-a3e3-616618dae569-root {
    text-align: center;
  }


#s-857a4898-cca4-41e2-a3e3-616618dae569.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d323a06a-0f67-42ff-93a0-dee93d853aa3 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d323a06a-0f67-42ff-93a0-dee93d853aa3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d323a06a-0f67-42ff-93a0-dee93d853aa3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d323a06a-0f67-42ff-93a0-dee93d853aa3-root {
    text-align: center;
  }


#s-d323a06a-0f67-42ff-93a0-dee93d853aa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d323a06a-0f67-42ff-93a0-dee93d853aa3-root {
    text-align: center;
  }


#s-d323a06a-0f67-42ff-93a0-dee93d853aa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d323a06a-0f67-42ff-93a0-dee93d853aa3-root {
    text-align: center;
  }


#s-d323a06a-0f67-42ff-93a0-dee93d853aa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d323a06a-0f67-42ff-93a0-dee93d853aa3-root {
    text-align: center;
  }


#s-d323a06a-0f67-42ff-93a0-dee93d853aa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d323a06a-0f67-42ff-93a0-dee93d853aa3-root {
    text-align: center;
  }


#s-d323a06a-0f67-42ff-93a0-dee93d853aa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9bc80ac2-54ed-4fa8-8854-d40264df78a7 {
  min-height: 50px;
}








#s-9bc80ac2-54ed-4fa8-8854-d40264df78a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bc80ac2-54ed-4fa8-8854-d40264df78a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72cc8959-b962-4063-b5dc-e7fb62acc686 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-72cc8959-b962-4063-b5dc-e7fb62acc686:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72cc8959-b962-4063-b5dc-e7fb62acc686:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72cc8959-b962-4063-b5dc-e7fb62acc686-root {
    text-align: center;
  }


#s-72cc8959-b962-4063-b5dc-e7fb62acc686.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72cc8959-b962-4063-b5dc-e7fb62acc686-root {
    text-align: center;
  }


#s-72cc8959-b962-4063-b5dc-e7fb62acc686.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72cc8959-b962-4063-b5dc-e7fb62acc686-root {
    text-align: center;
  }


#s-72cc8959-b962-4063-b5dc-e7fb62acc686.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72cc8959-b962-4063-b5dc-e7fb62acc686-root {
    text-align: center;
  }


#s-72cc8959-b962-4063-b5dc-e7fb62acc686.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72cc8959-b962-4063-b5dc-e7fb62acc686-root {
    text-align: center;
  }


#s-72cc8959-b962-4063-b5dc-e7fb62acc686.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1f44d55a-03a3-43ba-b2be-d73e68cce2de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f44d55a-03a3-43ba-b2be-d73e68cce2de .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-9c07d8d7-6697-4d4e-b524-cede3670b293 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9c07d8d7-6697-4d4e-b524-cede3670b293:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c07d8d7-6697-4d4e-b524-cede3670b293:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c07d8d7-6697-4d4e-b524-cede3670b293-root {
    text-align: center;
  }


#s-9c07d8d7-6697-4d4e-b524-cede3670b293.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c07d8d7-6697-4d4e-b524-cede3670b293-root {
    text-align: center;
  }


#s-9c07d8d7-6697-4d4e-b524-cede3670b293.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c07d8d7-6697-4d4e-b524-cede3670b293-root {
    text-align: center;
  }


#s-9c07d8d7-6697-4d4e-b524-cede3670b293.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c07d8d7-6697-4d4e-b524-cede3670b293-root {
    text-align: center;
  }


#s-9c07d8d7-6697-4d4e-b524-cede3670b293.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c07d8d7-6697-4d4e-b524-cede3670b293-root {
    text-align: center;
  }


#s-9c07d8d7-6697-4d4e-b524-cede3670b293.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.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-10bd4238-8495-499a-b52e-f5248b7b7a1f {
  text-align: center;
}







  img.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image {
    
    
  }


.s-10bd4238-8495-499a-b52e-f5248b7b7a1f .shogun-image-content {
  
    align-items: center;
  
}

.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image {
    
    
  }


.s-10bd4238-8495-499a-b52e-f5248b7b7a1f .shogun-image-content {
  
    align-items: center;
  
}

.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image {
    
    
  }


.s-10bd4238-8495-499a-b52e-f5248b7b7a1f .shogun-image-content {
  
    align-items: center;
  
}

.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image {
    
    
  }


.s-10bd4238-8495-499a-b52e-f5248b7b7a1f .shogun-image-content {
  
    align-items: center;
  
}

.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image {
    
    
  }


.s-10bd4238-8495-499a-b52e-f5248b7b7a1f .shogun-image-content {
  
    align-items: center;
  
}

.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10bd4238-8495-499a-b52e-f5248b7b7a1f.shogun-image {
  box-sizing: border-box;
}



}
#s-dddb1606-9a5c-4d24-b82e-49f85a549710 {
  min-height: 50px;
}








#s-dddb1606-9a5c-4d24-b82e-49f85a549710 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dddb1606-9a5c-4d24-b82e-49f85a549710.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a43a34e-0394-4fab-9aa3-7213a0ec7a08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1a43a34e-0394-4fab-9aa3-7213a0ec7a08 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-fbee7d39-c524-4c37-8f86-c72ce19df4ce {
  min-height: 50px;
}








#s-fbee7d39-c524-4c37-8f86-c72ce19df4ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbee7d39-c524-4c37-8f86-c72ce19df4ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5768521-2a16-4be0-9231-4ec10f55741a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-d5768521-2a16-4be0-9231-4ec10f55741a .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-d5768521-2a16-4be0-9231-4ec10f55741a .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-d5768521-2a16-4be0-9231-4ec10f55741a .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-d5768521-2a16-4be0-9231-4ec10f55741a .shogun-form-error-msg-container, #s-d5768521-2a16-4be0-9231-4ec10f55741a .shogun-form-field-error-msg-container {
  display: none;
}

#s-d5768521-2a16-4be0-9231-4ec10f55741a .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-d5768521-2a16-4be0-9231-4ec10f55741a .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-d0fb8e01-319b-44ef-8a06-a9d1836f779e {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-d0fb8e01-319b-44ef-8a06-a9d1836f779e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0fb8e01-319b-44ef-8a06-a9d1836f779e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d0fb8e01-319b-44ef-8a06-a9d1836f779e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0fb8e01-319b-44ef-8a06-a9d1836f779e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-91a1eab3-9820-4a84-abc4-32b9dfb7127c {
  margin-left: auto;
margin-right: auto;
max-width: 290px;
}

#s-91a1eab3-9820-4a84-abc4-32b9dfb7127c  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-91a1eab3-9820-4a84-abc4-32b9dfb7127c  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-91a1eab3-9820-4a84-abc4-32b9dfb7127c .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-91a1eab3-9820-4a84-abc4-32b9dfb7127c .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-8b16ecb8-8a86-4c6c-b09a-4052c23b28d8 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-8b16ecb8-8a86-4c6c-b09a-4052c23b28d8  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-8b16ecb8-8a86-4c6c-b09a-4052c23b28d8  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-8b16ecb8-8a86-4c6c-b09a-4052c23b28d8 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-8b16ecb8-8a86-4c6c-b09a-4052c23b28d8 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-69f0d3e2-6bdb-4421-be1a-abde4fd394fd {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-69f0d3e2-6bdb-4421-be1a-abde4fd394fd  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-69f0d3e2-6bdb-4421-be1a-abde4fd394fd  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-69f0d3e2-6bdb-4421-be1a-abde4fd394fd .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-69f0d3e2-6bdb-4421-be1a-abde4fd394fd .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-recaptcha-error-msg {
  visibility: hidden;
}

.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-f79cfdd6-2f45-4456-bd2f-fbbbdf7985d4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f79cfdd6-2f45-4456-bd2f-fbbbdf7985d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f79cfdd6-2f45-4456-bd2f-fbbbdf7985d4:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-f79cfdd6-2f45-4456-bd2f-fbbbdf7985d4[disabled],
#s-f79cfdd6-2f45-4456-bd2f-fbbbdf7985d4[disabled]:hover,
#s-f79cfdd6-2f45-4456-bd2f-fbbbdf7985d4[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-f79cfdd6-2f45-4456-bd2f-fbbbdf7985d4 {
  display:  inline-block ;
  width:  auto ;
}


/*
  $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}
