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

.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-0f07dc11-d12f-4c0a-96c2-28b57c56d02e {
  min-height: 50px;
}








#s-0f07dc11-d12f-4c0a-96c2-28b57c56d02e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f07dc11-d12f-4c0a-96c2-28b57c56d02e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-135cc735-592d-46dc-aabc-beda01250762 {
  min-height: 50px;
}








#s-135cc735-592d-46dc-aabc-beda01250762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-135cc735-592d-46dc-aabc-beda01250762.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-697084f6-afd6-471f-8745-4ddcfdb5d81e .shogun-icon-wrapper {
  text-align: center;
}


#s-697084f6-afd6-471f-8745-4ddcfdb5d81e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 0, 0, 1);
}

#s-bbbc8d61-a425-4868-b243-b01818e9db98 {
  min-height: 50px;
}








#s-bbbc8d61-a425-4868-b243-b01818e9db98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbbc8d61-a425-4868-b243-b01818e9db98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-4173c2db-ea6b-4665-892f-4eea4cf67065 {
  margin-left: 25%;
margin-right: 25%;
max-width: 50%;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-9c4aa37e-5009-4638-b666-9e2844718d6f hr {
  border-top: 2px solid #ddd;
}

#s-7edb63af-12ed-4a61-9e9f-ba08fedde6f8 {
  min-height: 50px;
}








#s-7edb63af-12ed-4a61-9e9f-ba08fedde6f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7edb63af-12ed-4a61-9e9f-ba08fedde6f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b17846cb-fe2f-431e-a06d-f64c4824a4ab {
  margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(214, 15, 15, 1);
border-style: solid;
max-width: 80%;
}

#s-0981eadd-59dc-498b-bdae-9286c3386b9d {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
max-width: 90%;
}








#s-0981eadd-59dc-498b-bdae-9286c3386b9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0981eadd-59dc-498b-bdae-9286c3386b9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00604784-eb77-41c4-a7f1-0114459d9140 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
max-width: 80%;
}








#s-00604784-eb77-41c4-a7f1-0114459d9140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00604784-eb77-41c4-a7f1-0114459d9140.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c817ab14-8dd9-49ab-82c6-1066675af702 {
  margin-left: 20%;
margin-right: 20%;
}








#s-c817ab14-8dd9-49ab-82c6-1066675af702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c817ab14-8dd9-49ab-82c6-1066675af702.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9548b3a5-197e-4fe5-92ae-ca1df5a84a5f {
  min-height: 50px;
}








#s-9548b3a5-197e-4fe5-92ae-ca1df5a84a5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9548b3a5-197e-4fe5-92ae-ca1df5a84a5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f5f198f-d133-45d6-acfd-4211ff282a10 {
  min-height: 50px;
}








#s-4f5f198f-d133-45d6-acfd-4211ff282a10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f5f198f-d133-45d6-acfd-4211ff282a10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f86b548a-c082-411e-9856-cdc9670ec19e {
  min-height: 50px;
}








#s-f86b548a-c082-411e-9856-cdc9670ec19e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f86b548a-c082-411e-9856-cdc9670ec19e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d890a5a-fd00-46fa-b87b-c213a4f2b834 {
  margin-left: 20%;
margin-right: 20%;
max-width: 80%;
}

#s-846b4f36-412f-4b73-9b21-ff3c37613a05 hr {
  border-top: 2px solid #ddd;
}

.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-a4bc251c-c39b-4899-ac1f-5ebc4adb582d {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(14, 0, 0, 1);
}

#s-a4bc251c-c39b-4899-ac1f-5ebc4adb582d .shogun-heading-component h1 {
  color: rgba(248, 241, 241, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-f2a21fa3-72f1-44d5-aa69-36729034bfc1 {
  min-height: 50px;
}








#s-f2a21fa3-72f1-44d5-aa69-36729034bfc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2a21fa3-72f1-44d5-aa69-36729034bfc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ffa302c-aa6c-4bad-8234-5e571bead154 {
  min-height: 50px;
}








#s-4ffa302c-aa6c-4bad-8234-5e571bead154 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ffa302c-aa6c-4bad-8234-5e571bead154.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-d0c95966-f841-413e-9e2e-3ea6ffa37561 {
  margin-left: 20%;
margin-right: 20%;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-d0c95966-f841-413e-9e2e-3ea6ffa37561"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d0c95966-f841-413e-9e2e-3ea6ffa37561"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d0c95966-f841-413e-9e2e-3ea6ffa37561"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d0c95966-f841-413e-9e2e-3ea6ffa37561"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-126cc48d-1462-4740-af31-05a4988fdeff {
  text-align: left;
}



.shg-c#s-126cc48d-1462-4740-af31-05a4988fdeff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-126cc48d-1462-4740-af31-05a4988fdeff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-126cc48d-1462-4740-af31-05a4988fdeff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-126cc48d-1462-4740-af31-05a4988fdeff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-126cc48d-1462-4740-af31-05a4988fdeff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-126cc48d-1462-4740-af31-05a4988fdeff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-126cc48d-1462-4740-af31-05a4988fdeff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-126cc48d-1462-4740-af31-05a4988fdeff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-126cc48d-1462-4740-af31-05a4988fdeff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-126cc48d-1462-4740-af31-05a4988fdeff img.shogun-image {
  width: 100%;
}



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

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

#s-a415c87e-698f-49bc-ac37-6f823ec528c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a415c87e-698f-49bc-ac37-6f823ec528c5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e2b4d282-0a81-42e6-b868-1118c4d9036c {
  text-align: center;
}

#s-e2b4d282-0a81-42e6-b868-1118c4d9036c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e2b4d282-0a81-42e6-b868-1118c4d9036c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-e2b4d282-0a81-42e6-b868-1118c4d9036c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-2efdfb44-0c77-46dc-88ca-a9b0e6bd47a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2efdfb44-0c77-46dc-88ca-a9b0e6bd47a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2efdfb44-0c77-46dc-88ca-a9b0e6bd47a7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2efdfb44-0c77-46dc-88ca-a9b0e6bd47a7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2efdfb44-0c77-46dc-88ca-a9b0e6bd47a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2efdfb44-0c77-46dc-88ca-a9b0e6bd47a7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-2efdfb44-0c77-46dc-88ca-a9b0e6bd47a7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2efdfb44-0c77-46dc-88ca-a9b0e6bd47a7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ce8df239-68b8-4765-92ec-d54149fdb1c5 {
  text-align: left;
}



.shg-c#s-ce8df239-68b8-4765-92ec-d54149fdb1c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce8df239-68b8-4765-92ec-d54149fdb1c5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ce8df239-68b8-4765-92ec-d54149fdb1c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce8df239-68b8-4765-92ec-d54149fdb1c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce8df239-68b8-4765-92ec-d54149fdb1c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce8df239-68b8-4765-92ec-d54149fdb1c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce8df239-68b8-4765-92ec-d54149fdb1c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce8df239-68b8-4765-92ec-d54149fdb1c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce8df239-68b8-4765-92ec-d54149fdb1c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce8df239-68b8-4765-92ec-d54149fdb1c5 img.shogun-image {
  width: 100%;
}



}
#s-e8b00737-8179-481d-9f76-92ac288faf67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8b00737-8179-481d-9f76-92ac288faf67 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-4d2adaf7-0f21-4ba0-b915-30ed951414dd {
  text-align: center;
}

#s-4d2adaf7-0f21-4ba0-b915-30ed951414dd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4d2adaf7-0f21-4ba0-b915-30ed951414dd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-4d2adaf7-0f21-4ba0-b915-30ed951414dd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1e330be8-9cf3-4fac-8b92-81d3c6c641e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1e330be8-9cf3-4fac-8b92-81d3c6c641e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e330be8-9cf3-4fac-8b92-81d3c6c641e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1e330be8-9cf3-4fac-8b92-81d3c6c641e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e330be8-9cf3-4fac-8b92-81d3c6c641e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e330be8-9cf3-4fac-8b92-81d3c6c641e1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-1e330be8-9cf3-4fac-8b92-81d3c6c641e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1e330be8-9cf3-4fac-8b92-81d3c6c641e1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-731755f9-e2c1-4e02-9618-aa510353d252 {
  text-align: left;
}



.shg-c#s-731755f9-e2c1-4e02-9618-aa510353d252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-731755f9-e2c1-4e02-9618-aa510353d252 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-731755f9-e2c1-4e02-9618-aa510353d252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-731755f9-e2c1-4e02-9618-aa510353d252 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-731755f9-e2c1-4e02-9618-aa510353d252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-731755f9-e2c1-4e02-9618-aa510353d252 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-731755f9-e2c1-4e02-9618-aa510353d252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-731755f9-e2c1-4e02-9618-aa510353d252 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-731755f9-e2c1-4e02-9618-aa510353d252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-731755f9-e2c1-4e02-9618-aa510353d252 img.shogun-image {
  width: 100%;
}



}
#s-98fb398a-cc95-4f69-a3cb-da5621cf9928 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98fb398a-cc95-4f69-a3cb-da5621cf9928 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9283ca7f-f46d-47a8-a31d-f225ef324349 {
  text-align: center;
}

#s-9283ca7f-f46d-47a8-a31d-f225ef324349 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9283ca7f-f46d-47a8-a31d-f225ef324349 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-9283ca7f-f46d-47a8-a31d-f225ef324349 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b46983e0-ff56-4dec-a97b-a23a5cfd49a0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b46983e0-ff56-4dec-a97b-a23a5cfd49a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b46983e0-ff56-4dec-a97b-a23a5cfd49a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b46983e0-ff56-4dec-a97b-a23a5cfd49a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b46983e0-ff56-4dec-a97b-a23a5cfd49a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b46983e0-ff56-4dec-a97b-a23a5cfd49a0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b46983e0-ff56-4dec-a97b-a23a5cfd49a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b46983e0-ff56-4dec-a97b-a23a5cfd49a0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d5c64caf-fb35-4d8c-b3e9-b6aec1260a54 {
  text-align: left;
}



.shg-c#s-d5c64caf-fb35-4d8c-b3e9-b6aec1260a54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c64caf-fb35-4d8c-b3e9-b6aec1260a54 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d5c64caf-fb35-4d8c-b3e9-b6aec1260a54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c64caf-fb35-4d8c-b3e9-b6aec1260a54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5c64caf-fb35-4d8c-b3e9-b6aec1260a54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c64caf-fb35-4d8c-b3e9-b6aec1260a54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5c64caf-fb35-4d8c-b3e9-b6aec1260a54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c64caf-fb35-4d8c-b3e9-b6aec1260a54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5c64caf-fb35-4d8c-b3e9-b6aec1260a54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c64caf-fb35-4d8c-b3e9-b6aec1260a54 img.shogun-image {
  width: 100%;
}



}
#s-3790752e-ad93-44f6-b650-9fce75497846 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3790752e-ad93-44f6-b650-9fce75497846 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-26628727-dd3d-4373-ab0e-2a104239dfae {
  text-align: center;
}

#s-26628727-dd3d-4373-ab0e-2a104239dfae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-26628727-dd3d-4373-ab0e-2a104239dfae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-26628727-dd3d-4373-ab0e-2a104239dfae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1e20032-53eb-46fb-9e46-9ff6c9a7bba2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b1e20032-53eb-46fb-9e46-9ff6c9a7bba2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1e20032-53eb-46fb-9e46-9ff6c9a7bba2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b1e20032-53eb-46fb-9e46-9ff6c9a7bba2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1e20032-53eb-46fb-9e46-9ff6c9a7bba2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1e20032-53eb-46fb-9e46-9ff6c9a7bba2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b1e20032-53eb-46fb-9e46-9ff6c9a7bba2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b1e20032-53eb-46fb-9e46-9ff6c9a7bba2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-69f73cab-d67d-4571-b750-7c39457b78cb {
  min-height: 50px;
}








#s-69f73cab-d67d-4571-b750-7c39457b78cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69f73cab-d67d-4571-b750-7c39457b78cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-478304b4-78c7-4d58-8e22-6bbb2b3611ff {
  min-height: 50px;
}








#s-478304b4-78c7-4d58-8e22-6bbb2b3611ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-478304b4-78c7-4d58-8e22-6bbb2b3611ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8de365a2-fc5c-451b-aa8a-7eb21ea5ead2 {
  min-height: 50px;
}








#s-8de365a2-fc5c-451b-aa8a-7eb21ea5ead2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8de365a2-fc5c-451b-aa8a-7eb21ea5ead2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a11c4e80-acd1-4794-a4b0-28c04beac2a0 {
  min-height: 50px;
}








#s-a11c4e80-acd1-4794-a4b0-28c04beac2a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a11c4e80-acd1-4794-a4b0-28c04beac2a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c826cfae-5a6f-4c62-98a0-5a60f515bbaa {
  min-height: 50px;
}








#s-c826cfae-5a6f-4c62-98a0-5a60f515bbaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c826cfae-5a6f-4c62-98a0-5a60f515bbaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24232b49-f2ef-4f5a-9dcb-eb7fd3dd3ebf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-24232b49-f2ef-4f5a-9dcb-eb7fd3dd3ebf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-9517ba27-4cc2-4fa4-a5f0-69bef15937af {
  min-height: 0px;
}








#s-9517ba27-4cc2-4fa4-a5f0-69bef15937af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9517ba27-4cc2-4fa4-a5f0-69bef15937af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-553cbaea-a8d3-4a7f-8456-ea491d6c8074 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-6142465c-5219-4410-895e-3b2a8e811075 {
  text-align: center;
}
@media (min-width: 1200px){#s-6142465c-5219-4410-895e-3b2a8e811075 {
  margin-left: 150px;
margin-right: 150px;
}
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 {
  max-width:  100%;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom,
.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  max-width: 50% !important;
  min-height: 50% !important;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 {
  max-width:  100%;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom,
.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  max-width: 50% !important;
  min-height: 50% !important;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 {
  max-width:  100%;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom,
.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  max-width: 50% !important;
  min-height: 50% !important;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 {
  max-width:  100%;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom,
.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  max-width: 50% !important;
  min-height: 50% !important;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 {
  max-width:  100%;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom,
.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  max-width: 50% !important;
  min-height: 50% !important;
}

.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6142465c-5219-4410-895e-3b2a8e811075 img.shogun-image {
  width: 100%;
}



}
#s-fd41eb84-3630-4644-9546-d46bb3cb54bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd41eb84-3630-4644-9546-d46bb3cb54bc .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-609f2202-21a6-4863-b2cb-c5bc41d78e40 {
  text-align: center;
}

#s-609f2202-21a6-4863-b2cb-c5bc41d78e40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-609f2202-21a6-4863-b2cb-c5bc41d78e40 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-609f2202-21a6-4863-b2cb-c5bc41d78e40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6bb6b29c-87a6-479d-9929-964e50e62aec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(39, 255, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6bb6b29c-87a6-479d-9929-964e50e62aec:hover {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6bb6b29c-87a6-479d-9929-964e50e62aec:active {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6bb6b29c-87a6-479d-9929-964e50e62aec {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6bb6b29c-87a6-479d-9929-964e50e62aec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6bb6b29c-87a6-479d-9929-964e50e62aec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6bb6b29c-87a6-479d-9929-964e50e62aec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6bb6b29c-87a6-479d-9929-964e50e62aec.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-98e32f13-890e-4f5d-be37-e958ab6547d7 {
  padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 1200px){#s-cdb65058-f815-46f8-9e7e-49858a85f837 {
  margin-left: 15%;
margin-right: 15%;
max-width: 70%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cdb65058-f815-46f8-9e7e-49858a85f837 {
  margin-left: 15%;
margin-right: 15%;
max-width: 69%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cdb65058-f815-46f8-9e7e-49858a85f837 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-fac1f73b-5519-4fd9-8097-034bf6de642b {
  min-height: 50px;
}








#s-fac1f73b-5519-4fd9-8097-034bf6de642b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fac1f73b-5519-4fd9-8097-034bf6de642b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-761f1c21-ed2b-4f9c-99b7-e46be0c2939f {
  margin-left: 10%;
margin-right: 10%;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-761f1c21-ed2b-4f9c-99b7-e46be0c2939f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-761f1c21-ed2b-4f9c-99b7-e46be0c2939f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-761f1c21-ed2b-4f9c-99b7-e46be0c2939f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-761f1c21-ed2b-4f9c-99b7-e46be0c2939f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ecfdd01c-4ed9-4f29-aff5-fbbd222ed4e2 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-ecfdd01c-4ed9-4f29-aff5-fbbd222ed4e2 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-ecfdd01c-4ed9-4f29-aff5-fbbd222ed4e2 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-480d3922-3ba0-442b-97ba-7a1bba82c880 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 5%;
padding-bottom: 5%;
max-width: 50%;
text-align: center;
}
@media (max-width: 767px){#s-480d3922-3ba0-442b-97ba-7a1bba82c880 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0%;
padding-bottom: 0%;
max-width: 80%;
}
}






  #s-480d3922-3ba0-442b-97ba-7a1bba82c880 img.shogun-image {
    

    
    
    
  }


#s-480d3922-3ba0-442b-97ba-7a1bba82c880 .shogun-image-content {
  
    align-items: center;
  
}

#s-79f0fb01-f573-4a1f-8122-559ad1cf532b {
  min-height: 50px;
}








#s-79f0fb01-f573-4a1f-8122-559ad1cf532b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79f0fb01-f573-4a1f-8122-559ad1cf532b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ba6c582-357c-4ec0-9f40-91a7c0056e50 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(39, 255, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4ba6c582-357c-4ec0-9f40-91a7c0056e50:hover {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4ba6c582-357c-4ec0-9f40-91a7c0056e50:active {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4ba6c582-357c-4ec0-9f40-91a7c0056e50 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ba6c582-357c-4ec0-9f40-91a7c0056e50.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ba6c582-357c-4ec0-9f40-91a7c0056e50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4ba6c582-357c-4ec0-9f40-91a7c0056e50.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4ba6c582-357c-4ec0-9f40-91a7c0056e50.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fb8bcc59-d372-42dc-bf9f-e54fc847c1f0 {
  min-height: 50px;
}








#s-fb8bcc59-d372-42dc-bf9f-e54fc847c1f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb8bcc59-d372-42dc-bf9f-e54fc847c1f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41251f87-6552-4a7e-b1ec-6c520b0044e1 {
  min-height: 50px;
}








#s-41251f87-6552-4a7e-b1ec-6c520b0044e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41251f87-6552-4a7e-b1ec-6c520b0044e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3de749ab-8c91-4333-ba7c-c2fc5a52a0ae {
  padding-top: 16px;
padding-bottom: 16px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-3de749ab-8c91-4333-ba7c-c2fc5a52a0ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d3dbb3f4-bb20-482b-9c8d-b755dbcf1073 {
  min-height: 50px;
}








#s-d3dbb3f4-bb20-482b-9c8d-b755dbcf1073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3dbb3f4-bb20-482b-9c8d-b755dbcf1073.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4428aeb8-9b9b-41e9-a2d5-65a8c3e4ae52 {
  margin-left: 20%;
margin-right: 20%;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-4428aeb8-9b9b-41e9-a2d5-65a8c3e4ae52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4428aeb8-9b9b-41e9-a2d5-65a8c3e4ae52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4428aeb8-9b9b-41e9-a2d5-65a8c3e4ae52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4428aeb8-9b9b-41e9-a2d5-65a8c3e4ae52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6793dba1-62e6-43e1-9f9e-5a472fe03973 {
  text-align: left;
}



.shg-c#s-6793dba1-62e6-43e1-9f9e-5a472fe03973 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6793dba1-62e6-43e1-9f9e-5a472fe03973 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6793dba1-62e6-43e1-9f9e-5a472fe03973 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6793dba1-62e6-43e1-9f9e-5a472fe03973 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6793dba1-62e6-43e1-9f9e-5a472fe03973 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6793dba1-62e6-43e1-9f9e-5a472fe03973 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6793dba1-62e6-43e1-9f9e-5a472fe03973 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6793dba1-62e6-43e1-9f9e-5a472fe03973 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6793dba1-62e6-43e1-9f9e-5a472fe03973 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6793dba1-62e6-43e1-9f9e-5a472fe03973 img.shogun-image {
  width: 100%;
}



}
#s-f2ef625e-2d35-4d62-a48f-6398d7538847 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2ef625e-2d35-4d62-a48f-6398d7538847 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-92e94548-2cad-49e3-a60c-548c0437ae9f {
  text-align: center;
}

#s-92e94548-2cad-49e3-a60c-548c0437ae9f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-92e94548-2cad-49e3-a60c-548c0437ae9f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-92e94548-2cad-49e3-a60c-548c0437ae9f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fd7dc908-955b-42da-8108-1be225285d01 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fd7dc908-955b-42da-8108-1be225285d01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd7dc908-955b-42da-8108-1be225285d01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd7dc908-955b-42da-8108-1be225285d01 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd7dc908-955b-42da-8108-1be225285d01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd7dc908-955b-42da-8108-1be225285d01.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-fd7dc908-955b-42da-8108-1be225285d01.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fd7dc908-955b-42da-8108-1be225285d01.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-13121a2f-5e0f-483d-ba18-8060e6773e9c {
  text-align: left;
}



.shg-c#s-13121a2f-5e0f-483d-ba18-8060e6773e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13121a2f-5e0f-483d-ba18-8060e6773e9c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-13121a2f-5e0f-483d-ba18-8060e6773e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13121a2f-5e0f-483d-ba18-8060e6773e9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13121a2f-5e0f-483d-ba18-8060e6773e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13121a2f-5e0f-483d-ba18-8060e6773e9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13121a2f-5e0f-483d-ba18-8060e6773e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13121a2f-5e0f-483d-ba18-8060e6773e9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13121a2f-5e0f-483d-ba18-8060e6773e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13121a2f-5e0f-483d-ba18-8060e6773e9c img.shogun-image {
  width: 100%;
}



}
#s-d719e560-8d54-4faf-91c3-18cee4dd6ea2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d719e560-8d54-4faf-91c3-18cee4dd6ea2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-4ea8f9b1-37d1-41d5-98c1-36875df64962 {
  text-align: center;
}

#s-4ea8f9b1-37d1-41d5-98c1-36875df64962 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4ea8f9b1-37d1-41d5-98c1-36875df64962 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-4ea8f9b1-37d1-41d5-98c1-36875df64962 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4d7f03b6-81e7-48f6-b5cf-98c364e44c98 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4d7f03b6-81e7-48f6-b5cf-98c364e44c98:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d7f03b6-81e7-48f6-b5cf-98c364e44c98:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d7f03b6-81e7-48f6-b5cf-98c364e44c98 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d7f03b6-81e7-48f6-b5cf-98c364e44c98.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d7f03b6-81e7-48f6-b5cf-98c364e44c98.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-4d7f03b6-81e7-48f6-b5cf-98c364e44c98.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4d7f03b6-81e7-48f6-b5cf-98c364e44c98.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-132edd09-0000-41ae-a445-400dccd23aaf {
  text-align: left;
}



.shg-c#s-132edd09-0000-41ae-a445-400dccd23aaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-132edd09-0000-41ae-a445-400dccd23aaf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-132edd09-0000-41ae-a445-400dccd23aaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-132edd09-0000-41ae-a445-400dccd23aaf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-132edd09-0000-41ae-a445-400dccd23aaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-132edd09-0000-41ae-a445-400dccd23aaf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-132edd09-0000-41ae-a445-400dccd23aaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-132edd09-0000-41ae-a445-400dccd23aaf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-132edd09-0000-41ae-a445-400dccd23aaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-132edd09-0000-41ae-a445-400dccd23aaf img.shogun-image {
  width: 100%;
}



}
#s-bcc391e2-1910-4f80-8022-ec74e7029d89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcc391e2-1910-4f80-8022-ec74e7029d89 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3bd7e660-0d85-4812-9696-05448fc8d6fb {
  text-align: center;
}

#s-3bd7e660-0d85-4812-9696-05448fc8d6fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3bd7e660-0d85-4812-9696-05448fc8d6fb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-3bd7e660-0d85-4812-9696-05448fc8d6fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-84ab4137-9b85-4a6a-b33e-904e7b94af4d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-84ab4137-9b85-4a6a-b33e-904e7b94af4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84ab4137-9b85-4a6a-b33e-904e7b94af4d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84ab4137-9b85-4a6a-b33e-904e7b94af4d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84ab4137-9b85-4a6a-b33e-904e7b94af4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84ab4137-9b85-4a6a-b33e-904e7b94af4d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-84ab4137-9b85-4a6a-b33e-904e7b94af4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-84ab4137-9b85-4a6a-b33e-904e7b94af4d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cd049e19-caa6-4bc6-8a0e-db84f8144d78 {
  text-align: left;
}



.shg-c#s-cd049e19-caa6-4bc6-8a0e-db84f8144d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd049e19-caa6-4bc6-8a0e-db84f8144d78 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd049e19-caa6-4bc6-8a0e-db84f8144d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd049e19-caa6-4bc6-8a0e-db84f8144d78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd049e19-caa6-4bc6-8a0e-db84f8144d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd049e19-caa6-4bc6-8a0e-db84f8144d78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd049e19-caa6-4bc6-8a0e-db84f8144d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd049e19-caa6-4bc6-8a0e-db84f8144d78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd049e19-caa6-4bc6-8a0e-db84f8144d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd049e19-caa6-4bc6-8a0e-db84f8144d78 img.shogun-image {
  width: 100%;
}



}
#s-7272bba2-4be4-48b2-a243-d2522faef858 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7272bba2-4be4-48b2-a243-d2522faef858 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8225450f-d485-46b8-9f28-95152f9dd16e {
  text-align: center;
}

#s-8225450f-d485-46b8-9f28-95152f9dd16e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8225450f-d485-46b8-9f28-95152f9dd16e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-8225450f-d485-46b8-9f28-95152f9dd16e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d0c6c474-e8ea-4296-9ff8-159166415469 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d0c6c474-e8ea-4296-9ff8-159166415469:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0c6c474-e8ea-4296-9ff8-159166415469:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d0c6c474-e8ea-4296-9ff8-159166415469 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0c6c474-e8ea-4296-9ff8-159166415469.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0c6c474-e8ea-4296-9ff8-159166415469.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-d0c6c474-e8ea-4296-9ff8-159166415469.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d0c6c474-e8ea-4296-9ff8-159166415469.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a080857b-0fe9-42c9-98a1-6d5682406afe hr {
  border-top: 2px solid rgba(10, 0, 0, 1);
}

#s-1ff4b130-dce6-4123-8333-c5b5c062c8a1 {
  margin-left: 0%;
margin-right: 0%;
}








#s-1ff4b130-dce6-4123-8333-c5b5c062c8a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ff4b130-dce6-4123-8333-c5b5c062c8a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46b0c9e0-59b5-4557-8990-09e65f52dd89 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(14, 0, 0, 1);
}

#s-46b0c9e0-59b5-4557-8990-09e65f52dd89 .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-3ae8ba0d-1884-4c32-bd72-6bb00dc83d6e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-3ae8ba0d-1884-4c32-bd72-6bb00dc83d6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ae8ba0d-1884-4c32-bd72-6bb00dc83d6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ae8ba0d-1884-4c32-bd72-6bb00dc83d6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ae8ba0d-1884-4c32-bd72-6bb00dc83d6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3ae8ba0d-1884-4c32-bd72-6bb00dc83d6e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-eef39276-d098-4fce-a3f9-1c26b3bcf7f2 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 0px;
}








#s-eef39276-d098-4fce-a3f9-1c26b3bcf7f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eef39276-d098-4fce-a3f9-1c26b3bcf7f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dccd9a6-29c9-4654-8b0c-5733e4408c11 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
padding-top: 1px;
padding-left: 5%;
padding-bottom: 1px;
padding-right: 5%;
}

#s-cc19e3dc-8797-4744-874f-f8e6f5330389 {
  background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 0px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}








#s-cc19e3dc-8797-4744-874f-f8e6f5330389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc19e3dc-8797-4744-874f-f8e6f5330389.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd2462f1-f057-4c28-8b92-ab4dd55a0591 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-cd2462f1-f057-4c28-8b92-ab4dd55a0591 {
  margin-left: 10%;
margin-right: 10%;
max-width: 80%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd2462f1-f057-4c28-8b92-ab4dd55a0591 {
  margin-left: 9%;
margin-right: 9%;
max-width: 80%;
}
}






  #s-cd2462f1-f057-4c28-8b92-ab4dd55a0591 img.shogun-image {
    

    
    
    
  }


#s-cd2462f1-f057-4c28-8b92-ab4dd55a0591 .shogun-image-content {
  
    align-items: center;
  
}

#s-e704e4a2-ef8f-46c3-875f-27364f654b7e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-e704e4a2-ef8f-46c3-875f-27364f654b7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e704e4a2-ef8f-46c3-875f-27364f654b7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e704e4a2-ef8f-46c3-875f-27364f654b7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e704e4a2-ef8f-46c3-875f-27364f654b7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-93c1707e-3ad8-43be-b574-d324e4694db0 {
  background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}








#s-93c1707e-3ad8-43be-b574-d324e4694db0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93c1707e-3ad8-43be-b574-d324e4694db0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7ac3064b-64af-48dc-a1ee-57a9f3ec9a6e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-7ac3064b-64af-48dc-a1ee-57a9f3ec9a6e {
  margin-left: 10%;
margin-right: 10%;
max-width: 80%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ac3064b-64af-48dc-a1ee-57a9f3ec9a6e {
  margin-left: 10%;
margin-right: 10%;
max-width: 80%;
}
}






  #s-7ac3064b-64af-48dc-a1ee-57a9f3ec9a6e img.shogun-image {
    

    
    
    
  }


#s-7ac3064b-64af-48dc-a1ee-57a9f3ec9a6e .shogun-image-content {
  
    align-items: center;
  
}

#s-7e2dbcc3-24a8-46eb-bdf3-43ff67fefea2 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 0px;
}








#s-7e2dbcc3-24a8-46eb-bdf3-43ff67fefea2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e2dbcc3-24a8-46eb-bdf3-43ff67fefea2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28646a4a-30e9-4efe-b9bd-a6db2817ec67 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
}

#s-1e29b9ee-f7fe-4042-88a7-3d6b5c9d98e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-1e29b9ee-f7fe-4042-88a7-3d6b5c9d98e1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-6a5ff302-7a03-4b47-9045-bef5d6ebd227 {
  padding-top: 23px;
padding-bottom: 23px;
text-align: center;
}

#s-6a5ff302-7a03-4b47-9045-bef5d6ebd227 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-336a6703-6a37-4f09-a40a-e50830973a39 {
  min-height: 50px;
}








#s-336a6703-6a37-4f09-a40a-e50830973a39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-336a6703-6a37-4f09-a40a-e50830973a39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}


.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 {
  max-width:  100%;
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom,
.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 {
  max-width:  100%;
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom,
.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 {
  max-width:  100%;
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom,
.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 {
  max-width:  100%;
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom,
.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 {
  max-width:  100%;
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom,
.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd334fe3-fb39-4905-a10e-ac0e815a72a5 img.shogun-image {
  width: 100%;
}



}
#s-685a8b79-91c5-4457-a5c4-922569a537e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-685a8b79-91c5-4457-a5c4-922569a537e8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3bce203c-f1e8-4823-915e-9bacaa43990d {
  text-align: center;
}

#s-3bce203c-f1e8-4823-915e-9bacaa43990d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3bce203c-f1e8-4823-915e-9bacaa43990d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-3bce203c-f1e8-4823-915e-9bacaa43990d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-da7f2502-3554-452c-9cb2-370dff99f726 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 255, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-da7f2502-3554-452c-9cb2-370dff99f726:hover {background-color: rgba(6, 255, 21, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-da7f2502-3554-452c-9cb2-370dff99f726:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da7f2502-3554-452c-9cb2-370dff99f726 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-da7f2502-3554-452c-9cb2-370dff99f726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da7f2502-3554-452c-9cb2-370dff99f726.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-da7f2502-3554-452c-9cb2-370dff99f726.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-da7f2502-3554-452c-9cb2-370dff99f726.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-707bf2eb-9586-47ef-b836-da5ea8a1b268 {
  box-shadow:0px 0px 0px 0px ;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
}

#s-4a824846-8539-4d0b-a461-eb02dd604aac {
  background-color: rgba(0, 0, 0, 1);
}








#s-4a824846-8539-4d0b-a461-eb02dd604aac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a824846-8539-4d0b-a461-eb02dd604aac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe020a1e-4453-47d1-9cb2-11b2c4a3b3c1 {
  margin-top: 43px;
margin-left: 15%;
margin-bottom: 43px;
margin-right: 15%;
padding-top: 1%;
padding-bottom: 1%;
max-width: 70%;
}
@media (min-width: 1200px){#s-fe020a1e-4453-47d1-9cb2-11b2c4a3b3c1 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-dde4aef6-8e8e-44a6-bf9c-5b00eae56670 {
  margin-left: 20%;
margin-right: 20%;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-dde4aef6-8e8e-44a6-bf9c-5b00eae56670 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-dde4aef6-8e8e-44a6-bf9c-5b00eae56670"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dde4aef6-8e8e-44a6-bf9c-5b00eae56670"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dde4aef6-8e8e-44a6-bf9c-5b00eae56670"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dde4aef6-8e8e-44a6-bf9c-5b00eae56670"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fa295e01-8d67-4277-9887-14d7f2dbb7d0 {
  background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-fa295e01-8d67-4277-9887-14d7f2dbb7d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa295e01-8d67-4277-9887-14d7f2dbb7d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa295e01-8d67-4277-9887-14d7f2dbb7d0 {
  
}
}@media (max-width: 767px){#s-fa295e01-8d67-4277-9887-14d7f2dbb7d0 {
  
}
}







#s-fa295e01-8d67-4277-9887-14d7f2dbb7d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa295e01-8d67-4277-9887-14d7f2dbb7d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-310ff20f-50cc-4dcd-9079-7f2bd5a22cf6 {
  padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
background-color: rgba(48, 45, 45, 0.14);
}
@media (min-width: 1200px){#s-310ff20f-50cc-4dcd-9079-7f2bd5a22cf6 {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(111, 106, 106, 0.11);
}
}
#s-723aeaa4-833d-4838-ba9e-277b92eca114 {
  padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
background-color: rgba(48, 45, 45, 0.14);
}
@media (min-width: 1200px){#s-723aeaa4-833d-4838-ba9e-277b92eca114 {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(111, 106, 106, 0.11);
}
}
#s-28f8a376-5efd-407b-8ca0-84c352358719 {
  min-height: 50px;
background-color: rgba(8, 8, 8, 1);
}








#s-28f8a376-5efd-407b-8ca0-84c352358719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28f8a376-5efd-407b-8ca0-84c352358719.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24ea6045-36a2-4987-89a2-545a78477351 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
max-width: 80%;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-24ea6045-36a2-4987-89a2-545a78477351 {
  max-width: 90%;
}
}
@media (min-width: 0px) {
[id="s-24ea6045-36a2-4987-89a2-545a78477351"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-24ea6045-36a2-4987-89a2-545a78477351"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-24ea6045-36a2-4987-89a2-545a78477351"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-24ea6045-36a2-4987-89a2-545a78477351"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-f65179c0-0346-42cb-928d-9f36effc7d1a {
  padding-left: 5%;
padding-right: 5%;
max-width: 80%;
text-align: center;
}







  #s-f65179c0-0346-42cb-928d-9f36effc7d1a img.shogun-image {
    

    
    
    
  }


#s-f65179c0-0346-42cb-928d-9f36effc7d1a .shogun-image-content {
  
    align-items: center;
  
}

#s-c0e3ab19-febf-4df2-87d1-ff0664787caf {
  padding-left: 5%;
padding-right: 5%;
max-width: 80%;
text-align: center;
}







  #s-c0e3ab19-febf-4df2-87d1-ff0664787caf img.shogun-image {
    

    
    
    
  }


#s-c0e3ab19-febf-4df2-87d1-ff0664787caf .shogun-image-content {
  
    align-items: center;
  
}

#s-1edf4089-ca69-4a0a-80a6-b8d2652b6877 {
  padding-left: 5%;
padding-right: 5%;
max-width: 80%;
text-align: center;
}







  #s-1edf4089-ca69-4a0a-80a6-b8d2652b6877 img.shogun-image {
    

    
    
    
  }


#s-1edf4089-ca69-4a0a-80a6-b8d2652b6877 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1627760-ebdc-4fde-88ae-802deaf64a5c {
  padding-left: 5%;
padding-right: 5%;
max-width: 80%;
text-align: center;
}







  #s-b1627760-ebdc-4fde-88ae-802deaf64a5c img.shogun-image {
    

    
    
    
  }


#s-b1627760-ebdc-4fde-88ae-802deaf64a5c .shogun-image-content {
  
    align-items: center;
  
}

#s-446fae8a-fbdb-4c9c-9cb1-14e217f78608 {
  margin-left: 5%;
margin-right: 5%;
max-width: 80%;
text-align: center;
}







  #s-446fae8a-fbdb-4c9c-9cb1-14e217f78608 img.shogun-image {
    

    
    
    
  }


#s-446fae8a-fbdb-4c9c-9cb1-14e217f78608 .shogun-image-content {
  
    align-items: center;
  
}

#s-d70bfb20-845f-4618-b59e-6ea5013561b7 {
  padding-left: 5%;
padding-right: 5%;
max-width: 80%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}







  #s-d70bfb20-845f-4618-b59e-6ea5013561b7 img.shogun-image {
    

    
    
    
  }


#s-d70bfb20-845f-4618-b59e-6ea5013561b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7d689ed-9323-46fd-a697-3b75ff7e8fe9 {
  min-height: 50px;
}








#s-c7d689ed-9323-46fd-a697-3b75ff7e8fe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7d689ed-9323-46fd-a697-3b75ff7e8fe9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8ddbb00-64c3-40f3-aede-ccaf7360beff {
  background-color: rgba(0, 0, 0, 1);
}

#s-f130e6b7-12fd-499c-9e4b-60092576d7c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f130e6b7-12fd-499c-9e4b-60092576d7c9 .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-46f1b17d-18c9-4f10-bc93-4796fe4faa8e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 255, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-46f1b17d-18c9-4f10-bc93-4796fe4faa8e:hover {background-color: rgba(6, 255, 21, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-46f1b17d-18c9-4f10-bc93-4796fe4faa8e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-46f1b17d-18c9-4f10-bc93-4796fe4faa8e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46f1b17d-18c9-4f10-bc93-4796fe4faa8e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46f1b17d-18c9-4f10-bc93-4796fe4faa8e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-46f1b17d-18c9-4f10-bc93-4796fe4faa8e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-46f1b17d-18c9-4f10-bc93-4796fe4faa8e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4a2eb597-b45e-4c79-8363-d8c193631fa4 {
  min-height: 50px;
}








#s-4a2eb597-b45e-4c79-8363-d8c193631fa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a2eb597-b45e-4c79-8363-d8c193631fa4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-325f8d1f-8604-496d-a389-d4cab7ad22d1 {
  padding-top: 18px;
padding-left: 10%;
padding-bottom: 18px;
padding-right: 10%;
background-color: rgba(0, 0, 0, 1);
}

#s-96fc930d-c7f9-4169-aef3-2bb897399ada hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-9ccfe211-46e6-407e-a34c-dedf7b293d0b {
  background-size: cover;
border-style: solid;
margin-top: 4%;
margin-bottom: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.5);
border-radius: 0px;
min-height: 0px;
opacity: 1;
background-color: rgba(248, 248, 248, 0.33);
background-position: center center;
}








#s-9ccfe211-46e6-407e-a34c-dedf7b293d0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ccfe211-46e6-407e-a34c-dedf7b293d0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8f45aad-eb0f-4688-b40f-9afc17023ead {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-a8f45aad-eb0f-4688-b40f-9afc17023ead {
  min-height: 300px;
}
}







#s-a8f45aad-eb0f-4688-b40f-9afc17023ead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8f45aad-eb0f-4688-b40f-9afc17023ead.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea5f8bc0-809b-413a-9c80-9462aa5cd694 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-ea5f8bc0-809b-413a-9c80-9462aa5cd694 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-88c9c332-4255-40e6-8500-043cac88aa61 {
  min-height: 50px;
}








#s-88c9c332-4255-40e6-8500-043cac88aa61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88c9c332-4255-40e6-8500-043cac88aa61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24a8c72c-34f7-4765-870a-9d6faf785834 {
  text-align: center;
}
@media (min-width: 1200px){#s-24a8c72c-34f7-4765-870a-9d6faf785834 {
  margin-left: 200px;
margin-right: 200px;
}
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 {
  max-width:  100%;
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom,
.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 {
  max-width:  100%;
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom,
.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 {
  max-width:  100%;
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom,
.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 {
  max-width:  100%;
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom,
.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 {
  max-width:  100%;
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom,
.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24a8c72c-34f7-4765-870a-9d6faf785834 img.shogun-image {
  width: 100%;
}



}
#s-7003fda5-e78d-4370-a8e4-f0d1dc1d91a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7003fda5-e78d-4370-a8e4-f0d1dc1d91a9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9389719e-7db3-4512-a7c9-34f6c58a9027 {
  text-align: center;
}

#s-9389719e-7db3-4512-a7c9-34f6c58a9027 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9389719e-7db3-4512-a7c9-34f6c58a9027 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9389719e-7db3-4512-a7c9-34f6c58a9027 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e91051ac-78b2-466d-84f1-afb8643e76b7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(39, 255, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e91051ac-78b2-466d-84f1-afb8643e76b7:hover {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e91051ac-78b2-466d-84f1-afb8643e76b7:active {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e91051ac-78b2-466d-84f1-afb8643e76b7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e91051ac-78b2-466d-84f1-afb8643e76b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e91051ac-78b2-466d-84f1-afb8643e76b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e91051ac-78b2-466d-84f1-afb8643e76b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e91051ac-78b2-466d-84f1-afb8643e76b7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ed78c3d0-00ed-4d6e-8507-2acea11de642 {
  min-height: 50px;
}








#s-ed78c3d0-00ed-4d6e-8507-2acea11de642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed78c3d0-00ed-4d6e-8507-2acea11de642.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8645fe6a-a0de-4c63-a8e3-833f4917cc32 {
  min-height: 50px;
}








#s-8645fe6a-a0de-4c63-a8e3-833f4917cc32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8645fe6a-a0de-4c63-a8e3-833f4917cc32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80bd4820-9ad5-4edb-ac7f-84828864f91e {
  margin-left: 10%;
margin-right: 10%;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-80bd4820-9ad5-4edb-ac7f-84828864f91e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80bd4820-9ad5-4edb-ac7f-84828864f91e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80bd4820-9ad5-4edb-ac7f-84828864f91e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80bd4820-9ad5-4edb-ac7f-84828864f91e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0dc18d0e-848c-423b-b184-c3d26db1995a {
  text-align: center;
}
@media (min-width: 1200px){#s-0dc18d0e-848c-423b-b184-c3d26db1995a {
  padding-top: 100px;
padding-bottom: 100px;
}
}






  #s-0dc18d0e-848c-423b-b184-c3d26db1995a img.shogun-image {
    

    
    
    
  }


#s-0dc18d0e-848c-423b-b184-c3d26db1995a .shogun-image-content {
  
    align-items: center;
  
}

#s-306ce84e-8f0c-443c-8009-dc5bcaab11b2 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(14, 0, 0, 1);
}

#s-306ce84e-8f0c-443c-8009-dc5bcaab11b2 .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-0936a567-9286-4282-928b-0faf372c834e {
  min-height: 50px;
}








#s-0936a567-9286-4282-928b-0faf372c834e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0936a567-9286-4282-928b-0faf372c834e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20df61ed-fb16-486f-b7d5-31fc0561f04f {
  min-height: 50px;
}








#s-20df61ed-fb16-486f-b7d5-31fc0561f04f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20df61ed-fb16-486f-b7d5-31fc0561f04f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37145209-2041-4bc0-aa90-0e849c4a0385 {
  min-height: 50px;
}








#s-37145209-2041-4bc0-aa90-0e849c4a0385 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37145209-2041-4bc0-aa90-0e849c4a0385.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-260e30c3-24b8-4d84-8630-d0a8231e1da8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: center center;
}
@media (max-width: 767px){#s-260e30c3-24b8-4d84-8630-d0a8231e1da8 {
  min-height: 400px;
}
}







#s-260e30c3-24b8-4d84-8630-d0a8231e1da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-260e30c3-24b8-4d84-8630-d0a8231e1da8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-679d8bcd-6854-4a05-819d-1018a47f1f84 hr {
  border-top: 2px solid #ddd;
}

#s-6d2967ad-bf8f-4532-a03f-1499ba533c86 {
  min-height: 50px;
}








#s-6d2967ad-bf8f-4532-a03f-1499ba533c86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d2967ad-bf8f-4532-a03f-1499ba533c86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ef07d97-cf1e-4fda-87fb-4f9332fea519 {
  margin-left: 5%;
margin-right: 5%;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-1ef07d97-cf1e-4fda-87fb-4f9332fea519"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ef07d97-cf1e-4fda-87fb-4f9332fea519"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ef07d97-cf1e-4fda-87fb-4f9332fea519"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ef07d97-cf1e-4fda-87fb-4f9332fea519"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}








#s-97f5a692-840d-4dd2-8eb9-c67dff25cd73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97f5a692-840d-4dd2-8eb9-c67dff25cd73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bee4ab9-579f-4d24-b31a-8a8b03623e12 {
  padding-top: 5%;
padding-left: 30px;
padding-bottom: 5%;
padding-right: 30px;
}








#s-206035ab-b826-4726-ba29-7f65890a604a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-206035ab-b826-4726-ba29-7f65890a604a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55892e3f-6c20-4edf-a152-e407e84de416 {
  text-align: center;
}


.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 {
  max-width:  100%;
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom,
.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 {
  max-width:  100%;
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom,
.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 {
  max-width:  100%;
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom,
.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  max-width: 60% !important;
  
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 {
  max-width:  100%;
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom,
.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 {
  max-width:  100%;
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom,
.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55892e3f-6c20-4edf-a152-e407e84de416 img.shogun-image {
  width: 100%;
}



}
#s-0af7847f-939d-4b13-b51f-fb035c0cd8c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0af7847f-939d-4b13-b51f-fb035c0cd8c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-618c406d-055b-44ba-912c-be03d2844f53 {
  text-align: center;
}

#s-618c406d-055b-44ba-912c-be03d2844f53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-618c406d-055b-44ba-912c-be03d2844f53 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-618c406d-055b-44ba-912c-be03d2844f53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d36cfa0d-0d06-43a8-af46-f5e2cbaa3520 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(73, 243, 243, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d36cfa0d-0d06-43a8-af46-f5e2cbaa3520:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d36cfa0d-0d06-43a8-af46-f5e2cbaa3520:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d36cfa0d-0d06-43a8-af46-f5e2cbaa3520 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d36cfa0d-0d06-43a8-af46-f5e2cbaa3520.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d36cfa0d-0d06-43a8-af46-f5e2cbaa3520.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d36cfa0d-0d06-43a8-af46-f5e2cbaa3520.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee2aa737-9589-4d7a-8095-89a844bfc5d3 {
  min-height: 50px;
}








#s-ee2aa737-9589-4d7a-8095-89a844bfc5d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee2aa737-9589-4d7a-8095-89a844bfc5d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-04998ab2-a257-44a4-aa3b-9034d698cba1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-04998ab2-a257-44a4-aa3b-9034d698cba1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-04998ab2-a257-44a4-aa3b-9034d698cba1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-04998ab2-a257-44a4-aa3b-9034d698cba1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1f1df2ea-56bc-414d-aabb-1f51786ea6b7 {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-1f1df2ea-56bc-414d-aabb-1f51786ea6b7 {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-1f1df2ea-56bc-414d-aabb-1f51786ea6b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7a5a21e-0631-4fa5-b3de-9f833357ca6f {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-e7a5a21e-0631-4fa5-b3de-9f833357ca6f {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-e7a5a21e-0631-4fa5-b3de-9f833357ca6f .shogun-image-content {
  
    align-items: center;
  
}

#s-99b84b5a-7231-4395-a9da-8981e1c0adaa hr {
  border-top: 2px solid #ddd;
}

#s-598a7969-79fd-4350-8842-c8d2b3469293 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-68562211-6d5a-4e77-a5bb-f3b12c9b9e4c {
  min-height: 50px;
}








#s-68562211-6d5a-4e77-a5bb-f3b12c9b9e4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68562211-6d5a-4e77-a5bb-f3b12c9b9e4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-eac173fd-663e-4df0-9b61-86723146169a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-eac173fd-663e-4df0-9b61-86723146169a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-eac173fd-663e-4df0-9b61-86723146169a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-eac173fd-663e-4df0-9b61-86723146169a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 {
  text-align: center;
}


.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 {
  max-width:  100%;
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom,
.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 {
  max-width:  100%;
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom,
.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 {
  max-width:  100%;
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom,
.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 {
  max-width:  100%;
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom,
.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 {
  max-width:  100%;
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom,
.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cb78adf-69b9-4cff-8e1c-b32ea5a77cc6 img.shogun-image {
  width: 100%;
}



}
#s-b29f7ef8-24c2-40dc-b49e-adc7b867fb5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b29f7ef8-24c2-40dc-b49e-adc7b867fb5d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6e52e300-97a8-41fb-a070-aaf29d08bd9b {
  text-align: center;
}

#s-6e52e300-97a8-41fb-a070-aaf29d08bd9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6e52e300-97a8-41fb-a070-aaf29d08bd9b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-6e52e300-97a8-41fb-a070-aaf29d08bd9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a0212b5c-8e55-404b-9994-0eada488805e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(39, 255, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a0212b5c-8e55-404b-9994-0eada488805e:hover {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a0212b5c-8e55-404b-9994-0eada488805e:active {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a0212b5c-8e55-404b-9994-0eada488805e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0212b5c-8e55-404b-9994-0eada488805e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0212b5c-8e55-404b-9994-0eada488805e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0212b5c-8e55-404b-9994-0eada488805e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a0212b5c-8e55-404b-9994-0eada488805e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb {
  text-align: center;
}


.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb {
  max-width:  100%;
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom,
.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb {
  max-width:  100%;
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom,
.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb {
  max-width:  100%;
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom,
.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb {
  max-width:  100%;
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom,
.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb {
  max-width:  100%;
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom,
.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d8149c4-f90a-4c51-85dd-9bbe12979bfb img.shogun-image {
  width: 100%;
}



}
#s-7553e448-86c8-4415-bf42-41239b3e43c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7553e448-86c8-4415-bf42-41239b3e43c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a7fc9cf9-9abb-473f-9fd3-6cfaf7bd48d0 {
  text-align: center;
}

#s-a7fc9cf9-9abb-473f-9fd3-6cfaf7bd48d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a7fc9cf9-9abb-473f-9fd3-6cfaf7bd48d0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a7fc9cf9-9abb-473f-9fd3-6cfaf7bd48d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6e6343fb-f37d-4bea-a704-924fa0035e9a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(39, 255, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6e6343fb-f37d-4bea-a704-924fa0035e9a:hover {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6e6343fb-f37d-4bea-a704-924fa0035e9a:active {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6e6343fb-f37d-4bea-a704-924fa0035e9a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e6343fb-f37d-4bea-a704-924fa0035e9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e6343fb-f37d-4bea-a704-924fa0035e9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6e6343fb-f37d-4bea-a704-924fa0035e9a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6e6343fb-f37d-4bea-a704-924fa0035e9a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b {
  text-align: center;
}


.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b {
  max-width:  100%;
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom,
.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b {
  max-width:  100%;
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom,
.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b {
  max-width:  100%;
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom,
.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b {
  max-width:  100%;
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom,
.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b {
  max-width:  100%;
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom,
.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-574ca2c4-ad26-40a5-9ba9-6ea53522a22b img.shogun-image {
  width: 100%;
}



}
#s-b3f96e0f-7533-442e-840e-44913354c68f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3f96e0f-7533-442e-840e-44913354c68f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-2fa0d2f2-77b0-44f0-b062-d4d9f69c6520 {
  text-align: center;
}

#s-2fa0d2f2-77b0-44f0-b062-d4d9f69c6520 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2fa0d2f2-77b0-44f0-b062-d4d9f69c6520 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-2fa0d2f2-77b0-44f0-b062-d4d9f69c6520 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e3a56b8e-eb5c-4930-9a9c-ead2c55cb43c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(39, 255, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e3a56b8e-eb5c-4930-9a9c-ead2c55cb43c:hover {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e3a56b8e-eb5c-4930-9a9c-ead2c55cb43c:active {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e3a56b8e-eb5c-4930-9a9c-ead2c55cb43c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3a56b8e-eb5c-4930-9a9c-ead2c55cb43c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3a56b8e-eb5c-4930-9a9c-ead2c55cb43c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e3a56b8e-eb5c-4930-9a9c-ead2c55cb43c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e3a56b8e-eb5c-4930-9a9c-ead2c55cb43c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a {
  text-align: center;
}


.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a {
  max-width:  100%;
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom,
.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a {
  max-width:  100%;
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom,
.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a {
  max-width:  100%;
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom,
.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a {
  max-width:  100%;
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom,
.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a {
  max-width:  100%;
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom,
.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc0cd890-1c1a-41d9-9950-5451da6a2c4a img.shogun-image {
  width: 100%;
}



}
#s-46d07005-3a08-4cbe-a87c-9cfaace211e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46d07005-3a08-4cbe-a87c-9cfaace211e5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-861f43f5-8201-4385-92ee-be9f55f1b581 {
  text-align: center;
}

#s-861f43f5-8201-4385-92ee-be9f55f1b581 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-861f43f5-8201-4385-92ee-be9f55f1b581 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-861f43f5-8201-4385-92ee-be9f55f1b581 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c818bb1e-9a06-487e-b928-eef6b9bf7348 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(39, 255, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c818bb1e-9a06-487e-b928-eef6b9bf7348:hover {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c818bb1e-9a06-487e-b928-eef6b9bf7348:active {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c818bb1e-9a06-487e-b928-eef6b9bf7348 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c818bb1e-9a06-487e-b928-eef6b9bf7348.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c818bb1e-9a06-487e-b928-eef6b9bf7348.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c818bb1e-9a06-487e-b928-eef6b9bf7348.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c818bb1e-9a06-487e-b928-eef6b9bf7348.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-57aac2cc-0f95-4010-846c-a8ccd287856f {
  min-height: 50px;
}








#s-57aac2cc-0f95-4010-846c-a8ccd287856f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57aac2cc-0f95-4010-846c-a8ccd287856f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-7fa39743-e78f-43f8-af70-289932db6caa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(39, 255, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7fa39743-e78f-43f8-af70-289932db6caa:hover {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7fa39743-e78f-43f8-af70-289932db6caa:active {background-color: rgba(39, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7fa39743-e78f-43f8-af70-289932db6caa-root {
    text-align: center;
  }


#s-7fa39743-e78f-43f8-af70-289932db6caa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fa39743-e78f-43f8-af70-289932db6caa-root {
    text-align: center;
  }


#s-7fa39743-e78f-43f8-af70-289932db6caa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fa39743-e78f-43f8-af70-289932db6caa-root {
    text-align: center;
  }


#s-7fa39743-e78f-43f8-af70-289932db6caa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fa39743-e78f-43f8-af70-289932db6caa-root {
    text-align: center;
  }


#s-7fa39743-e78f-43f8-af70-289932db6caa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fa39743-e78f-43f8-af70-289932db6caa-root {
    text-align: center;
  }


#s-7fa39743-e78f-43f8-af70-289932db6caa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
