.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-797ca81c-c7c8-4409-bdaf-ae3ed3afb7e9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0%;
padding-left: 9%;
padding-bottom: 0%;
padding-right: 9%;
min-height: 50px;
}
@media (min-width: 1200px){#s-797ca81c-c7c8-4409-bdaf-ae3ed3afb7e9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-797ca81c-c7c8-4409-bdaf-ae3ed3afb7e9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-797ca81c-c7c8-4409-bdaf-ae3ed3afb7e9 {
  
}
}@media (max-width: 767px){#s-797ca81c-c7c8-4409-bdaf-ae3ed3afb7e9 {
  
}
}







#s-797ca81c-c7c8-4409-bdaf-ae3ed3afb7e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-797ca81c-c7c8-4409-bdaf-ae3ed3afb7e9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

@media (min-width: 1200px){#s-ba8fd06c-18ab-4b9a-a834-de80fad0ae68 {
  display: none;
}
#s-ba8fd06c-18ab-4b9a-a834-de80fad0ae68, #wrap-s-ba8fd06c-18ab-4b9a-a834-de80fad0ae68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba8fd06c-18ab-4b9a-a834-de80fad0ae68 {
  display: none;
}
#s-ba8fd06c-18ab-4b9a-a834-de80fad0ae68, #wrap-s-ba8fd06c-18ab-4b9a-a834-de80fad0ae68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba8fd06c-18ab-4b9a-a834-de80fad0ae68 {
  display: none;
}
#s-ba8fd06c-18ab-4b9a-a834-de80fad0ae68, #wrap-s-ba8fd06c-18ab-4b9a-a834-de80fad0ae68 { display: none !important; }}@media (max-width: 767px){#s-ba8fd06c-18ab-4b9a-a834-de80fad0ae68 {
  display: none;
}
#s-ba8fd06c-18ab-4b9a-a834-de80fad0ae68, #wrap-s-ba8fd06c-18ab-4b9a-a834-de80fad0ae68 { display: none !important; }}
@media (min-width: 1200px){#s-3e7f17a8-5704-4303-823c-30b46342691c {
  display: none;
}
#s-3e7f17a8-5704-4303-823c-30b46342691c, #wrap-s-3e7f17a8-5704-4303-823c-30b46342691c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e7f17a8-5704-4303-823c-30b46342691c {
  display: none;
}
#s-3e7f17a8-5704-4303-823c-30b46342691c, #wrap-s-3e7f17a8-5704-4303-823c-30b46342691c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e7f17a8-5704-4303-823c-30b46342691c {
  display: none;
}
#s-3e7f17a8-5704-4303-823c-30b46342691c, #wrap-s-3e7f17a8-5704-4303-823c-30b46342691c { display: none !important; }}@media (max-width: 767px){#s-3e7f17a8-5704-4303-823c-30b46342691c {
  display: none;
}
#s-3e7f17a8-5704-4303-823c-30b46342691c, #wrap-s-3e7f17a8-5704-4303-823c-30b46342691c { display: none !important; }}
.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-59cb3c91-ca44-4a0f-aeb3-e65c8a80a667 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-59cb3c91-ca44-4a0f-aeb3-e65c8a80a667 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}



#s-cdb17729-4012-41ad-94de-bc991f97b2cb {
  margin-top: -25px;
margin-bottom: 0px;
}

#s-ccc5dea8-75e3-498b-aa22-d437bd4ee011 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ccc5dea8-75e3-498b-aa22-d437bd4ee011 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccc5dea8-75e3-498b-aa22-d437bd4ee011 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ccc5dea8-75e3-498b-aa22-d437bd4ee011 {
  
}
}@media (max-width: 767px){#s-ccc5dea8-75e3-498b-aa22-d437bd4ee011 {
  
}
}







#s-ccc5dea8-75e3-498b-aa22-d437bd4ee011 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccc5dea8-75e3-498b-aa22-d437bd4ee011.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-20800635-db76-4c48-8dcf-95927196e643 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-20800635-db76-4c48-8dcf-95927196e643 {
  display: none;
}
#s-20800635-db76-4c48-8dcf-95927196e643, #wrap-s-20800635-db76-4c48-8dcf-95927196e643 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20800635-db76-4c48-8dcf-95927196e643 {
  display: none;
}
#s-20800635-db76-4c48-8dcf-95927196e643, #wrap-s-20800635-db76-4c48-8dcf-95927196e643 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20800635-db76-4c48-8dcf-95927196e643 {
  display: none;
}
#s-20800635-db76-4c48-8dcf-95927196e643, #wrap-s-20800635-db76-4c48-8dcf-95927196e643 { display: none !important; }}@media (max-width: 767px){#s-20800635-db76-4c48-8dcf-95927196e643 {
  display: none;
}
#s-20800635-db76-4c48-8dcf-95927196e643, #wrap-s-20800635-db76-4c48-8dcf-95927196e643 { display: none !important; }}
#s-20800635-db76-4c48-8dcf-95927196e643 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-c8651294-de24-4779-acb2-d1a647a760a7 {
  padding-top: 25px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c8651294-de24-4779-acb2-d1a647a760a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8651294-de24-4779-acb2-d1a647a760a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8651294-de24-4779-acb2-d1a647a760a7 {
  display: none;
}
#s-c8651294-de24-4779-acb2-d1a647a760a7, #wrap-s-c8651294-de24-4779-acb2-d1a647a760a7 { display: none !important; }}@media (max-width: 767px){#s-c8651294-de24-4779-acb2-d1a647a760a7 {
  display: none;
}
#s-c8651294-de24-4779-acb2-d1a647a760a7, #wrap-s-c8651294-de24-4779-acb2-d1a647a760a7 { display: none !important; }}







#s-c8651294-de24-4779-acb2-d1a647a760a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8651294-de24-4779-acb2-d1a647a760a7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

#s-734a39dd-37d8-4d0b-a7e6-2a9969d6bfb6 {
  margin-top: 0%;
margin-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(17, 75, 154, 1);
border-style: solid;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-734a39dd-37d8-4d0b-a7e6-2a9969d6bfb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-734a39dd-37d8-4d0b-a7e6-2a9969d6bfb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-734a39dd-37d8-4d0b-a7e6-2a9969d6bfb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-734a39dd-37d8-4d0b-a7e6-2a9969d6bfb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b6964f16-44ee-4c0b-882b-fa4e661c6050 {
  padding-left: 0%;
padding-right: 0%;
}

#s-9bef4919-b8ba-4cdd-95ff-63ac80b4f87e {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(17, 75, 154, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-9bef4919-b8ba-4cdd-95ff-63ac80b4f87e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bef4919-b8ba-4cdd-95ff-63ac80b4f87e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9bef4919-b8ba-4cdd-95ff-63ac80b4f87e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bef4919-b8ba-4cdd-95ff-63ac80b4f87e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 {
  margin-right: 0%;
padding-right: 0%;
text-align: left;
}


.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 {
  max-width:  100%;
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom,
.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  max-width: 96% !important;
  
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 {
  max-width:  100%;
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom,
.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  max-width: 96% !important;
  
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 {
  max-width:  100%;
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom,
.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  max-width: 96% !important;
  
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 {
  max-width:  100%;
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom,
.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  max-width: 96% !important;
  
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 {
  max-width:  100%;
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom,
.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  max-width: 96% !important;
  
}

.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fcd5c78-e0ff-4dd6-b4c7-794811f729f1 img.shogun-image {
  width: 100%;
}



}
#s-9eee9595-16be-4044-95d3-1cd867e86dfe {
  margin-top: 20%;
}

#s-62b72b8c-abde-490f-880c-4c3c65c73b9b {
  margin-left: 0%;
margin-right: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-62b72b8c-abde-490f-880c-4c3c65c73b9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62b72b8c-abde-490f-880c-4c3c65c73b9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-828ae7df-d7e3-4f37-b326-26a56ff51065 {
  text-align: left;
}

#s-828ae7df-d7e3-4f37-b326-26a56ff51065 .shg-product-quantity-wrapper {
  display: flex;
}

#s-828ae7df-d7e3-4f37-b326-26a56ff51065 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-828ae7df-d7e3-4f37-b326-26a56ff51065 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-828ae7df-d7e3-4f37-b326-26a56ff51065 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-828ae7df-d7e3-4f37-b326-26a56ff51065 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-8f8d951f-cd2e-455b-8ecf-4aeb09bfe740 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8f8d951f-cd2e-455b-8ecf-4aeb09bfe740:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f8d951f-cd2e-455b-8ecf-4aeb09bfe740:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f8d951f-cd2e-455b-8ecf-4aeb09bfe740 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f8d951f-cd2e-455b-8ecf-4aeb09bfe740.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f8d951f-cd2e-455b-8ecf-4aeb09bfe740.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8f8d951f-cd2e-455b-8ecf-4aeb09bfe740.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-13215b9c-7099-4688-92e5-6e864b75d424 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(17, 75, 154, 1);
border-style: solid;
text-align: left;
}

#s-43f1dedb-bc67-4716-bf9e-b5650009887c {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(17, 75, 154, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-43f1dedb-bc67-4716-bf9e-b5650009887c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43f1dedb-bc67-4716-bf9e-b5650009887c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-43f1dedb-bc67-4716-bf9e-b5650009887c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-43f1dedb-bc67-4716-bf9e-b5650009887c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4192384a-e206-467e-bd37-d974dee2bcf4 {
  text-align: left;
}



.shg-c#s-4192384a-e206-467e-bd37-d974dee2bcf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4192384a-e206-467e-bd37-d974dee2bcf4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4192384a-e206-467e-bd37-d974dee2bcf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4192384a-e206-467e-bd37-d974dee2bcf4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4192384a-e206-467e-bd37-d974dee2bcf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4192384a-e206-467e-bd37-d974dee2bcf4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4192384a-e206-467e-bd37-d974dee2bcf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4192384a-e206-467e-bd37-d974dee2bcf4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4192384a-e206-467e-bd37-d974dee2bcf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4192384a-e206-467e-bd37-d974dee2bcf4 img.shogun-image {
  width: 100%;
}



}
#s-4646364e-f973-41a3-b4f7-85072a911169 {
  margin-top: 20%;
margin-left: 6%;
margin-right: 0%;
}

#s-9244bbca-9960-495b-b1fb-de21e756c134 {
  margin-left: 6%;
margin-right: 14%;
}

#s-c217b230-7ec2-46e6-9b0a-fe29d08ec52d {
  margin-left: 6%;
margin-right: 14%;
min-height: 50px;
}








#s-c217b230-7ec2-46e6-9b0a-fe29d08ec52d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c217b230-7ec2-46e6-9b0a-fe29d08ec52d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91c58565-0bab-4b9d-b970-fd847b2b2777 {
  text-align: left;
}

#s-91c58565-0bab-4b9d-b970-fd847b2b2777 .shg-product-quantity-wrapper {
  display: flex;
}

#s-91c58565-0bab-4b9d-b970-fd847b2b2777 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-91c58565-0bab-4b9d-b970-fd847b2b2777 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-91c58565-0bab-4b9d-b970-fd847b2b2777 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-91c58565-0bab-4b9d-b970-fd847b2b2777 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1a57b4c8-1d78-457f-93e6-8edf3dc63554 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1a57b4c8-1d78-457f-93e6-8edf3dc63554:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a57b4c8-1d78-457f-93e6-8edf3dc63554:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1a57b4c8-1d78-457f-93e6-8edf3dc63554 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a57b4c8-1d78-457f-93e6-8edf3dc63554.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a57b4c8-1d78-457f-93e6-8edf3dc63554.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1a57b4c8-1d78-457f-93e6-8edf3dc63554.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4a3e3bca-ab6d-4e23-b19b-cb4670ceea85 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-4a3e3bca-ab6d-4e23-b19b-cb4670ceea85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a3e3bca-ab6d-4e23-b19b-cb4670ceea85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a3e3bca-ab6d-4e23-b19b-cb4670ceea85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a3e3bca-ab6d-4e23-b19b-cb4670ceea85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bff07ddb-9755-4ea8-8e46-3abc77d63d53 {
  text-align: left;
}



.shg-c#s-bff07ddb-9755-4ea8-8e46-3abc77d63d53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff07ddb-9755-4ea8-8e46-3abc77d63d53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bff07ddb-9755-4ea8-8e46-3abc77d63d53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff07ddb-9755-4ea8-8e46-3abc77d63d53 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bff07ddb-9755-4ea8-8e46-3abc77d63d53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff07ddb-9755-4ea8-8e46-3abc77d63d53 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bff07ddb-9755-4ea8-8e46-3abc77d63d53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff07ddb-9755-4ea8-8e46-3abc77d63d53 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-bff07ddb-9755-4ea8-8e46-3abc77d63d53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff07ddb-9755-4ea8-8e46-3abc77d63d53 img.shogun-image {
  width: 100%;
}



}
#s-07522927-9e64-47e5-a181-480bb24dc9e7 {
  margin-top: 20%;
margin-left: 0%;
margin-right: 0%;
}

#s-10e243a2-78d1-46e6-9198-b318e1a5a9bf {
  min-height: 50px;
}








#s-10e243a2-78d1-46e6-9198-b318e1a5a9bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10e243a2-78d1-46e6-9198-b318e1a5a9bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34f73dd9-599a-43a3-b1db-acbf930fe139 {
  text-align: left;
}

#s-34f73dd9-599a-43a3-b1db-acbf930fe139 .shg-product-quantity-wrapper {
  display: flex;
}

#s-34f73dd9-599a-43a3-b1db-acbf930fe139 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-34f73dd9-599a-43a3-b1db-acbf930fe139 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-34f73dd9-599a-43a3-b1db-acbf930fe139 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-34f73dd9-599a-43a3-b1db-acbf930fe139 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-b0158f4b-66d3-49a2-a1fb-644b3b536875 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b0158f4b-66d3-49a2-a1fb-644b3b536875:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0158f4b-66d3-49a2-a1fb-644b3b536875:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b0158f4b-66d3-49a2-a1fb-644b3b536875 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0158f4b-66d3-49a2-a1fb-644b3b536875.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0158f4b-66d3-49a2-a1fb-644b3b536875.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b0158f4b-66d3-49a2-a1fb-644b3b536875.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ae258ac1-b480-40e5-86f0-94d8776c7503 {
  padding-top: 25px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ae258ac1-b480-40e5-86f0-94d8776c7503 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae258ac1-b480-40e5-86f0-94d8776c7503 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae258ac1-b480-40e5-86f0-94d8776c7503 {
  display: none;
}
#s-ae258ac1-b480-40e5-86f0-94d8776c7503, #wrap-s-ae258ac1-b480-40e5-86f0-94d8776c7503 { display: none !important; }}@media (max-width: 767px){#s-ae258ac1-b480-40e5-86f0-94d8776c7503 {
  display: none;
}
#s-ae258ac1-b480-40e5-86f0-94d8776c7503, #wrap-s-ae258ac1-b480-40e5-86f0-94d8776c7503 { display: none !important; }}







#s-ae258ac1-b480-40e5-86f0-94d8776c7503 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae258ac1-b480-40e5-86f0-94d8776c7503.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-74cc7d51-f240-4285-919f-b734e24db9ad {
  margin-top: 0%;
margin-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(17, 75, 154, 1);
border-style: solid;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-74cc7d51-f240-4285-919f-b734e24db9ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74cc7d51-f240-4285-919f-b734e24db9ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74cc7d51-f240-4285-919f-b734e24db9ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74cc7d51-f240-4285-919f-b734e24db9ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3d8fad81-a25e-49a7-9f33-a309e26b6787 {
  padding-left: 0%;
padding-right: 0%;
}

#s-6a1809f1-96c8-4096-92bb-d0f9006503ab {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(17, 75, 154, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6a1809f1-96c8-4096-92bb-d0f9006503ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a1809f1-96c8-4096-92bb-d0f9006503ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6a1809f1-96c8-4096-92bb-d0f9006503ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a1809f1-96c8-4096-92bb-d0f9006503ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 {
  margin-right: 0%;
padding-right: 0%;
text-align: left;
}


.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 {
  max-width:  100%;
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom,
.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  max-width: 96% !important;
  
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 {
  max-width:  100%;
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom,
.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  max-width: 96% !important;
  
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 {
  max-width:  100%;
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom,
.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  max-width: 96% !important;
  
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 {
  max-width:  100%;
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom,
.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  max-width: 96% !important;
  
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 {
  max-width:  100%;
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom,
.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  max-width: 96% !important;
  
}

.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ea6b20-ee97-4c7c-9fb6-18ce20904dc2 img.shogun-image {
  width: 100%;
}



}
#s-b46acbe4-1097-4268-a9e4-82c7b28c18b3 {
  margin-top: 20%;
}

#s-d5dbeb4a-511e-4025-8209-c611ad92ad4c {
  margin-left: 0%;
margin-right: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-d5dbeb4a-511e-4025-8209-c611ad92ad4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5dbeb4a-511e-4025-8209-c611ad92ad4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-022819ec-8372-4442-9c75-d0af43119869 {
  text-align: left;
}

#s-022819ec-8372-4442-9c75-d0af43119869 .shg-product-quantity-wrapper {
  display: flex;
}

#s-022819ec-8372-4442-9c75-d0af43119869 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-022819ec-8372-4442-9c75-d0af43119869 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-022819ec-8372-4442-9c75-d0af43119869 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-022819ec-8372-4442-9c75-d0af43119869 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-2b6a24b8-76cb-4f26-b110-57b9d9618cb1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2b6a24b8-76cb-4f26-b110-57b9d9618cb1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b6a24b8-76cb-4f26-b110-57b9d9618cb1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b6a24b8-76cb-4f26-b110-57b9d9618cb1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b6a24b8-76cb-4f26-b110-57b9d9618cb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b6a24b8-76cb-4f26-b110-57b9d9618cb1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b6a24b8-76cb-4f26-b110-57b9d9618cb1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eafe2145-cb75-4caa-959e-0f2db7e38cf4 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(17, 75, 154, 1);
border-style: solid;
text-align: left;
}

#s-456e083d-b53f-421a-942b-116efe146006 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(17, 75, 154, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-456e083d-b53f-421a-942b-116efe146006"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-456e083d-b53f-421a-942b-116efe146006"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-456e083d-b53f-421a-942b-116efe146006"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-456e083d-b53f-421a-942b-116efe146006"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c642f566-cd64-4dc6-a9fc-eb6ea0cf1898 {
  text-align: left;
}



.shg-c#s-c642f566-cd64-4dc6-a9fc-eb6ea0cf1898 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c642f566-cd64-4dc6-a9fc-eb6ea0cf1898 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c642f566-cd64-4dc6-a9fc-eb6ea0cf1898 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c642f566-cd64-4dc6-a9fc-eb6ea0cf1898 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c642f566-cd64-4dc6-a9fc-eb6ea0cf1898 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c642f566-cd64-4dc6-a9fc-eb6ea0cf1898 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c642f566-cd64-4dc6-a9fc-eb6ea0cf1898 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c642f566-cd64-4dc6-a9fc-eb6ea0cf1898 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c642f566-cd64-4dc6-a9fc-eb6ea0cf1898 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c642f566-cd64-4dc6-a9fc-eb6ea0cf1898 img.shogun-image {
  width: 100%;
}



}
#s-bbe0e06f-43a2-4e3c-a921-9fdf07e6cec6 {
  margin-top: 20%;
margin-left: -7%;
margin-right: 0%;
}

#s-f22b8eb5-e3bb-4453-a869-33d2a0557953 {
  margin-left: -7%;
margin-right: 14%;
}

#s-a750771d-92b7-4d6d-a993-8150683e09e3 {
  margin-left: -7%;
margin-right: 14%;
min-height: 50px;
}








#s-a750771d-92b7-4d6d-a993-8150683e09e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a750771d-92b7-4d6d-a993-8150683e09e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d10aa3f3-7054-4d2e-9fd1-47fbdaffaae1 {
  text-align: left;
}

#s-d10aa3f3-7054-4d2e-9fd1-47fbdaffaae1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d10aa3f3-7054-4d2e-9fd1-47fbdaffaae1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d10aa3f3-7054-4d2e-9fd1-47fbdaffaae1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d10aa3f3-7054-4d2e-9fd1-47fbdaffaae1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d10aa3f3-7054-4d2e-9fd1-47fbdaffaae1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-b43dadda-80a3-40aa-b0e3-86bcc1d0692e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b43dadda-80a3-40aa-b0e3-86bcc1d0692e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b43dadda-80a3-40aa-b0e3-86bcc1d0692e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b43dadda-80a3-40aa-b0e3-86bcc1d0692e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b43dadda-80a3-40aa-b0e3-86bcc1d0692e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b43dadda-80a3-40aa-b0e3-86bcc1d0692e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b43dadda-80a3-40aa-b0e3-86bcc1d0692e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-682ff9fc-3478-47c5-a5ae-25904658e0e9 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-682ff9fc-3478-47c5-a5ae-25904658e0e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-682ff9fc-3478-47c5-a5ae-25904658e0e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-682ff9fc-3478-47c5-a5ae-25904658e0e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-682ff9fc-3478-47c5-a5ae-25904658e0e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d652623b-13a3-441e-9bf2-306ee661bbb7 {
  text-align: left;
}



.shg-c#s-d652623b-13a3-441e-9bf2-306ee661bbb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d652623b-13a3-441e-9bf2-306ee661bbb7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d652623b-13a3-441e-9bf2-306ee661bbb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d652623b-13a3-441e-9bf2-306ee661bbb7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d652623b-13a3-441e-9bf2-306ee661bbb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d652623b-13a3-441e-9bf2-306ee661bbb7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d652623b-13a3-441e-9bf2-306ee661bbb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d652623b-13a3-441e-9bf2-306ee661bbb7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d652623b-13a3-441e-9bf2-306ee661bbb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d652623b-13a3-441e-9bf2-306ee661bbb7 img.shogun-image {
  width: 100%;
}



}
#s-c80c2839-0ba9-4c18-a022-f9497a85eb82 {
  margin-top: 20%;
margin-left: 0%;
margin-right: 0%;
}

#s-7f936edd-6674-4aab-8089-cd04857bd89f {
  min-height: 50px;
}








#s-7f936edd-6674-4aab-8089-cd04857bd89f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f936edd-6674-4aab-8089-cd04857bd89f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5c9e65b-742b-4b42-b464-6673360f0c75 {
  text-align: left;
}

#s-e5c9e65b-742b-4b42-b464-6673360f0c75 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e5c9e65b-742b-4b42-b464-6673360f0c75 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e5c9e65b-742b-4b42-b464-6673360f0c75 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e5c9e65b-742b-4b42-b464-6673360f0c75 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e5c9e65b-742b-4b42-b464-6673360f0c75 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1e373fc9-78f3-4464-b6f9-211691a4c715 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1e373fc9-78f3-4464-b6f9-211691a4c715:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e373fc9-78f3-4464-b6f9-211691a4c715:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1e373fc9-78f3-4464-b6f9-211691a4c715 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e373fc9-78f3-4464-b6f9-211691a4c715.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e373fc9-78f3-4464-b6f9-211691a4c715.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1e373fc9-78f3-4464-b6f9-211691a4c715.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0af93263-b8ab-44ad-b912-9f603e44193e {
  padding-top: 25px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0af93263-b8ab-44ad-b912-9f603e44193e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0af93263-b8ab-44ad-b912-9f603e44193e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0af93263-b8ab-44ad-b912-9f603e44193e {
  display: none;
}
#s-0af93263-b8ab-44ad-b912-9f603e44193e, #wrap-s-0af93263-b8ab-44ad-b912-9f603e44193e { display: none !important; }}@media (max-width: 767px){#s-0af93263-b8ab-44ad-b912-9f603e44193e {
  display: none;
}
#s-0af93263-b8ab-44ad-b912-9f603e44193e, #wrap-s-0af93263-b8ab-44ad-b912-9f603e44193e { display: none !important; }}







#s-0af93263-b8ab-44ad-b912-9f603e44193e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0af93263-b8ab-44ad-b912-9f603e44193e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-314cf6bd-0885-4189-afd8-fe9848aadd7c {
  margin-top: 0%;
margin-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(17, 75, 154, 1);
border-style: solid;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-314cf6bd-0885-4189-afd8-fe9848aadd7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-314cf6bd-0885-4189-afd8-fe9848aadd7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-314cf6bd-0885-4189-afd8-fe9848aadd7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-314cf6bd-0885-4189-afd8-fe9848aadd7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-63700dd0-f3fd-4cc9-8506-938617d23e78 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-63700dd0-f3fd-4cc9-8506-938617d23e78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63700dd0-f3fd-4cc9-8506-938617d23e78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63700dd0-f3fd-4cc9-8506-938617d23e78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63700dd0-f3fd-4cc9-8506-938617d23e78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-66d3eb1e-f53a-4064-8ef2-a01908f271df {
  text-align: left;
}



.shg-c#s-66d3eb1e-f53a-4064-8ef2-a01908f271df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d3eb1e-f53a-4064-8ef2-a01908f271df img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-66d3eb1e-f53a-4064-8ef2-a01908f271df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d3eb1e-f53a-4064-8ef2-a01908f271df img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-66d3eb1e-f53a-4064-8ef2-a01908f271df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d3eb1e-f53a-4064-8ef2-a01908f271df img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-66d3eb1e-f53a-4064-8ef2-a01908f271df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d3eb1e-f53a-4064-8ef2-a01908f271df img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-66d3eb1e-f53a-4064-8ef2-a01908f271df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d3eb1e-f53a-4064-8ef2-a01908f271df img.shogun-image {
  width: 100%;
}



}
#s-8c991767-fbf0-4b62-8039-8a80c10f5b8b {
  margin-top: 20%;
margin-left: 0%;
margin-right: 0%;
}

#s-689a5050-3925-4060-a8f9-b33ebdb93aac {
  min-height: 50px;
}








#s-689a5050-3925-4060-a8f9-b33ebdb93aac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-689a5050-3925-4060-a8f9-b33ebdb93aac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c6fc16c-3912-4ad9-9179-86d3bfce04f6 {
  text-align: left;
}

#s-4c6fc16c-3912-4ad9-9179-86d3bfce04f6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4c6fc16c-3912-4ad9-9179-86d3bfce04f6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4c6fc16c-3912-4ad9-9179-86d3bfce04f6 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4c6fc16c-3912-4ad9-9179-86d3bfce04f6 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4c6fc16c-3912-4ad9-9179-86d3bfce04f6 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-cab63244-a43d-4dbd-adb2-96f582c050fa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cab63244-a43d-4dbd-adb2-96f582c050fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cab63244-a43d-4dbd-adb2-96f582c050fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cab63244-a43d-4dbd-adb2-96f582c050fa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cab63244-a43d-4dbd-adb2-96f582c050fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cab63244-a43d-4dbd-adb2-96f582c050fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cab63244-a43d-4dbd-adb2-96f582c050fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3c804362-b632-44a8-a257-d5e453437a1a {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3c804362-b632-44a8-a257-d5e453437a1a {
  display: none;
}
#s-3c804362-b632-44a8-a257-d5e453437a1a, #wrap-s-3c804362-b632-44a8-a257-d5e453437a1a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c804362-b632-44a8-a257-d5e453437a1a {
  display: none;
}
#s-3c804362-b632-44a8-a257-d5e453437a1a, #wrap-s-3c804362-b632-44a8-a257-d5e453437a1a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c804362-b632-44a8-a257-d5e453437a1a {
  
}
}@media (max-width: 767px){#s-3c804362-b632-44a8-a257-d5e453437a1a {
  
}
}







#s-3c804362-b632-44a8-a257-d5e453437a1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c804362-b632-44a8-a257-d5e453437a1a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-46cc99a7-dc2e-4dc2-85d7-c8ddaf429f08 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-46cc99a7-dc2e-4dc2-85d7-c8ddaf429f08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46cc99a7-dc2e-4dc2-85d7-c8ddaf429f08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-a20d0d9a-7551-4255-bc93-961f34419d10 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a20d0d9a-7551-4255-bc93-961f34419d10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a20d0d9a-7551-4255-bc93-961f34419d10 {
  
}
}
@media (min-width: 0px) {
[id="s-a20d0d9a-7551-4255-bc93-961f34419d10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a20d0d9a-7551-4255-bc93-961f34419d10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a20d0d9a-7551-4255-bc93-961f34419d10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a20d0d9a-7551-4255-bc93-961f34419d10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f93e4eed-15a6-4a46-a0dc-62130c4cecae {
  text-align: left;
}



.shg-c#s-f93e4eed-15a6-4a46-a0dc-62130c4cecae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f93e4eed-15a6-4a46-a0dc-62130c4cecae img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f93e4eed-15a6-4a46-a0dc-62130c4cecae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f93e4eed-15a6-4a46-a0dc-62130c4cecae img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f93e4eed-15a6-4a46-a0dc-62130c4cecae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f93e4eed-15a6-4a46-a0dc-62130c4cecae img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f93e4eed-15a6-4a46-a0dc-62130c4cecae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f93e4eed-15a6-4a46-a0dc-62130c4cecae img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f93e4eed-15a6-4a46-a0dc-62130c4cecae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f93e4eed-15a6-4a46-a0dc-62130c4cecae img.shogun-image {
  width: 100%;
}



}
#s-4d5343f8-f74f-43d2-a9c6-7d7fc9d65977 {
  margin-top: 0%;
margin-left: -7%;
margin-right: 0%;
}

#s-7f13a16e-f658-4a07-9edf-e0d53cb982c5 {
  margin-left: -7%;
margin-right: 14%;
}

#s-ca10ed7d-52ed-430c-9ad3-fd4beed94397 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-ca10ed7d-52ed-430c-9ad3-fd4beed94397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca10ed7d-52ed-430c-9ad3-fd4beed94397.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5459c062-2a67-43f5-970a-0e5f640c9a43 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-right: 0%;
min-height: 50px;
}








#s-5459c062-2a67-43f5-970a-0e5f640c9a43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5459c062-2a67-43f5-970a-0e5f640c9a43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f463db72-16c3-473b-8b53-4b56235f1073 {
  text-align: left;
}

#s-f463db72-16c3-473b-8b53-4b56235f1073 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f463db72-16c3-473b-8b53-4b56235f1073 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f463db72-16c3-473b-8b53-4b56235f1073 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f463db72-16c3-473b-8b53-4b56235f1073 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f463db72-16c3-473b-8b53-4b56235f1073 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-386f1131-d031-44ce-a379-f209834f2710 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-386f1131-d031-44ce-a379-f209834f2710:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-386f1131-d031-44ce-a379-f209834f2710:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-386f1131-d031-44ce-a379-f209834f2710 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-386f1131-d031-44ce-a379-f209834f2710.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-386f1131-d031-44ce-a379-f209834f2710.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-386f1131-d031-44ce-a379-f209834f2710.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-488ec39f-3c0e-4bcb-9a38-f4ba80255cfa {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-488ec39f-3c0e-4bcb-9a38-f4ba80255cfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-488ec39f-3c0e-4bcb-9a38-f4ba80255cfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-f1cd9808-c383-4338-a29a-0f803d2fd71c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1cd9808-c383-4338-a29a-0f803d2fd71c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1cd9808-c383-4338-a29a-0f803d2fd71c {
  
}
}
@media (min-width: 0px) {
[id="s-f1cd9808-c383-4338-a29a-0f803d2fd71c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f1cd9808-c383-4338-a29a-0f803d2fd71c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1cd9808-c383-4338-a29a-0f803d2fd71c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1cd9808-c383-4338-a29a-0f803d2fd71c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14d932dd-2460-4253-ac90-e0c1daa29856 {
  text-align: left;
}



.shg-c#s-14d932dd-2460-4253-ac90-e0c1daa29856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14d932dd-2460-4253-ac90-e0c1daa29856 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-14d932dd-2460-4253-ac90-e0c1daa29856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14d932dd-2460-4253-ac90-e0c1daa29856 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-14d932dd-2460-4253-ac90-e0c1daa29856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14d932dd-2460-4253-ac90-e0c1daa29856 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-14d932dd-2460-4253-ac90-e0c1daa29856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14d932dd-2460-4253-ac90-e0c1daa29856 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-14d932dd-2460-4253-ac90-e0c1daa29856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14d932dd-2460-4253-ac90-e0c1daa29856 img.shogun-image {
  width: 100%;
}



}
#s-b4430cc5-66e0-4116-928a-519395630353 {
  margin-top: 0%;
margin-left: -7%;
margin-right: 0%;
}

#s-df334c69-d2f0-43a8-bb83-175490c2d68f {
  margin-left: -7%;
margin-right: 14%;
}

#s-07a5ee38-f5ae-4fb8-a16a-a1ba6458d177 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-07a5ee38-f5ae-4fb8-a16a-a1ba6458d177 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07a5ee38-f5ae-4fb8-a16a-a1ba6458d177.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4be01d5-71f5-46ef-993d-68955e193f54 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-right: 0%;
min-height: 50px;
}








#s-d4be01d5-71f5-46ef-993d-68955e193f54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4be01d5-71f5-46ef-993d-68955e193f54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2458f3fe-476d-4313-955d-19b026096777 {
  text-align: left;
}

#s-2458f3fe-476d-4313-955d-19b026096777 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2458f3fe-476d-4313-955d-19b026096777 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2458f3fe-476d-4313-955d-19b026096777 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2458f3fe-476d-4313-955d-19b026096777 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2458f3fe-476d-4313-955d-19b026096777 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-ed945b94-2c76-45fc-b476-2c55f78dbc22 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ed945b94-2c76-45fc-b476-2c55f78dbc22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed945b94-2c76-45fc-b476-2c55f78dbc22:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed945b94-2c76-45fc-b476-2c55f78dbc22 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed945b94-2c76-45fc-b476-2c55f78dbc22.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed945b94-2c76-45fc-b476-2c55f78dbc22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed945b94-2c76-45fc-b476-2c55f78dbc22.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0dbf0387-c319-472c-98e6-17f6faf0983a {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-0dbf0387-c319-472c-98e6-17f6faf0983a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dbf0387-c319-472c-98e6-17f6faf0983a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-a9252b00-383c-4922-b37f-b213e097a01f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9252b00-383c-4922-b37f-b213e097a01f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9252b00-383c-4922-b37f-b213e097a01f {
  
}
}
@media (min-width: 0px) {
[id="s-a9252b00-383c-4922-b37f-b213e097a01f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a9252b00-383c-4922-b37f-b213e097a01f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9252b00-383c-4922-b37f-b213e097a01f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9252b00-383c-4922-b37f-b213e097a01f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb4bc204-6148-4ade-bcfc-05b5c7681b1f {
  text-align: left;
}



.shg-c#s-bb4bc204-6148-4ade-bcfc-05b5c7681b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb4bc204-6148-4ade-bcfc-05b5c7681b1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bb4bc204-6148-4ade-bcfc-05b5c7681b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb4bc204-6148-4ade-bcfc-05b5c7681b1f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bb4bc204-6148-4ade-bcfc-05b5c7681b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb4bc204-6148-4ade-bcfc-05b5c7681b1f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bb4bc204-6148-4ade-bcfc-05b5c7681b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb4bc204-6148-4ade-bcfc-05b5c7681b1f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-bb4bc204-6148-4ade-bcfc-05b5c7681b1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb4bc204-6148-4ade-bcfc-05b5c7681b1f img.shogun-image {
  width: 100%;
}



}
#s-c1c1f05f-7ada-4a8d-8f61-92f5e572e89d {
  margin-top: 0%;
margin-left: -7%;
margin-right: 0%;
}

#s-87346001-1192-446c-a9a0-4f122e1c0752 {
  margin-left: -7%;
margin-right: 14%;
}

#s-a09386f2-e41e-4417-bd62-dc9f44288d51 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-a09386f2-e41e-4417-bd62-dc9f44288d51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a09386f2-e41e-4417-bd62-dc9f44288d51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43703fab-646a-4cba-a174-eed213725002 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-right: 0%;
min-height: 50px;
}








#s-43703fab-646a-4cba-a174-eed213725002 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43703fab-646a-4cba-a174-eed213725002.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95c7d7cc-f606-4c1c-aab7-f831e68b7b7b {
  text-align: left;
}

#s-95c7d7cc-f606-4c1c-aab7-f831e68b7b7b .shg-product-quantity-wrapper {
  display: flex;
}

#s-95c7d7cc-f606-4c1c-aab7-f831e68b7b7b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-95c7d7cc-f606-4c1c-aab7-f831e68b7b7b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-95c7d7cc-f606-4c1c-aab7-f831e68b7b7b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-95c7d7cc-f606-4c1c-aab7-f831e68b7b7b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1aef1659-085f-4504-be28-b444916ceb2f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1aef1659-085f-4504-be28-b444916ceb2f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1aef1659-085f-4504-be28-b444916ceb2f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1aef1659-085f-4504-be28-b444916ceb2f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1aef1659-085f-4504-be28-b444916ceb2f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1aef1659-085f-4504-be28-b444916ceb2f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1aef1659-085f-4504-be28-b444916ceb2f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-80e9793e-9f10-4a10-a52e-3c8638d55f0d {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-80e9793e-9f10-4a10-a52e-3c8638d55f0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80e9793e-9f10-4a10-a52e-3c8638d55f0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-af87dc52-f6f4-449a-908b-15e23c1de7ad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af87dc52-f6f4-449a-908b-15e23c1de7ad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af87dc52-f6f4-449a-908b-15e23c1de7ad {
  
}
}
@media (min-width: 0px) {
[id="s-af87dc52-f6f4-449a-908b-15e23c1de7ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-af87dc52-f6f4-449a-908b-15e23c1de7ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af87dc52-f6f4-449a-908b-15e23c1de7ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af87dc52-f6f4-449a-908b-15e23c1de7ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a24fb723-dfdc-450c-bb42-c855f4e306e3 {
  text-align: left;
}



.shg-c#s-a24fb723-dfdc-450c-bb42-c855f4e306e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a24fb723-dfdc-450c-bb42-c855f4e306e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a24fb723-dfdc-450c-bb42-c855f4e306e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a24fb723-dfdc-450c-bb42-c855f4e306e3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a24fb723-dfdc-450c-bb42-c855f4e306e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a24fb723-dfdc-450c-bb42-c855f4e306e3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a24fb723-dfdc-450c-bb42-c855f4e306e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a24fb723-dfdc-450c-bb42-c855f4e306e3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a24fb723-dfdc-450c-bb42-c855f4e306e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a24fb723-dfdc-450c-bb42-c855f4e306e3 img.shogun-image {
  width: 100%;
}



}
#s-9f197d10-6a57-48e4-9cb5-42ac6b3372c8 {
  margin-top: 0%;
margin-left: -7%;
margin-right: 0%;
}

#s-d826b5af-7f2d-4406-a7dc-bb2df533cc54 {
  margin-left: -7%;
margin-right: 14%;
}

#s-f77dce55-6a34-4650-9ee2-afd82d181de4 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-f77dce55-6a34-4650-9ee2-afd82d181de4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f77dce55-6a34-4650-9ee2-afd82d181de4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ff8d2a0-4aae-4df0-8d7d-ffe78219f361 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-right: 0%;
min-height: 50px;
}








#s-9ff8d2a0-4aae-4df0-8d7d-ffe78219f361 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ff8d2a0-4aae-4df0-8d7d-ffe78219f361.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c4edb80-ec8f-4f16-afbd-8dfab0dbbdfb {
  text-align: left;
}

#s-1c4edb80-ec8f-4f16-afbd-8dfab0dbbdfb .shg-product-quantity-wrapper {
  display: flex;
}

#s-1c4edb80-ec8f-4f16-afbd-8dfab0dbbdfb .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1c4edb80-ec8f-4f16-afbd-8dfab0dbbdfb .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1c4edb80-ec8f-4f16-afbd-8dfab0dbbdfb .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1c4edb80-ec8f-4f16-afbd-8dfab0dbbdfb .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4011b159-cc0b-4b9a-a653-f7c7ebb62e42 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4011b159-cc0b-4b9a-a653-f7c7ebb62e42:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4011b159-cc0b-4b9a-a653-f7c7ebb62e42:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4011b159-cc0b-4b9a-a653-f7c7ebb62e42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4011b159-cc0b-4b9a-a653-f7c7ebb62e42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4011b159-cc0b-4b9a-a653-f7c7ebb62e42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4011b159-cc0b-4b9a-a653-f7c7ebb62e42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba836417-8283-4944-8eee-8e76294c3a88 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-ba836417-8283-4944-8eee-8e76294c3a88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba836417-8283-4944-8eee-8e76294c3a88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-c6783228-b636-473a-bfa0-0b6a558fadc2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6783228-b636-473a-bfa0-0b6a558fadc2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6783228-b636-473a-bfa0-0b6a558fadc2 {
  
}
}
@media (min-width: 0px) {
[id="s-c6783228-b636-473a-bfa0-0b6a558fadc2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c6783228-b636-473a-bfa0-0b6a558fadc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6783228-b636-473a-bfa0-0b6a558fadc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6783228-b636-473a-bfa0-0b6a558fadc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dcd222cd-b86e-4335-89dc-5cb73042dcb8 {
  text-align: left;
}



.shg-c#s-dcd222cd-b86e-4335-89dc-5cb73042dcb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcd222cd-b86e-4335-89dc-5cb73042dcb8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dcd222cd-b86e-4335-89dc-5cb73042dcb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcd222cd-b86e-4335-89dc-5cb73042dcb8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dcd222cd-b86e-4335-89dc-5cb73042dcb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcd222cd-b86e-4335-89dc-5cb73042dcb8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dcd222cd-b86e-4335-89dc-5cb73042dcb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcd222cd-b86e-4335-89dc-5cb73042dcb8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-dcd222cd-b86e-4335-89dc-5cb73042dcb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcd222cd-b86e-4335-89dc-5cb73042dcb8 img.shogun-image {
  width: 100%;
}



}
#s-14f0fbb1-4720-4fbd-80d7-41187c605767 {
  margin-top: 0%;
margin-left: -7%;
margin-right: 0%;
}

#s-0a0e84f8-5925-4f4e-ae7c-f88bd971588d {
  margin-left: -7%;
margin-right: 14%;
}

#s-27156948-3640-4ffd-923d-52f24929d5f1 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-27156948-3640-4ffd-923d-52f24929d5f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27156948-3640-4ffd-923d-52f24929d5f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-721a26f9-c1a9-4b7b-98b7-a3d3a858ba72 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-right: 0%;
min-height: 50px;
}








#s-721a26f9-c1a9-4b7b-98b7-a3d3a858ba72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-721a26f9-c1a9-4b7b-98b7-a3d3a858ba72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ef0fe21-dbe6-4db0-8f5f-3400a4f3db3c {
  text-align: left;
}

#s-4ef0fe21-dbe6-4db0-8f5f-3400a4f3db3c .shg-product-quantity-wrapper {
  display: flex;
}

#s-4ef0fe21-dbe6-4db0-8f5f-3400a4f3db3c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4ef0fe21-dbe6-4db0-8f5f-3400a4f3db3c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4ef0fe21-dbe6-4db0-8f5f-3400a4f3db3c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4ef0fe21-dbe6-4db0-8f5f-3400a4f3db3c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-282c8ed5-f0f5-42b9-bce2-a40027794a9d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-282c8ed5-f0f5-42b9-bce2-a40027794a9d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-282c8ed5-f0f5-42b9-bce2-a40027794a9d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-282c8ed5-f0f5-42b9-bce2-a40027794a9d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-282c8ed5-f0f5-42b9-bce2-a40027794a9d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-282c8ed5-f0f5-42b9-bce2-a40027794a9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-282c8ed5-f0f5-42b9-bce2-a40027794a9d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f41a34d0-1855-41e3-922e-bc90e4ebbda0 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-f41a34d0-1855-41e3-922e-bc90e4ebbda0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f41a34d0-1855-41e3-922e-bc90e4ebbda0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-2c1f57fc-eae5-4670-9e21-7e17b88ff2d9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c1f57fc-eae5-4670-9e21-7e17b88ff2d9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c1f57fc-eae5-4670-9e21-7e17b88ff2d9 {
  
}
}
@media (min-width: 0px) {
[id="s-2c1f57fc-eae5-4670-9e21-7e17b88ff2d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2c1f57fc-eae5-4670-9e21-7e17b88ff2d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c1f57fc-eae5-4670-9e21-7e17b88ff2d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c1f57fc-eae5-4670-9e21-7e17b88ff2d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7db6ab7c-e607-4821-a9e5-531054fc3365 {
  text-align: left;
}



.shg-c#s-7db6ab7c-e607-4821-a9e5-531054fc3365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7db6ab7c-e607-4821-a9e5-531054fc3365 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7db6ab7c-e607-4821-a9e5-531054fc3365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7db6ab7c-e607-4821-a9e5-531054fc3365 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7db6ab7c-e607-4821-a9e5-531054fc3365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7db6ab7c-e607-4821-a9e5-531054fc3365 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7db6ab7c-e607-4821-a9e5-531054fc3365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7db6ab7c-e607-4821-a9e5-531054fc3365 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7db6ab7c-e607-4821-a9e5-531054fc3365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7db6ab7c-e607-4821-a9e5-531054fc3365 img.shogun-image {
  width: 100%;
}



}
#s-b186e271-82c5-47ff-b523-e08365139252 {
  margin-top: 0%;
margin-left: -7%;
margin-right: 0%;
}

#s-06640afc-6e7d-4616-87be-a2f0ddce0da6 {
  margin-left: -7%;
margin-right: 14%;
}

#s-d386688a-eb26-49d2-a36a-d634c4e4b2c1 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-d386688a-eb26-49d2-a36a-d634c4e4b2c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d386688a-eb26-49d2-a36a-d634c4e4b2c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e83e5c5c-c98c-4136-8726-b3aeb897d3ac {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-right: 0%;
min-height: 50px;
}








#s-e83e5c5c-c98c-4136-8726-b3aeb897d3ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e83e5c5c-c98c-4136-8726-b3aeb897d3ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2550be42-da19-4576-9051-f2c4d34d50ef {
  text-align: left;
}

#s-2550be42-da19-4576-9051-f2c4d34d50ef .shg-product-quantity-wrapper {
  display: flex;
}

#s-2550be42-da19-4576-9051-f2c4d34d50ef .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2550be42-da19-4576-9051-f2c4d34d50ef .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2550be42-da19-4576-9051-f2c4d34d50ef .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2550be42-da19-4576-9051-f2c4d34d50ef .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-09ae009b-c482-433a-a356-f3b8f39ae557 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-09ae009b-c482-433a-a356-f3b8f39ae557:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-09ae009b-c482-433a-a356-f3b8f39ae557:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-09ae009b-c482-433a-a356-f3b8f39ae557 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09ae009b-c482-433a-a356-f3b8f39ae557.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09ae009b-c482-433a-a356-f3b8f39ae557.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-09ae009b-c482-433a-a356-f3b8f39ae557.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d90490d4-b687-4c84-91a3-61e8a313212f {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-d90490d4-b687-4c84-91a3-61e8a313212f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d90490d4-b687-4c84-91a3-61e8a313212f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-ec9c304a-77cf-4284-9d81-15f0520e505a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec9c304a-77cf-4284-9d81-15f0520e505a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec9c304a-77cf-4284-9d81-15f0520e505a {
  
}
}
@media (min-width: 0px) {
[id="s-ec9c304a-77cf-4284-9d81-15f0520e505a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ec9c304a-77cf-4284-9d81-15f0520e505a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec9c304a-77cf-4284-9d81-15f0520e505a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec9c304a-77cf-4284-9d81-15f0520e505a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df6d265c-5fab-4c52-9336-53b420b8597e {
  text-align: left;
}



.shg-c#s-df6d265c-5fab-4c52-9336-53b420b8597e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df6d265c-5fab-4c52-9336-53b420b8597e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-df6d265c-5fab-4c52-9336-53b420b8597e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df6d265c-5fab-4c52-9336-53b420b8597e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-df6d265c-5fab-4c52-9336-53b420b8597e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df6d265c-5fab-4c52-9336-53b420b8597e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-df6d265c-5fab-4c52-9336-53b420b8597e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df6d265c-5fab-4c52-9336-53b420b8597e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-df6d265c-5fab-4c52-9336-53b420b8597e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df6d265c-5fab-4c52-9336-53b420b8597e img.shogun-image {
  width: 100%;
}



}
#s-9acbf995-2329-4b9b-a68e-afd63b523354 {
  margin-top: 0%;
margin-left: -7%;
margin-right: 0%;
}

#s-79fc7489-52fc-4d63-a2a2-03af9ec77b24 {
  margin-left: -7%;
margin-right: 14%;
}

#s-6449ae7d-227f-4268-a892-611a3344432d {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-6449ae7d-227f-4268-a892-611a3344432d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6449ae7d-227f-4268-a892-611a3344432d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff461588-14f1-42eb-abf1-e555d509c553 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-right: 0%;
min-height: 50px;
}








#s-ff461588-14f1-42eb-abf1-e555d509c553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff461588-14f1-42eb-abf1-e555d509c553.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32d3b452-e1c0-4b6e-abd7-6e05ee55a65a {
  text-align: left;
}

#s-32d3b452-e1c0-4b6e-abd7-6e05ee55a65a .shg-product-quantity-wrapper {
  display: flex;
}

#s-32d3b452-e1c0-4b6e-abd7-6e05ee55a65a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-32d3b452-e1c0-4b6e-abd7-6e05ee55a65a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-32d3b452-e1c0-4b6e-abd7-6e05ee55a65a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-32d3b452-e1c0-4b6e-abd7-6e05ee55a65a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-a9bd25ea-cab5-45fb-9b3b-33148f6be8ab {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a9bd25ea-cab5-45fb-9b3b-33148f6be8ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9bd25ea-cab5-45fb-9b3b-33148f6be8ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9bd25ea-cab5-45fb-9b3b-33148f6be8ab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9bd25ea-cab5-45fb-9b3b-33148f6be8ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9bd25ea-cab5-45fb-9b3b-33148f6be8ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9bd25ea-cab5-45fb-9b3b-33148f6be8ab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@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}
