.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-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
background-color: rgba(228, 228, 228, 1);
}
@media (max-width: 767px){#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d.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-591d4569-2893-4f6c-9f2d-9d8682cab062 {
  padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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-2fe59ba3-1840-4237-bb9d-906063ea24e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fe59ba3-1840-4237-bb9d-906063ea24e5 .shogun-heading-component h3 {
  color: rgba(5, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  
}



#s-1319bcb7-3aa7-4093-82e2-95f5d275c973 {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-1319bcb7-3aa7-4093-82e2-95f5d275c973"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1319bcb7-3aa7-4093-82e2-95f5d275c973"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1319bcb7-3aa7-4093-82e2-95f5d275c973"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1319bcb7-3aa7-4093-82e2-95f5d275c973"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-376e08a4-eee2-4faa-b9d4-3884a019d097 {
  display: none;
}
.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-47a84940-1b3e-45dd-bec8-c36f0b10a841 {
  text-align: left;
}



.shg-c#s-47a84940-1b3e-45dd-bec8-c36f0b10a841 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47a84940-1b3e-45dd-bec8-c36f0b10a841 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-47a84940-1b3e-45dd-bec8-c36f0b10a841 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47a84940-1b3e-45dd-bec8-c36f0b10a841 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47a84940-1b3e-45dd-bec8-c36f0b10a841 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47a84940-1b3e-45dd-bec8-c36f0b10a841 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47a84940-1b3e-45dd-bec8-c36f0b10a841 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47a84940-1b3e-45dd-bec8-c36f0b10a841 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47a84940-1b3e-45dd-bec8-c36f0b10a841 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47a84940-1b3e-45dd-bec8-c36f0b10a841 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-ae07b541-8aa4-4cc0-8285-79f5d186c972 {
  margin-top: 11px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae07b541-8aa4-4cc0-8285-79f5d186c972 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9afd3456-a7fd-49ff-a1c8-0f243d14c8ba {
  text-align: center;
}

#s-9afd3456-a7fd-49ff-a1c8-0f243d14c8ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9afd3456-a7fd-49ff-a1c8-0f243d14c8ba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-9afd3456-a7fd-49ff-a1c8-0f243d14c8ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 12, 12, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

.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-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f {
  margin-bottom: 15px;
padding-top: 18px;
padding-left: 45px;
padding-bottom: 18px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(238, 50, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f-btn-wrapper {
    text-align: center;
  }


#s-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f-btn-wrapper {
    text-align: center;
  }


#s-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f-btn-wrapper {
    text-align: center;
  }


#s-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f-btn-wrapper {
    text-align: center;
  }


#s-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f-btn-wrapper {
    text-align: center;
  }


#s-c3ee5b7a-e3ee-4c92-bc0a-a9911c4c057f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-9d78eabf-0a47-4cc4-b5b0-4ebd78dd5e8d {
  display: none;
}
#s-ed53f75c-32eb-4f9a-90e6-f1d39ca7525d {
  text-align: left;
}



.shg-c#s-ed53f75c-32eb-4f9a-90e6-f1d39ca7525d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed53f75c-32eb-4f9a-90e6-f1d39ca7525d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ed53f75c-32eb-4f9a-90e6-f1d39ca7525d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed53f75c-32eb-4f9a-90e6-f1d39ca7525d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed53f75c-32eb-4f9a-90e6-f1d39ca7525d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed53f75c-32eb-4f9a-90e6-f1d39ca7525d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed53f75c-32eb-4f9a-90e6-f1d39ca7525d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed53f75c-32eb-4f9a-90e6-f1d39ca7525d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed53f75c-32eb-4f9a-90e6-f1d39ca7525d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed53f75c-32eb-4f9a-90e6-f1d39ca7525d img.shogun-image {
  width: 100%;
}



}
#s-eba9b86b-b3f7-4f6f-a3e4-b15c3caeb796 {
  margin-top: 11px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eba9b86b-b3f7-4f6f-a3e4-b15c3caeb796 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-3e476012-5540-4899-9e1b-e212aca3ffde {
  text-align: center;
}

#s-3e476012-5540-4899-9e1b-e212aca3ffde .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3e476012-5540-4899-9e1b-e212aca3ffde .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-3e476012-5540-4899-9e1b-e212aca3ffde .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 12, 12, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-bb7a4dd2-286e-4048-a18d-19673f4bfb37 {
  margin-bottom: 15px;
padding-top: 18px;
padding-left: 45px;
padding-bottom: 18px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(238, 50, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bb7a4dd2-286e-4048-a18d-19673f4bfb37:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb7a4dd2-286e-4048-a18d-19673f4bfb37:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb7a4dd2-286e-4048-a18d-19673f4bfb37-btn-wrapper {
    text-align: center;
  }


#s-bb7a4dd2-286e-4048-a18d-19673f4bfb37.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb7a4dd2-286e-4048-a18d-19673f4bfb37-btn-wrapper {
    text-align: center;
  }


#s-bb7a4dd2-286e-4048-a18d-19673f4bfb37.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb7a4dd2-286e-4048-a18d-19673f4bfb37-btn-wrapper {
    text-align: center;
  }


#s-bb7a4dd2-286e-4048-a18d-19673f4bfb37.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb7a4dd2-286e-4048-a18d-19673f4bfb37-btn-wrapper {
    text-align: center;
  }


#s-bb7a4dd2-286e-4048-a18d-19673f4bfb37.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb7a4dd2-286e-4048-a18d-19673f4bfb37-btn-wrapper {
    text-align: center;
  }


#s-bb7a4dd2-286e-4048-a18d-19673f4bfb37.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-cc0216c9-07dc-4308-8970-c9d611b7b4eb {
  display: none;
}
#s-a90d2c9d-64ce-4768-a3c5-b1eb3ef67bc3 {
  text-align: left;
}



.shg-c#s-a90d2c9d-64ce-4768-a3c5-b1eb3ef67bc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a90d2c9d-64ce-4768-a3c5-b1eb3ef67bc3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a90d2c9d-64ce-4768-a3c5-b1eb3ef67bc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a90d2c9d-64ce-4768-a3c5-b1eb3ef67bc3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a90d2c9d-64ce-4768-a3c5-b1eb3ef67bc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a90d2c9d-64ce-4768-a3c5-b1eb3ef67bc3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a90d2c9d-64ce-4768-a3c5-b1eb3ef67bc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a90d2c9d-64ce-4768-a3c5-b1eb3ef67bc3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a90d2c9d-64ce-4768-a3c5-b1eb3ef67bc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a90d2c9d-64ce-4768-a3c5-b1eb3ef67bc3 img.shogun-image {
  width: 100%;
}



}
#s-0c1cfedc-a1b2-43bc-98c5-86f7b59a1dff {
  margin-top: 11px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c1cfedc-a1b2-43bc-98c5-86f7b59a1dff .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-5558dd46-4dd9-4325-9cb2-8ee18331fca6 {
  text-align: center;
}

#s-5558dd46-4dd9-4325-9cb2-8ee18331fca6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5558dd46-4dd9-4325-9cb2-8ee18331fca6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-5558dd46-4dd9-4325-9cb2-8ee18331fca6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 12, 12, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c {
  margin-bottom: 15px;
padding-top: 18px;
padding-left: 45px;
padding-bottom: 18px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(238, 50, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c-btn-wrapper {
    text-align: center;
  }


#s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c-btn-wrapper {
    text-align: center;
  }


#s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c-btn-wrapper {
    text-align: center;
  }


#s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c-btn-wrapper {
    text-align: center;
  }


#s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c-btn-wrapper {
    text-align: center;
  }


#s-c0193a05-6c48-4c58-9ff9-d3f24356bf0c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-03b8b7a7-f19d-4ba6-9acf-c3323e35dd98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03b8b7a7-f19d-4ba6-9acf-c3323e35dd98"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-03b8b7a7-f19d-4ba6-9acf-c3323e35dd98"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-03b8b7a7-f19d-4ba6-9acf-c3323e35dd98"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-474b5cba-c5aa-453c-9718-846a76e1ba4f {
  display: none;
}
#s-766c5cef-193b-403a-a265-8b4e54bbba1e {
  text-align: left;
}



.shg-c#s-766c5cef-193b-403a-a265-8b4e54bbba1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-766c5cef-193b-403a-a265-8b4e54bbba1e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-766c5cef-193b-403a-a265-8b4e54bbba1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-766c5cef-193b-403a-a265-8b4e54bbba1e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-766c5cef-193b-403a-a265-8b4e54bbba1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-766c5cef-193b-403a-a265-8b4e54bbba1e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-766c5cef-193b-403a-a265-8b4e54bbba1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-766c5cef-193b-403a-a265-8b4e54bbba1e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-766c5cef-193b-403a-a265-8b4e54bbba1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-766c5cef-193b-403a-a265-8b4e54bbba1e img.shogun-image {
  width: 100%;
}



}
#s-f07b48a9-e922-42e0-ab5e-a6dc966c3a1f {
  margin-top: 11px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f07b48a9-e922-42e0-ab5e-a6dc966c3a1f .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-20e7b987-100d-4cff-b9fc-2fca3eebac80 {
  text-align: center;
}

#s-20e7b987-100d-4cff-b9fc-2fca3eebac80 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-20e7b987-100d-4cff-b9fc-2fca3eebac80 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-20e7b987-100d-4cff-b9fc-2fca3eebac80 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 12, 12, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-d2bbdafb-d741-43c3-9156-287d1d907c65 {
  margin-bottom: 15px;
padding-top: 18px;
padding-left: 45px;
padding-bottom: 18px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(238, 50, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d2bbdafb-d741-43c3-9156-287d1d907c65:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2bbdafb-d741-43c3-9156-287d1d907c65:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2bbdafb-d741-43c3-9156-287d1d907c65-btn-wrapper {
    text-align: center;
  }


#s-d2bbdafb-d741-43c3-9156-287d1d907c65.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2bbdafb-d741-43c3-9156-287d1d907c65-btn-wrapper {
    text-align: center;
  }


#s-d2bbdafb-d741-43c3-9156-287d1d907c65.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2bbdafb-d741-43c3-9156-287d1d907c65-btn-wrapper {
    text-align: center;
  }


#s-d2bbdafb-d741-43c3-9156-287d1d907c65.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2bbdafb-d741-43c3-9156-287d1d907c65-btn-wrapper {
    text-align: center;
  }


#s-d2bbdafb-d741-43c3-9156-287d1d907c65.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2bbdafb-d741-43c3-9156-287d1d907c65-btn-wrapper {
    text-align: center;
  }


#s-d2bbdafb-d741-43c3-9156-287d1d907c65.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-9d9463e3-701a-4f6a-afc1-86a296c1f28d {
  display: none;
}
#s-4836d780-04e4-4d22-b492-063103c430e1 {
  text-align: left;
}



.shg-c#s-4836d780-04e4-4d22-b492-063103c430e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4836d780-04e4-4d22-b492-063103c430e1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4836d780-04e4-4d22-b492-063103c430e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4836d780-04e4-4d22-b492-063103c430e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4836d780-04e4-4d22-b492-063103c430e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4836d780-04e4-4d22-b492-063103c430e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4836d780-04e4-4d22-b492-063103c430e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4836d780-04e4-4d22-b492-063103c430e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4836d780-04e4-4d22-b492-063103c430e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4836d780-04e4-4d22-b492-063103c430e1 img.shogun-image {
  width: 100%;
}



}
#s-4cd6f98d-2fb7-4690-a309-7a0b268ccd8f {
  margin-top: 11px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cd6f98d-2fb7-4690-a309-7a0b268ccd8f .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-47527870-4093-4aa9-a2aa-99cacc8453ec {
  text-align: center;
}

#s-47527870-4093-4aa9-a2aa-99cacc8453ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-47527870-4093-4aa9-a2aa-99cacc8453ec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-47527870-4093-4aa9-a2aa-99cacc8453ec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 12, 12, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c {
  margin-bottom: 15px;
padding-top: 18px;
padding-left: 45px;
padding-bottom: 18px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(238, 50, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c-btn-wrapper {
    text-align: center;
  }


#s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c-btn-wrapper {
    text-align: center;
  }


#s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c-btn-wrapper {
    text-align: center;
  }


#s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c-btn-wrapper {
    text-align: center;
  }


#s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c-btn-wrapper {
    text-align: center;
  }


#s-f4817368-ebd6-4d6a-b66e-3e98658d6c6c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-be562dfb-4923-4bcc-ae7b-8711bb64a38c {
  display: none;
}
#s-e00df5c9-f786-4d5a-b7a8-02be1ec81209 {
  text-align: left;
}



.shg-c#s-e00df5c9-f786-4d5a-b7a8-02be1ec81209 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00df5c9-f786-4d5a-b7a8-02be1ec81209 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e00df5c9-f786-4d5a-b7a8-02be1ec81209 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00df5c9-f786-4d5a-b7a8-02be1ec81209 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e00df5c9-f786-4d5a-b7a8-02be1ec81209 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00df5c9-f786-4d5a-b7a8-02be1ec81209 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e00df5c9-f786-4d5a-b7a8-02be1ec81209 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00df5c9-f786-4d5a-b7a8-02be1ec81209 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e00df5c9-f786-4d5a-b7a8-02be1ec81209 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00df5c9-f786-4d5a-b7a8-02be1ec81209 img.shogun-image {
  width: 100%;
}



}
#s-aa67beeb-85ba-4bdc-8802-ee94fccf01e7 {
  margin-top: 11px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa67beeb-85ba-4bdc-8802-ee94fccf01e7 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-afbf85c0-3be7-4b8b-9d52-5b432b3dc918 {
  text-align: center;
}

#s-afbf85c0-3be7-4b8b-9d52-5b432b3dc918 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-afbf85c0-3be7-4b8b-9d52-5b432b3dc918 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-afbf85c0-3be7-4b8b-9d52-5b432b3dc918 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(238, 12, 12, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab {
  margin-bottom: 15px;
padding-top: 18px;
padding-left: 45px;
padding-bottom: 18px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(238, 50, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab-btn-wrapper {
    text-align: center;
  }


#s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab-btn-wrapper {
    text-align: center;
  }


#s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab-btn-wrapper {
    text-align: center;
  }


#s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab-btn-wrapper {
    text-align: center;
  }


#s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab-btn-wrapper {
    text-align: center;
  }


#s-c1d48bb2-7f2d-45f7-bd0c-cb404dfb44ab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-ed366c09-63ee-4f44-a3a8-4e63ac3357aa {
  min-height: 50px;
}








#s-ed366c09-63ee-4f44-a3a8-4e63ac3357aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed366c09-63ee-4f44-a3a8-4e63ac3357aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22d3f55e-2c18-4322-a03d-1557ef8c357c {
  margin-top: 40px;
}

@media (min-width: 0px) {
[id="s-22d3f55e-2c18-4322-a03d-1557ef8c357c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22d3f55e-2c18-4322-a03d-1557ef8c357c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-22d3f55e-2c18-4322-a03d-1557ef8c357c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-22d3f55e-2c18-4322-a03d-1557ef8c357c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-22d3f55e-2c18-4322-a03d-1557ef8c357c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-22d3f55e-2c18-4322-a03d-1557ef8c357c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-22d3f55e-2c18-4322-a03d-1557ef8c357c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-2c7e2fea-6122-4374-b48f-fdf9c5ef3192 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c7e2fea-6122-4374-b48f-fdf9c5ef3192 .shogun-heading-component h3 {
  color: rgba(5, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  
}



#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 {
  padding-top: 59px;
padding-bottom: 59px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-223323e7-4f01-496e-9e85-9c606738219c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-223323e7-4f01-496e-9e85-9c606738219c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-223323e7-4f01-496e-9e85-9c606738219c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-223323e7-4f01-496e-9e85-9c606738219c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  
}


}
#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5 {
  margin-top: 35px;
margin-bottom: 35px;
padding-top: 24px;
padding-left: 30px;
padding-bottom: 24px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-btn-wrapper {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-btn-wrapper {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-btn-wrapper {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-btn-wrapper {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-btn-wrapper {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Poppins;
  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}
