.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-5687e58e-c38e-4cf4-b895-d9335abba327 {
  padding-left: 15%;
padding-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5687e58e-c38e-4cf4-b895-d9335abba327 {
  display: none;
}
#s-5687e58e-c38e-4cf4-b895-d9335abba327, #wrap-s-5687e58e-c38e-4cf4-b895-d9335abba327 { display:none !important; }}@media (max-width: 767px){#s-5687e58e-c38e-4cf4-b895-d9335abba327 {
  display: none;
}
#s-5687e58e-c38e-4cf4-b895-d9335abba327, #wrap-s-5687e58e-c38e-4cf4-b895-d9335abba327 { display:none !important; }}







#s-5687e58e-c38e-4cf4-b895-d9335abba327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5687e58e-c38e-4cf4-b895-d9335abba327.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bbb7907-2127-4425-b7e0-0028bba91140 {
  min-height: 50px;
}








#s-8bbb7907-2127-4425-b7e0-0028bba91140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bbb7907-2127-4425-b7e0-0028bba91140.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-716f20c3-ab3a-4bd5-99f6-ea0aebad8a7e {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-716f20c3-ab3a-4bd5-99f6-ea0aebad8a7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-716f20c3-ab3a-4bd5-99f6-ea0aebad8a7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-716f20c3-ab3a-4bd5-99f6-ea0aebad8a7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-716f20c3-ab3a-4bd5-99f6-ea0aebad8a7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-04bfd332-5d8e-40a0-8597-9c45724bc030 {
  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-4348a54d-6dd8-48de-9048-f04932a5b751 {
  text-align: left;
}



.shg-c#s-4348a54d-6dd8-48de-9048-f04932a5b751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4348a54d-6dd8-48de-9048-f04932a5b751 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4348a54d-6dd8-48de-9048-f04932a5b751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4348a54d-6dd8-48de-9048-f04932a5b751 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4348a54d-6dd8-48de-9048-f04932a5b751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4348a54d-6dd8-48de-9048-f04932a5b751 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4348a54d-6dd8-48de-9048-f04932a5b751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4348a54d-6dd8-48de-9048-f04932a5b751 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4348a54d-6dd8-48de-9048-f04932a5b751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4348a54d-6dd8-48de-9048-f04932a5b751 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4348a54d-6dd8-48de-9048-f04932a5b751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4348a54d-6dd8-48de-9048-f04932a5b751 img.shogun-image {
  width: 100%;
}




.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-e340dcb1-b911-4872-a1ee-6c77544ff089 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-e340dcb1-b911-4872-a1ee-6c77544ff089 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-e340dcb1-b911-4872-a1ee-6c77544ff089 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-e340dcb1-b911-4872-a1ee-6c77544ff089 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-e340dcb1-b911-4872-a1ee-6c77544ff089 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-e340dcb1-b911-4872-a1ee-6c77544ff089 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-e340dcb1-b911-4872-a1ee-6c77544ff089 .shg-gallery-dot {
  background-color: #FFF;
}

.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-eb2a24cc-68a5-48e4-9a67-463a26d6edf8 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eb2a24cc-68a5-48e4-9a67-463a26d6edf8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-5be24736-fbd9-4338-8e48-28c7a5abc14d {
  min-height: 50px;
}








#s-5be24736-fbd9-4338-8e48-28c7a5abc14d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5be24736-fbd9-4338-8e48-28c7a5abc14d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-723af29d-abe1-4432-a586-be9dbb0ea1b1 {
  min-height: 50px;
}








#s-723af29d-abe1-4432-a586-be9dbb0ea1b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-723af29d-abe1-4432-a586-be9dbb0ea1b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4015ae18-92f9-492b-b78c-6405346b1e8f {
  margin-left: 4%;
margin-right: 4%;
}

#s-3c02d024-6e45-46a4-9aac-38ba86a62108 {
  padding-top: 3%;
padding-left: 4%;
padding-bottom: 3%;
padding-right: 4%;
}

#s-24efd8cf-893b-42ea-9207-5d44fd239d89 {
  display: none;
}
.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

.shg-variant-btn:not(.shg-variant-btn-stretch) {
  display: inline-block;
}

.shg-variant-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 {
  padding-top: 0%;
padding-bottom: 5%;
text-align: center;
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-9150990a-18c7-4bce-b7de-2b3642080ec3-btn-wrapper {
    text-align: center;
  }


#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-variant-btn:hover {
  background: #252525;
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-variant-btn:active, #s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9150990a-18c7-4bce-b7de-2b3642080ec3 .shg-variant-btn.disabled {
  background: #252525;
}

#s-893a2892-c554-4fc8-90d9-04d42afcd25b {
  text-align: center;
}

#s-893a2892-c554-4fc8-90d9-04d42afcd25b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-893a2892-c554-4fc8-90d9-04d42afcd25b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-893a2892-c554-4fc8-90d9-04d42afcd25b .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-e33ad68a-b8a8-4ab3-afa3-cd9ae066bac0 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e33ad68a-b8a8-4ab3-afa3-cd9ae066bac0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e33ad68a-b8a8-4ab3-afa3-cd9ae066bac0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e33ad68a-b8a8-4ab3-afa3-cd9ae066bac0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e33ad68a-b8a8-4ab3-afa3-cd9ae066bac0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e33ad68a-b8a8-4ab3-afa3-cd9ae066bac0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e33ad68a-b8a8-4ab3-afa3-cd9ae066bac0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e33ad68a-b8a8-4ab3-afa3-cd9ae066bac0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


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

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

#s-b3308d33-a7fb-4298-8ace-d019b89317ea hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cf6b2ac4-e3dc-4153-b1f3-094b5bfbf583 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-cf6b2ac4-e3dc-4153-b1f3-094b5bfbf583 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cf6b2ac4-e3dc-4153-b1f3-094b5bfbf583 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(237, 237, 237, 1);
  padding: 10px;
}

#s-cf6b2ac4-e3dc-4153-b1f3-094b5bfbf583 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-cf6b2ac4-e3dc-4153-b1f3-094b5bfbf583 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cf6b2ac4-e3dc-4153-b1f3-094b5bfbf583 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-cf6b2ac4-e3dc-4153-b1f3-094b5bfbf583 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-3fddab1c-469e-4eca-a0ec-16753c1806d8 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 0%;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-3fddab1c-469e-4eca-a0ec-16753c1806d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fddab1c-469e-4eca-a0ec-16753c1806d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3fddab1c-469e-4eca-a0ec-16753c1806d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fddab1c-469e-4eca-a0ec-16753c1806d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f5929699-9f1f-40b5-987d-8df5e31b4883 {
  display: none;
}
#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd {
  text-align: center;
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd {
  max-width:  100%;
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom,
.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd {
  max-width:  100%;
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom,
.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd {
  max-width:  100%;
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom,
.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd {
  max-width:  100%;
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom,
.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd {
  max-width:  100%;
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom,
.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  width: 100%;
}



}
.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd {
  max-width:  100%;
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom,
.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28124b9f-1f0b-4cc0-90f4-c62b618ce1dd img.shogun-image {
  width: 100%;
}




#s-855a1dd0-d91c-4930-94ad-09e8523b3e1e {
  text-align: center;
}

#s-855a1dd0-d91c-4930-94ad-09e8523b3e1e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-855a1dd0-d91c-4930-94ad-09e8523b3e1e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-855a1dd0-d91c-4930-94ad-09e8523b3e1e .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-a9cc4b39-dd45-450b-8683-6959abb392ad {
  text-align: center;
}

#s-a9cc4b39-dd45-450b-8683-6959abb392ad .shg-product-quantity-wrapper {
  display: flex;
}

#s-a9cc4b39-dd45-450b-8683-6959abb392ad .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a9cc4b39-dd45-450b-8683-6959abb392ad .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a9cc4b39-dd45-450b-8683-6959abb392ad .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a9cc4b39-dd45-450b-8683-6959abb392ad .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-a9cc4b39-dd45-450b-8683-6959abb392ad label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-a9cc4b39-dd45-450b-8683-6959abb392ad label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-4d3f062f-03fb-414e-a553-571d9e6106b1 {
  margin-top: 6%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4d3f062f-03fb-414e-a553-571d9e6106b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d3f062f-03fb-414e-a553-571d9e6106b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d3f062f-03fb-414e-a553-571d9e6106b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d3f062f-03fb-414e-a553-571d9e6106b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d3f062f-03fb-414e-a553-571d9e6106b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4d3f062f-03fb-414e-a553-571d9e6106b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4d3f062f-03fb-414e-a553-571d9e6106b1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a4e1e8dd-3db4-49b7-8187-379917586a40 {
  display: none;
}
#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 {
  text-align: center;
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 {
  max-width:  100%;
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom,
.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 {
  max-width:  100%;
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom,
.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 {
  max-width:  100%;
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom,
.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 {
  max-width:  100%;
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom,
.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 {
  max-width:  100%;
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom,
.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 {
  max-width:  100%;
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom,
.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44ba577a-8cd0-4f2d-a9ae-6b154b7a8041 img.shogun-image {
  width: 100%;
}




#s-46678501-94b0-4c0c-a8bd-a2fb0f539496 {
  text-align: center;
}

#s-46678501-94b0-4c0c-a8bd-a2fb0f539496 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-46678501-94b0-4c0c-a8bd-a2fb0f539496 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-46678501-94b0-4c0c-a8bd-a2fb0f539496 .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-e5321c77-06a5-405a-97ea-850e0cbd9289 {
  text-align: center;
}

#s-e5321c77-06a5-405a-97ea-850e0cbd9289 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e5321c77-06a5-405a-97ea-850e0cbd9289 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e5321c77-06a5-405a-97ea-850e0cbd9289 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e5321c77-06a5-405a-97ea-850e0cbd9289 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e5321c77-06a5-405a-97ea-850e0cbd9289 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-e5321c77-06a5-405a-97ea-850e0cbd9289 label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-e5321c77-06a5-405a-97ea-850e0cbd9289 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-ea298f86-91f0-4c01-b036-ea1b473edb5d {
  margin-top: 6%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ea298f86-91f0-4c01-b036-ea1b473edb5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea298f86-91f0-4c01-b036-ea1b473edb5d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ea298f86-91f0-4c01-b036-ea1b473edb5d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea298f86-91f0-4c01-b036-ea1b473edb5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea298f86-91f0-4c01-b036-ea1b473edb5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea298f86-91f0-4c01-b036-ea1b473edb5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ea298f86-91f0-4c01-b036-ea1b473edb5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-694a58a3-28f5-4ac6-a2c0-689fa1009deb {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-dadd995e-10b4-451d-9f24-c846efbc61fb {
  margin-left: 10%;
margin-right: 10%;
}

#s-dadd995e-10b4-451d-9f24-c846efbc61fb hr {
  border-top: 2px solid #ddd;
}

#s-2d901253-3e82-4906-8158-03516af75f39 {
  padding-top: 3%;
padding-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-2d901253-3e82-4906-8158-03516af75f39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d901253-3e82-4906-8158-03516af75f39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2d901253-3e82-4906-8158-03516af75f39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2d901253-3e82-4906-8158-03516af75f39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ff149bef-c854-42af-8f05-c8dc67c25369 {
  display: none;
}
#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 {
  text-align: center;
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 {
  max-width:  100%;
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom,
.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 {
  max-width:  100%;
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom,
.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 {
  max-width:  100%;
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom,
.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 {
  max-width:  100%;
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom,
.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 {
  max-width:  100%;
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom,
.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 {
  max-width:  100%;
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom,
.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5179ea2a-ca4f-4a36-bfdc-aa1714711499 img.shogun-image {
  width: 100%;
}




#s-a9a9638d-0d78-4419-92ff-e3e643687752 {
  text-align: center;
}

#s-a9a9638d-0d78-4419-92ff-e3e643687752 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a9a9638d-0d78-4419-92ff-e3e643687752 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a9a9638d-0d78-4419-92ff-e3e643687752 .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-735bb7aa-cb32-419c-bc45-3b0fb7243028 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-735bb7aa-cb32-419c-bc45-3b0fb7243028:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-735bb7aa-cb32-419c-bc45-3b0fb7243028:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-735bb7aa-cb32-419c-bc45-3b0fb7243028 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-735bb7aa-cb32-419c-bc45-3b0fb7243028.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-735bb7aa-cb32-419c-bc45-3b0fb7243028.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-735bb7aa-cb32-419c-bc45-3b0fb7243028.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-735bb7aa-cb32-419c-bc45-3b0fb7243028.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bd5c4565-d636-4631-b3f3-b6c99838f67a {
  display: none;
}
#s-d6e50b46-45c2-419a-9eb4-979fee62721b {
  text-align: center;
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b {
  max-width:  100%;
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom,
.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b {
  max-width:  100%;
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom,
.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b {
  max-width:  100%;
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom,
.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b {
  max-width:  100%;
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom,
.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b {
  max-width:  100%;
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom,
.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  width: 100%;
}



}
.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b {
  max-width:  100%;
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom,
.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e50b46-45c2-419a-9eb4-979fee62721b img.shogun-image {
  width: 100%;
}




#s-c023a0b7-50f0-4c80-8374-db8a12e8da0b {
  text-align: center;
}

#s-c023a0b7-50f0-4c80-8374-db8a12e8da0b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c023a0b7-50f0-4c80-8374-db8a12e8da0b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c023a0b7-50f0-4c80-8374-db8a12e8da0b .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-c9ffc50e-a1e7-4b30-b8ca-a1f2bd6f8f19 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c9ffc50e-a1e7-4b30-b8ca-a1f2bd6f8f19:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9ffc50e-a1e7-4b30-b8ca-a1f2bd6f8f19:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9ffc50e-a1e7-4b30-b8ca-a1f2bd6f8f19 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9ffc50e-a1e7-4b30-b8ca-a1f2bd6f8f19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9ffc50e-a1e7-4b30-b8ca-a1f2bd6f8f19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c9ffc50e-a1e7-4b30-b8ca-a1f2bd6f8f19.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c9ffc50e-a1e7-4b30-b8ca-a1f2bd6f8f19.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f1e0cd42-1b9d-494f-9604-8d57ea183034 {
  display: none;
}
#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 {
  text-align: center;
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 {
  max-width:  100%;
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom,
.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 {
  max-width:  100%;
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom,
.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 {
  max-width:  100%;
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom,
.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 {
  max-width:  100%;
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom,
.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 {
  max-width:  100%;
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom,
.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 {
  max-width:  100%;
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom,
.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7302fe4-ce1e-4c03-8c42-97834c0ed8d3 img.shogun-image {
  width: 100%;
}




#s-d66d3db7-cf8c-4751-ac1d-f74e3d4595c8 {
  text-align: center;
}

#s-d66d3db7-cf8c-4751-ac1d-f74e3d4595c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d66d3db7-cf8c-4751-ac1d-f74e3d4595c8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d66d3db7-cf8c-4751-ac1d-f74e3d4595c8 .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-d918dcf0-df0d-4cd1-96ae-c29d93ebb896 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d918dcf0-df0d-4cd1-96ae-c29d93ebb896:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d918dcf0-df0d-4cd1-96ae-c29d93ebb896:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d918dcf0-df0d-4cd1-96ae-c29d93ebb896 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d918dcf0-df0d-4cd1-96ae-c29d93ebb896.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d918dcf0-df0d-4cd1-96ae-c29d93ebb896.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d918dcf0-df0d-4cd1-96ae-c29d93ebb896.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d918dcf0-df0d-4cd1-96ae-c29d93ebb896.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-42f7d362-57e3-43d3-aeaf-ac516a4b6efc {
  padding-top: 3%;
padding-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-42f7d362-57e3-43d3-aeaf-ac516a4b6efc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42f7d362-57e3-43d3-aeaf-ac516a4b6efc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-42f7d362-57e3-43d3-aeaf-ac516a4b6efc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-42f7d362-57e3-43d3-aeaf-ac516a4b6efc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-da08d783-77e3-4224-ac14-48def4dc7316 {
  display: none;
}
#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 {
  text-align: center;
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 {
  max-width:  100%;
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom,
.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 {
  max-width:  100%;
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom,
.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 {
  max-width:  100%;
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom,
.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 {
  max-width:  100%;
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom,
.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 {
  max-width:  100%;
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom,
.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 {
  max-width:  100%;
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom,
.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40c259c4-7b3c-4687-a63d-11495d0a12d7 img.shogun-image {
  width: 100%;
}




#s-612e9e79-ab9e-47dd-b647-f9afeb37da6a {
  text-align: center;
}

#s-612e9e79-ab9e-47dd-b647-f9afeb37da6a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-612e9e79-ab9e-47dd-b647-f9afeb37da6a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-612e9e79-ab9e-47dd-b647-f9afeb37da6a .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-71054032-7ac0-429b-83c5-086ac1c83731 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-71054032-7ac0-429b-83c5-086ac1c83731:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71054032-7ac0-429b-83c5-086ac1c83731:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-71054032-7ac0-429b-83c5-086ac1c83731 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71054032-7ac0-429b-83c5-086ac1c83731.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71054032-7ac0-429b-83c5-086ac1c83731.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71054032-7ac0-429b-83c5-086ac1c83731.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-71054032-7ac0-429b-83c5-086ac1c83731.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f501c76d-113b-4458-88c9-f193323928d9 {
  display: none;
}
#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 {
  text-align: center;
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 {
  max-width:  100%;
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom,
.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 {
  max-width:  100%;
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom,
.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 {
  max-width:  100%;
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom,
.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 {
  max-width:  100%;
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom,
.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 {
  max-width:  100%;
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom,
.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 {
  max-width:  100%;
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom,
.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29538b20-ad12-4433-b5e9-2bfda7c1d686 img.shogun-image {
  width: 100%;
}




#s-3b79db8f-2295-4f32-a180-7070b9258d89 {
  text-align: center;
}

#s-3b79db8f-2295-4f32-a180-7070b9258d89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3b79db8f-2295-4f32-a180-7070b9258d89 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3b79db8f-2295-4f32-a180-7070b9258d89 .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-d8767e7b-3d7a-412f-b86b-7a8921692e27 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d8767e7b-3d7a-412f-b86b-7a8921692e27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8767e7b-3d7a-412f-b86b-7a8921692e27:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8767e7b-3d7a-412f-b86b-7a8921692e27 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8767e7b-3d7a-412f-b86b-7a8921692e27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8767e7b-3d7a-412f-b86b-7a8921692e27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8767e7b-3d7a-412f-b86b-7a8921692e27.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8767e7b-3d7a-412f-b86b-7a8921692e27.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fd02a59c-2687-41b0-a9e3-d6698e07abaf {
  display: none;
}
#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 {
  text-align: center;
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 {
  max-width:  100%;
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom,
.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 {
  max-width:  100%;
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom,
.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 {
  max-width:  100%;
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom,
.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 {
  max-width:  100%;
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom,
.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 {
  max-width:  100%;
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom,
.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 {
  max-width:  100%;
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom,
.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f5f516c-d301-4505-8eb6-3cb1193d7294 img.shogun-image {
  width: 100%;
}




#s-664ab06e-a754-4270-bbbe-bd362cdd628b {
  text-align: center;
}

#s-664ab06e-a754-4270-bbbe-bd362cdd628b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-664ab06e-a754-4270-bbbe-bd362cdd628b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-664ab06e-a754-4270-bbbe-bd362cdd628b .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-126ecb53-668b-451c-89ad-6bf38e0572c0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-126ecb53-668b-451c-89ad-6bf38e0572c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-126ecb53-668b-451c-89ad-6bf38e0572c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-126ecb53-668b-451c-89ad-6bf38e0572c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-126ecb53-668b-451c-89ad-6bf38e0572c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-126ecb53-668b-451c-89ad-6bf38e0572c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-126ecb53-668b-451c-89ad-6bf38e0572c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-126ecb53-668b-451c-89ad-6bf38e0572c0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-53e3f133-58a6-4a17-bf59-ad74ff0e220e {
  padding-top: 4%;
padding-bottom: 4%;
}

#s-9f699c3c-c435-4262-84e2-9b23df58e135 {
  margin-top: 9px;
margin-bottom: 9px;
min-height: 50px;
}








#s-9f699c3c-c435-4262-84e2-9b23df58e135 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f699c3c-c435-4262-84e2-9b23df58e135.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-e9871558-4fc6-4b65-8751-77d760fb2132 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e9871558-4fc6-4b65-8751-77d760fb2132:hover {background-color: rgba(43, 43, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e9871558-4fc6-4b65-8751-77d760fb2132:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e9871558-4fc6-4b65-8751-77d760fb2132-root {
    text-align: center;
  }


#s-e9871558-4fc6-4b65-8751-77d760fb2132.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e9871558-4fc6-4b65-8751-77d760fb2132-root {
    text-align: center;
  }


#s-e9871558-4fc6-4b65-8751-77d760fb2132.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9871558-4fc6-4b65-8751-77d760fb2132-root {
    text-align: center;
  }


#s-e9871558-4fc6-4b65-8751-77d760fb2132.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9871558-4fc6-4b65-8751-77d760fb2132-root {
    text-align: center;
  }


#s-e9871558-4fc6-4b65-8751-77d760fb2132.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e9871558-4fc6-4b65-8751-77d760fb2132-root {
    text-align: center;
  }


#s-e9871558-4fc6-4b65-8751-77d760fb2132.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-4cd60f52-d925-496b-b1ea-0abc9f6632b2 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-8df94116-1c78-4843-8980-d97c9e4937ac {
  min-height: 50px;
}








#s-8df94116-1c78-4843-8980-d97c9e4937ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8df94116-1c78-4843-8980-d97c9e4937ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ca662e4-4253-4c19-bd7b-980eeaffb207 hr {
  border-top: 1px solid rgba(27, 27, 27, 1);
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-276d546f-5e0f-4bf3-8663-599255668b5c {
  padding-left: 0%;
padding-right: 0%;
}


  #s-276d546f-5e0f-4bf3-8663-599255668b5c .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-276d546f-5e0f-4bf3-8663-599255668b5c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-276d546f-5e0f-4bf3-8663-599255668b5c .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(37, 79, 133, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-276d546f-5e0f-4bf3-8663-599255668b5c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-276d546f-5e0f-4bf3-8663-599255668b5c .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-276d546f-5e0f-4bf3-8663-599255668b5c .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-8c41b6dc-f261-4e96-8747-3e4ef8b9aa6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c41b6dc-f261-4e96-8747-3e4ef8b9aa6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8c41b6dc-f261-4e96-8747-3e4ef8b9aa6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c41b6dc-f261-4e96-8747-3e4ef8b9aa6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-8bbb3413-c44c-4234-b62e-ff920bed19c5 hr {
  border-top: 3px solid rgba(221, 221, 221, 0);
}

.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-3b772897-eee1-4297-95d2-23c24a6ecd78 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-a111ba5b-e7dd-4e58-ab1a-4401296f622a hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 0px) {
[id="s-7336630a-79fc-43b9-959c-327780aa11e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7336630a-79fc-43b9-959c-327780aa11e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7336630a-79fc-43b9-959c-327780aa11e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7336630a-79fc-43b9-959c-327780aa11e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-061ca67c-0d05-44f5-aab7-0da57bea3772"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-061ca67c-0d05-44f5-aab7-0da57bea3772"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-061ca67c-0d05-44f5-aab7-0da57bea3772"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-061ca67c-0d05-44f5-aab7-0da57bea3772"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-9e7faf09-c135-4b53-bd44-be3dc530aaa0 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-a7728c5f-8b8a-438b-a447-70baabff8f3f hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-978a019b-2efa-4da8-b7b9-503d9947d3ed {
  margin-top: 0%;
margin-bottom: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-d64a8e64-b9e9-4341-b8a8-288c987f4f3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d64a8e64-b9e9-4341-b8a8-288c987f4f3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d64a8e64-b9e9-4341-b8a8-288c987f4f3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d64a8e64-b9e9-4341-b8a8-288c987f4f3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-9fef7f5a-8b39-4b38-9051-0d0fe9b34c38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fef7f5a-8b39-4b38-9051-0d0fe9b34c38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-9fef7f5a-8b39-4b38-9051-0d0fe9b34c38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-9fef7f5a-8b39-4b38-9051-0d0fe9b34c38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-598ba925-a978-4165-bf46-c8f7faf85812 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-598ba925-a978-4165-bf46-c8f7faf85812 {
  display: none;
}
#s-598ba925-a978-4165-bf46-c8f7faf85812, #wrap-s-598ba925-a978-4165-bf46-c8f7faf85812 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-598ba925-a978-4165-bf46-c8f7faf85812 {
  display: none;
}
#s-598ba925-a978-4165-bf46-c8f7faf85812, #wrap-s-598ba925-a978-4165-bf46-c8f7faf85812 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-598ba925-a978-4165-bf46-c8f7faf85812 {
  
}
}@media (max-width: 767px){#s-598ba925-a978-4165-bf46-c8f7faf85812 {
  
}
}







#s-598ba925-a978-4165-bf46-c8f7faf85812 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-598ba925-a978-4165-bf46-c8f7faf85812.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f3cb2aa-47e6-438e-8b06-077f6bf6422c {
  min-height: 50px;
}








#s-4f3cb2aa-47e6-438e-8b06-077f6bf6422c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f3cb2aa-47e6-438e-8b06-077f6bf6422c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a54bc99e-7adc-43f3-ab2a-0ce2e6fcbeb4 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-a54bc99e-7adc-43f3-ab2a-0ce2e6fcbeb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a54bc99e-7adc-43f3-ab2a-0ce2e6fcbeb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a54bc99e-7adc-43f3-ab2a-0ce2e6fcbeb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a54bc99e-7adc-43f3-ab2a-0ce2e6fcbeb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d9280e76-fb40-4537-9286-d277d98b5efb {
  display: none;
}
#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 {
  text-align: left;
}



.shg-c#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9192a9d-c054-40d1-a1bd-a7ae2ad28a04 img.shogun-image {
  width: 100%;
}




#s-ad733fea-fc60-4a2e-ad01-1f8300e6bb88 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-ad733fea-fc60-4a2e-ad01-1f8300e6bb88 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-ad733fea-fc60-4a2e-ad01-1f8300e6bb88 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ad733fea-fc60-4a2e-ad01-1f8300e6bb88 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-ad733fea-fc60-4a2e-ad01-1f8300e6bb88 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ad733fea-fc60-4a2e-ad01-1f8300e6bb88 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ad733fea-fc60-4a2e-ad01-1f8300e6bb88 .shg-gallery-dot {
  background-color: #FFF;
}

#s-35074c3d-64d4-47a1-b49e-1286213b71ee {
  display: none;
}
#s-7918cd0e-f35c-44b0-b08b-3310c63073f7 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7918cd0e-f35c-44b0-b08b-3310c63073f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-53b0d0d6-c519-4599-b4ea-68ea5b5663e4 {
  min-height: 50px;
}








#s-53b0d0d6-c519-4599-b4ea-68ea5b5663e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53b0d0d6-c519-4599-b4ea-68ea5b5663e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae68c4e3-6dbe-493c-9468-d7cbee85372c {
  min-height: 50px;
}








#s-ae68c4e3-6dbe-493c-9468-d7cbee85372c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae68c4e3-6dbe-493c-9468-d7cbee85372c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe6ad787-5c6b-4505-879a-3d579d066095 {
  padding-top: 3%;
padding-left: 4%;
padding-bottom: 3%;
padding-right: 4%;
}

#s-46b86dda-33ad-4f5a-ad54-2724b5261ef8 {
  display: none;
}
#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b {
  text-align: center;
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b-btn-wrapper {
    text-align: center;
  }


#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-variant-btn:hover {
  background: #252525;
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-variant-btn:active, #s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-051aa94a-dfbf-4483-8a9a-fba0a4ab5d5b .shg-variant-btn.disabled {
  background: #252525;
}

#s-6b6bbcd9-b6fc-4f0a-8c87-c2217cf4f2bb {
  text-align: center;
}

#s-6b6bbcd9-b6fc-4f0a-8c87-c2217cf4f2bb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6b6bbcd9-b6fc-4f0a-8c87-c2217cf4f2bb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6b6bbcd9-b6fc-4f0a-8c87-c2217cf4f2bb .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-26c994c4-0605-4246-9ec6-e936a011e793 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-26c994c4-0605-4246-9ec6-e936a011e793:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26c994c4-0605-4246-9ec6-e936a011e793:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-26c994c4-0605-4246-9ec6-e936a011e793 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26c994c4-0605-4246-9ec6-e936a011e793.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26c994c4-0605-4246-9ec6-e936a011e793.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-26c994c4-0605-4246-9ec6-e936a011e793.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-26c994c4-0605-4246-9ec6-e936a011e793.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-dcfa58d6-0bdd-433c-a12d-c6b985af9c2a hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-29f04911-5a11-410e-9e52-b87e0c65b508 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-29f04911-5a11-410e-9e52-b87e0c65b508 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-29f04911-5a11-410e-9e52-b87e0c65b508 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(237, 237, 237, 1);
  padding: 10px;
}

#s-29f04911-5a11-410e-9e52-b87e0c65b508 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-29f04911-5a11-410e-9e52-b87e0c65b508 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-29f04911-5a11-410e-9e52-b87e0c65b508 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-29f04911-5a11-410e-9e52-b87e0c65b508 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c5629b06-3b1d-4300-983e-a21f9f3566c9 {
  margin-top: 4%;
margin-bottom: 4%;
}

#s-e19aac08-8c2e-4456-9363-46682d681401 {
  padding-top: 4%;
padding-bottom: 4%;
}

@media (min-width: 0px) {
[id="s-e19aac08-8c2e-4456-9363-46682d681401"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e19aac08-8c2e-4456-9363-46682d681401"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e19aac08-8c2e-4456-9363-46682d681401"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e19aac08-8c2e-4456-9363-46682d681401"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8fb26789-bf21-4f1a-98f9-9783d541d4c9 {
  display: none;
}
#s-5c30238e-6363-415c-89ea-706c2e53b27c {
  text-align: center;
}

#s-5c30238e-6363-415c-89ea-706c2e53b27c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5c30238e-6363-415c-89ea-706c2e53b27c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5c30238e-6363-415c-89ea-706c2e53b27c .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-009b8450-ba88-465a-907a-a7ef90b4d5f1 {
  text-align: center;
}

#s-009b8450-ba88-465a-907a-a7ef90b4d5f1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-009b8450-ba88-465a-907a-a7ef90b4d5f1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-009b8450-ba88-465a-907a-a7ef90b4d5f1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-009b8450-ba88-465a-907a-a7ef90b4d5f1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-009b8450-ba88-465a-907a-a7ef90b4d5f1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-009b8450-ba88-465a-907a-a7ef90b4d5f1 label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-009b8450-ba88-465a-907a-a7ef90b4d5f1 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-44e6b7b0-9424-433b-b1e7-977966f2a5d8 {
  margin-top: 6%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-44e6b7b0-9424-433b-b1e7-977966f2a5d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44e6b7b0-9424-433b-b1e7-977966f2a5d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44e6b7b0-9424-433b-b1e7-977966f2a5d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-44e6b7b0-9424-433b-b1e7-977966f2a5d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44e6b7b0-9424-433b-b1e7-977966f2a5d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-44e6b7b0-9424-433b-b1e7-977966f2a5d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-44e6b7b0-9424-433b-b1e7-977966f2a5d8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-358533a7-82c0-4f17-b945-63d3db8ec489 {
  display: none;
}
#s-9d4ae147-3bc3-4f10-96da-7facee6942e3 {
  text-align: center;
}

#s-9d4ae147-3bc3-4f10-96da-7facee6942e3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9d4ae147-3bc3-4f10-96da-7facee6942e3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9d4ae147-3bc3-4f10-96da-7facee6942e3 .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-4744b915-13a7-4a96-a56a-903aaa1916e9 {
  text-align: center;
}

#s-4744b915-13a7-4a96-a56a-903aaa1916e9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4744b915-13a7-4a96-a56a-903aaa1916e9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4744b915-13a7-4a96-a56a-903aaa1916e9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4744b915-13a7-4a96-a56a-903aaa1916e9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4744b915-13a7-4a96-a56a-903aaa1916e9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-4744b915-13a7-4a96-a56a-903aaa1916e9 label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-4744b915-13a7-4a96-a56a-903aaa1916e9 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-de6632b3-f354-4e5d-b4c4-448dd52069b8 {
  margin-top: 6%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-de6632b3-f354-4e5d-b4c4-448dd52069b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de6632b3-f354-4e5d-b4c4-448dd52069b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de6632b3-f354-4e5d-b4c4-448dd52069b8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de6632b3-f354-4e5d-b4c4-448dd52069b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de6632b3-f354-4e5d-b4c4-448dd52069b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de6632b3-f354-4e5d-b4c4-448dd52069b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-de6632b3-f354-4e5d-b4c4-448dd52069b8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-76b1f94f-1223-4b9f-a3b2-9044c8f9f0d1 {
  padding-top: 3%;
padding-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-76b1f94f-1223-4b9f-a3b2-9044c8f9f0d1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-76b1f94f-1223-4b9f-a3b2-9044c8f9f0d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-76b1f94f-1223-4b9f-a3b2-9044c8f9f0d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-76b1f94f-1223-4b9f-a3b2-9044c8f9f0d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-2f13f359-e1ad-43fe-b999-752c66494e0e {
  display: none;
}
#s-8683491b-2421-4bab-be24-f34bcff192c4 {
  text-align: left;
}



.shg-c#s-8683491b-2421-4bab-be24-f34bcff192c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8683491b-2421-4bab-be24-f34bcff192c4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8683491b-2421-4bab-be24-f34bcff192c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8683491b-2421-4bab-be24-f34bcff192c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8683491b-2421-4bab-be24-f34bcff192c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8683491b-2421-4bab-be24-f34bcff192c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8683491b-2421-4bab-be24-f34bcff192c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8683491b-2421-4bab-be24-f34bcff192c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8683491b-2421-4bab-be24-f34bcff192c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8683491b-2421-4bab-be24-f34bcff192c4 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8683491b-2421-4bab-be24-f34bcff192c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8683491b-2421-4bab-be24-f34bcff192c4 img.shogun-image {
  width: 100%;
}




#s-0ffea353-6ce2-458a-8e89-220050de0bb7 {
  text-align: center;
}

#s-0ffea353-6ce2-458a-8e89-220050de0bb7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0ffea353-6ce2-458a-8e89-220050de0bb7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0ffea353-6ce2-458a-8e89-220050de0bb7 .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-0cf0b69d-a1e8-4019-bd5f-c83dbc3eefca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0cf0b69d-a1e8-4019-bd5f-c83dbc3eefca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0cf0b69d-a1e8-4019-bd5f-c83dbc3eefca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0cf0b69d-a1e8-4019-bd5f-c83dbc3eefca {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0cf0b69d-a1e8-4019-bd5f-c83dbc3eefca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0cf0b69d-a1e8-4019-bd5f-c83dbc3eefca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0cf0b69d-a1e8-4019-bd5f-c83dbc3eefca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0cf0b69d-a1e8-4019-bd5f-c83dbc3eefca.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4dd2ccec-9286-4b5b-af43-9a3b23aa7d7f {
  display: none;
}
#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a {
  text-align: left;
}



.shg-c#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93c49144-4bed-4cdd-b471-8e7d6bc6e24a img.shogun-image {
  width: 100%;
}




#s-1c29d259-ef21-42d0-814f-f098d8f12f97 {
  text-align: center;
}

#s-1c29d259-ef21-42d0-814f-f098d8f12f97 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c29d259-ef21-42d0-814f-f098d8f12f97 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1c29d259-ef21-42d0-814f-f098d8f12f97 .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-e415060b-c643-41a0-8953-1bf278632491 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e415060b-c643-41a0-8953-1bf278632491:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e415060b-c643-41a0-8953-1bf278632491:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e415060b-c643-41a0-8953-1bf278632491 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e415060b-c643-41a0-8953-1bf278632491.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e415060b-c643-41a0-8953-1bf278632491.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e415060b-c643-41a0-8953-1bf278632491.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e415060b-c643-41a0-8953-1bf278632491.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b4a9938e-8076-4d24-82f5-ce0d5ea56218 {
  display: none;
}
#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d {
  text-align: left;
}



.shg-c#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a78ecd2c-d79e-4c74-88a7-51725d544d4d img.shogun-image {
  width: 100%;
}




#s-2365d570-b1d0-40b2-8c03-b6dd0297905f {
  text-align: center;
}

#s-2365d570-b1d0-40b2-8c03-b6dd0297905f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2365d570-b1d0-40b2-8c03-b6dd0297905f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2365d570-b1d0-40b2-8c03-b6dd0297905f .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-975d4afa-066d-4608-a845-90a0b0280a81 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-975d4afa-066d-4608-a845-90a0b0280a81:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-975d4afa-066d-4608-a845-90a0b0280a81:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-975d4afa-066d-4608-a845-90a0b0280a81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-975d4afa-066d-4608-a845-90a0b0280a81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-975d4afa-066d-4608-a845-90a0b0280a81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-975d4afa-066d-4608-a845-90a0b0280a81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-975d4afa-066d-4608-a845-90a0b0280a81.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f5b6e218-7a62-46da-ac27-7928f908615c {
  padding-top: 3%;
padding-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-f5b6e218-7a62-46da-ac27-7928f908615c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-f5b6e218-7a62-46da-ac27-7928f908615c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f5b6e218-7a62-46da-ac27-7928f908615c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f5b6e218-7a62-46da-ac27-7928f908615c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-dec709d6-fdcd-4350-a579-91c24db92764 {
  display: none;
}
#s-4b6659a2-717c-42dc-8d7d-09490a323614 {
  text-align: left;
}



.shg-c#s-4b6659a2-717c-42dc-8d7d-09490a323614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b6659a2-717c-42dc-8d7d-09490a323614 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4b6659a2-717c-42dc-8d7d-09490a323614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b6659a2-717c-42dc-8d7d-09490a323614 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b6659a2-717c-42dc-8d7d-09490a323614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b6659a2-717c-42dc-8d7d-09490a323614 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b6659a2-717c-42dc-8d7d-09490a323614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b6659a2-717c-42dc-8d7d-09490a323614 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b6659a2-717c-42dc-8d7d-09490a323614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b6659a2-717c-42dc-8d7d-09490a323614 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4b6659a2-717c-42dc-8d7d-09490a323614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b6659a2-717c-42dc-8d7d-09490a323614 img.shogun-image {
  width: 100%;
}




#s-0e29353d-229f-469a-997d-b8ab3c59d5f5 {
  text-align: center;
}

#s-0e29353d-229f-469a-997d-b8ab3c59d5f5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0e29353d-229f-469a-997d-b8ab3c59d5f5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0e29353d-229f-469a-997d-b8ab3c59d5f5 .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-cd819926-d383-4692-91ad-0b40eb559ddf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cd819926-d383-4692-91ad-0b40eb559ddf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd819926-d383-4692-91ad-0b40eb559ddf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd819926-d383-4692-91ad-0b40eb559ddf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd819926-d383-4692-91ad-0b40eb559ddf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd819926-d383-4692-91ad-0b40eb559ddf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cd819926-d383-4692-91ad-0b40eb559ddf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cd819926-d383-4692-91ad-0b40eb559ddf.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fd8660b2-85dc-4b03-902b-a14d9d887ef2 {
  display: none;
}
#s-01f1c2da-1521-4903-8928-c4e871a7f902 {
  text-align: left;
}



.shg-c#s-01f1c2da-1521-4903-8928-c4e871a7f902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01f1c2da-1521-4903-8928-c4e871a7f902 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-01f1c2da-1521-4903-8928-c4e871a7f902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01f1c2da-1521-4903-8928-c4e871a7f902 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01f1c2da-1521-4903-8928-c4e871a7f902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01f1c2da-1521-4903-8928-c4e871a7f902 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01f1c2da-1521-4903-8928-c4e871a7f902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01f1c2da-1521-4903-8928-c4e871a7f902 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01f1c2da-1521-4903-8928-c4e871a7f902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01f1c2da-1521-4903-8928-c4e871a7f902 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-01f1c2da-1521-4903-8928-c4e871a7f902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01f1c2da-1521-4903-8928-c4e871a7f902 img.shogun-image {
  width: 100%;
}




#s-139c0cc9-c792-484f-a788-2b9392a9c980 {
  text-align: center;
}

#s-139c0cc9-c792-484f-a788-2b9392a9c980 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-139c0cc9-c792-484f-a788-2b9392a9c980 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-139c0cc9-c792-484f-a788-2b9392a9c980 .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-5519f091-603c-4259-adaa-b080ee2ee2e8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5519f091-603c-4259-adaa-b080ee2ee2e8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5519f091-603c-4259-adaa-b080ee2ee2e8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5519f091-603c-4259-adaa-b080ee2ee2e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5519f091-603c-4259-adaa-b080ee2ee2e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5519f091-603c-4259-adaa-b080ee2ee2e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5519f091-603c-4259-adaa-b080ee2ee2e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5519f091-603c-4259-adaa-b080ee2ee2e8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6658797d-629b-44bd-9e13-147ef3199818 {
  display: none;
}
#s-12005f69-93f7-4f71-b1cf-616d9794b013 {
  display: none;
}
#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 {
  text-align: left;
}



.shg-c#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51fbb5fb-4bf7-4cbd-a359-6647fd933719 img.shogun-image {
  width: 100%;
}




#s-7deae3c5-9427-4752-a2e9-f8537a4165c3 {
  text-align: center;
}

#s-7deae3c5-9427-4752-a2e9-f8537a4165c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7deae3c5-9427-4752-a2e9-f8537a4165c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7deae3c5-9427-4752-a2e9-f8537a4165c3 .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-933b86dc-674a-4239-b370-f35883856c1b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-933b86dc-674a-4239-b370-f35883856c1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-933b86dc-674a-4239-b370-f35883856c1b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-933b86dc-674a-4239-b370-f35883856c1b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-933b86dc-674a-4239-b370-f35883856c1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-933b86dc-674a-4239-b370-f35883856c1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-933b86dc-674a-4239-b370-f35883856c1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-933b86dc-674a-4239-b370-f35883856c1b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-24492b99-0c8b-4961-8f75-95e654ab10b5 {
  padding-top: 4%;
padding-bottom: 4%;
}

#s-2220f71b-e098-4e1c-9b29-f666617af311 {
  margin-top: 9px;
margin-bottom: 9px;
min-height: 50px;
}








#s-2220f71b-e098-4e1c-9b29-f666617af311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2220f71b-e098-4e1c-9b29-f666617af311.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74f27f45-8fd2-4779-be7f-630995ea4ffd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-74f27f45-8fd2-4779-be7f-630995ea4ffd:hover {background-color: rgba(43, 43, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-74f27f45-8fd2-4779-be7f-630995ea4ffd:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-74f27f45-8fd2-4779-be7f-630995ea4ffd-root {
    text-align: center;
  }


#s-74f27f45-8fd2-4779-be7f-630995ea4ffd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-74f27f45-8fd2-4779-be7f-630995ea4ffd-root {
    text-align: center;
  }


#s-74f27f45-8fd2-4779-be7f-630995ea4ffd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74f27f45-8fd2-4779-be7f-630995ea4ffd-root {
    text-align: center;
  }


#s-74f27f45-8fd2-4779-be7f-630995ea4ffd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74f27f45-8fd2-4779-be7f-630995ea4ffd-root {
    text-align: center;
  }


#s-74f27f45-8fd2-4779-be7f-630995ea4ffd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-74f27f45-8fd2-4779-be7f-630995ea4ffd-root {
    text-align: center;
  }


#s-74f27f45-8fd2-4779-be7f-630995ea4ffd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-9902312e-cec2-4283-a9bd-3b6c9e4bd6a8 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-3e495fb1-a26e-4a3e-bed6-965a465fc92c {
  min-height: 50px;
}








#s-3e495fb1-a26e-4a3e-bed6-965a465fc92c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e495fb1-a26e-4a3e-bed6-965a465fc92c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fec0055-9f59-4493-b21a-b09e40191bff hr {
  border-top: 1px solid rgba(27, 27, 27, 1);
}

#s-502da04f-68d0-4458-b83a-b3b631785b7e {
  padding-left: 0%;
padding-right: 0%;
}


  #s-502da04f-68d0-4458-b83a-b3b631785b7e .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-502da04f-68d0-4458-b83a-b3b631785b7e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-502da04f-68d0-4458-b83a-b3b631785b7e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(37, 79, 133, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-502da04f-68d0-4458-b83a-b3b631785b7e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-502da04f-68d0-4458-b83a-b3b631785b7e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-502da04f-68d0-4458-b83a-b3b631785b7e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-213bb4bb-97db-4732-9014-ed3185eccc2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-213bb4bb-97db-4732-9014-ed3185eccc2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-213bb4bb-97db-4732-9014-ed3185eccc2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-213bb4bb-97db-4732-9014-ed3185eccc2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-be3f40c0-955b-49c1-92b4-cbd5be490874 hr {
  border-top: 3px solid rgba(221, 221, 221, 0);
}

#s-d20884a5-9c97-42bc-8560-c462a15b18bc hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-78141166-9985-4d70-890f-719a9ba7e6bc hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

@media (min-width: 0px) {
[id="s-a29e9159-843d-47ab-a0f5-db7d1012615a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a29e9159-843d-47ab-a0f5-db7d1012615a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-a29e9159-843d-47ab-a0f5-db7d1012615a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-a29e9159-843d-47ab-a0f5-db7d1012615a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-31dd7c14-61e6-403f-b603-bd11ef41d61c hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-dd446cd4-a2dd-4b8e-8f5f-e7221bbe3495 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 0px) {
[id="s-d5339575-cd78-4a03-a00d-e3283c4731b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5339575-cd78-4a03-a00d-e3283c4731b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d5339575-cd78-4a03-a00d-e3283c4731b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5339575-cd78-4a03-a00d-e3283c4731b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-ea8f2c37-a145-478c-a740-9645244271de hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-06157ab9-6719-4c5b-a1dc-734851322174 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

@media (min-width: 0px) {
[id="s-458a0b0e-9b1f-4ef5-893e-110b07f1fbbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-458a0b0e-9b1f-4ef5-893e-110b07f1fbbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-458a0b0e-9b1f-4ef5-893e-110b07f1fbbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-458a0b0e-9b1f-4ef5-893e-110b07f1fbbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-7b718bac-99db-4bed-a80b-155dfa7d71a4 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-118dda7f-92df-46cb-b772-a35490292b67 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-4317656e-ad6f-474a-b984-eecd3232973d {
  margin-top: 0%;
margin-bottom: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-32b6ae11-3748-46a1-95ad-f82789b88644"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32b6ae11-3748-46a1-95ad-f82789b88644"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-32b6ae11-3748-46a1-95ad-f82789b88644"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-32b6ae11-3748-46a1-95ad-f82789b88644"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-a489d7f8-86b3-450b-97d2-449dfcdfa004 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a489d7f8-86b3-450b-97d2-449dfcdfa004 {
  display: none;
}
#s-a489d7f8-86b3-450b-97d2-449dfcdfa004, #wrap-s-a489d7f8-86b3-450b-97d2-449dfcdfa004 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a489d7f8-86b3-450b-97d2-449dfcdfa004 {
  display: none;
}
#s-a489d7f8-86b3-450b-97d2-449dfcdfa004, #wrap-s-a489d7f8-86b3-450b-97d2-449dfcdfa004 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a489d7f8-86b3-450b-97d2-449dfcdfa004 {
  
}
}@media (max-width: 767px){#s-a489d7f8-86b3-450b-97d2-449dfcdfa004 {
  
}
}







#s-a489d7f8-86b3-450b-97d2-449dfcdfa004 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a489d7f8-86b3-450b-97d2-449dfcdfa004.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2de99887-941b-491f-8a69-4343477641c6 {
  min-height: 50px;
}








#s-2de99887-941b-491f-8a69-4343477641c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2de99887-941b-491f-8a69-4343477641c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a4c3afd-e291-49c2-a20d-576cac23ee41 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-0a134c47-b466-43d1-b80e-3ec417974998 {
  padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a134c47-b466-43d1-b80e-3ec417974998 {
  display: none;
}
#s-0a134c47-b466-43d1-b80e-3ec417974998, #wrap-s-0a134c47-b466-43d1-b80e-3ec417974998 { display:none !important; }}@media (max-width: 767px){#s-0a134c47-b466-43d1-b80e-3ec417974998 {
  display: none;
}
#s-0a134c47-b466-43d1-b80e-3ec417974998, #wrap-s-0a134c47-b466-43d1-b80e-3ec417974998 { display:none !important; }}







#s-0a134c47-b466-43d1-b80e-3ec417974998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a134c47-b466-43d1-b80e-3ec417974998.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-7a1a66cf-507e-4c74-bd3d-9025d56b9bcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a1a66cf-507e-4c74-bd3d-9025d56b9bcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a1a66cf-507e-4c74-bd3d-9025d56b9bcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a1a66cf-507e-4c74-bd3d-9025d56b9bcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-7f7eee53-38e0-491a-9b4b-fcadaa5b7aec {
  text-align: center;
}







  #s-7f7eee53-38e0-491a-9b4b-fcadaa5b7aec img.shogun-image {
    

    
    
    
  }


#s-7f7eee53-38e0-491a-9b4b-fcadaa5b7aec .shogun-image-content {
  
    align-items: center;
  
}

#s-cd3bfe9b-cdca-4a82-96d8-a36faa08a7cb {
  padding-top: 6%;
padding-bottom: 6%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd3bfe9b-cdca-4a82-96d8-a36faa08a7cb {
  display: none;
}
#s-cd3bfe9b-cdca-4a82-96d8-a36faa08a7cb, #wrap-s-cd3bfe9b-cdca-4a82-96d8-a36faa08a7cb { display:none !important; }}@media (max-width: 767px){#s-cd3bfe9b-cdca-4a82-96d8-a36faa08a7cb {
  display: none;
}
#s-cd3bfe9b-cdca-4a82-96d8-a36faa08a7cb, #wrap-s-cd3bfe9b-cdca-4a82-96d8-a36faa08a7cb { display:none !important; }}
#s-cd3bfe9b-cdca-4a82-96d8-a36faa08a7cb hr {
  border-top: 6px solid rgba(221, 221, 221, 0);
}

#s-e5aa1956-dc34-47a1-bceb-4be97dd53190 {
  margin-left: 0%;
margin-right: 5%;
padding-top: 11%;
padding-bottom: 3%;
padding-right: 4%;
text-align: left;
}

#s-e5aa1956-dc34-47a1-bceb-4be97dd53190 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-b634ac71-deaf-4cd1-8212-0da7568cc968 {
  padding-right: 5%;
}

#s-06c67683-783d-43bd-a2cc-8a7e5565689e {
  padding-top: 1%;
padding-left: 20%;
padding-bottom: 1%;
padding-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-06c67683-783d-43bd-a2cc-8a7e5565689e {
  display: none;
}
#s-06c67683-783d-43bd-a2cc-8a7e5565689e, #wrap-s-06c67683-783d-43bd-a2cc-8a7e5565689e { display:none !important; }}@media (max-width: 767px){#s-06c67683-783d-43bd-a2cc-8a7e5565689e {
  display: none;
}
#s-06c67683-783d-43bd-a2cc-8a7e5565689e, #wrap-s-06c67683-783d-43bd-a2cc-8a7e5565689e { display:none !important; }}







#s-06c67683-783d-43bd-a2cc-8a7e5565689e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06c67683-783d-43bd-a2cc-8a7e5565689e.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-3a65dec5-4524-4b3e-a265-4ba1d752cfd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a65dec5-4524-4b3e-a265-4ba1d752cfd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a65dec5-4524-4b3e-a265-4ba1d752cfd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a65dec5-4524-4b3e-a265-4ba1d752cfd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-3a65dec5-4524-4b3e-a265-4ba1d752cfd8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1c9095ba-ee03-4cc6-a4b8-a7db86e0bcc1 {
  padding-top: 6%;
padding-bottom: 6%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c9095ba-ee03-4cc6-a4b8-a7db86e0bcc1 {
  display: none;
}
#s-1c9095ba-ee03-4cc6-a4b8-a7db86e0bcc1, #wrap-s-1c9095ba-ee03-4cc6-a4b8-a7db86e0bcc1 { display:none !important; }}@media (max-width: 767px){#s-1c9095ba-ee03-4cc6-a4b8-a7db86e0bcc1 {
  display: none;
}
#s-1c9095ba-ee03-4cc6-a4b8-a7db86e0bcc1, #wrap-s-1c9095ba-ee03-4cc6-a4b8-a7db86e0bcc1 { display:none !important; }}
#s-1c9095ba-ee03-4cc6-a4b8-a7db86e0bcc1 hr {
  border-top: 6px solid rgba(221, 221, 221, 0);
}

#s-bff71de4-92d3-4eeb-a282-cc1a61879cc8 {
  margin-left: 0%;
margin-right: 5%;
padding-top: 11%;
padding-bottom: 3%;
padding-right: 4%;
text-align: left;
}

#s-bff71de4-92d3-4eeb-a282-cc1a61879cc8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-3eb2eabb-e3fe-4edb-adcb-b99045dfb83f {
  padding-right: 5%;
}

#s-6b0c8992-fdd9-43af-8668-bc2a08942d80 {
  text-align: center;
}







  #s-6b0c8992-fdd9-43af-8668-bc2a08942d80 img.shogun-image {
    

    
    
    
  }


#s-6b0c8992-fdd9-43af-8668-bc2a08942d80 .shogun-image-content {
  
    align-items: center;
  
}

#s-3957c96a-7b6c-4d46-b2b8-10f54823637f {
  padding-top: 1%;
padding-left: 20%;
padding-bottom: 1%;
padding-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3957c96a-7b6c-4d46-b2b8-10f54823637f {
  display: none;
}
#s-3957c96a-7b6c-4d46-b2b8-10f54823637f, #wrap-s-3957c96a-7b6c-4d46-b2b8-10f54823637f { display:none !important; }}@media (max-width: 767px){#s-3957c96a-7b6c-4d46-b2b8-10f54823637f {
  display: none;
}
#s-3957c96a-7b6c-4d46-b2b8-10f54823637f, #wrap-s-3957c96a-7b6c-4d46-b2b8-10f54823637f { display:none !important; }}







#s-3957c96a-7b6c-4d46-b2b8-10f54823637f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3957c96a-7b6c-4d46-b2b8-10f54823637f.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-ad596d47-d6ad-417d-ab70-123a52bfd778"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad596d47-d6ad-417d-ab70-123a52bfd778"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad596d47-d6ad-417d-ab70-123a52bfd778"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad596d47-d6ad-417d-ab70-123a52bfd778"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e2a5120a-3c51-4ff3-95f1-5349532d3196 {
  text-align: center;
}







  #s-e2a5120a-3c51-4ff3-95f1-5349532d3196 img.shogun-image {
    

    
    
    
  }


#s-e2a5120a-3c51-4ff3-95f1-5349532d3196 .shogun-image-content {
  
    align-items: center;
  
}

#s-465e2596-cb26-4293-8989-8061875ceb02 {
  padding-top: 6%;
padding-bottom: 6%;
}
@media (min-width: 768px) and (max-width: 991px){#s-465e2596-cb26-4293-8989-8061875ceb02 {
  display: none;
}
#s-465e2596-cb26-4293-8989-8061875ceb02, #wrap-s-465e2596-cb26-4293-8989-8061875ceb02 { display:none !important; }}@media (max-width: 767px){#s-465e2596-cb26-4293-8989-8061875ceb02 {
  display: none;
}
#s-465e2596-cb26-4293-8989-8061875ceb02, #wrap-s-465e2596-cb26-4293-8989-8061875ceb02 { display:none !important; }}
#s-465e2596-cb26-4293-8989-8061875ceb02 hr {
  border-top: 6px solid rgba(221, 221, 221, 0);
}

#s-d9b3f8b6-297f-4d2c-8ca3-26b9551f70b2 {
  padding-top: 11%;
padding-left: 5%;
padding-bottom: 3%;
text-align: left;
}

#s-d9b3f8b6-297f-4d2c-8ca3-26b9551f70b2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-480b1384-8219-4fde-901d-9c96da179625 {
  padding-left: 5%;
}

@media (min-width: 1200px){#s-20dd1e04-3745-4fab-a2a6-8dedccb9dc74 {
  display: none;
}
#s-20dd1e04-3745-4fab-a2a6-8dedccb9dc74, #wrap-s-20dd1e04-3745-4fab-a2a6-8dedccb9dc74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20dd1e04-3745-4fab-a2a6-8dedccb9dc74 {
  display: none;
}
#s-20dd1e04-3745-4fab-a2a6-8dedccb9dc74, #wrap-s-20dd1e04-3745-4fab-a2a6-8dedccb9dc74 { display:none !important; }}
#s-20dd1e04-3745-4fab-a2a6-8dedccb9dc74 hr {
  border-top: 1px solid rgba(20, 17, 17, 0);
}

#s-a188d26c-fa0b-4093-ab9d-85142dd86a84 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 1%;
padding-left: 20%;
padding-bottom: 1%;
padding-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a188d26c-fa0b-4093-ab9d-85142dd86a84 {
  display: none;
}
#s-a188d26c-fa0b-4093-ab9d-85142dd86a84, #wrap-s-a188d26c-fa0b-4093-ab9d-85142dd86a84 { display:none !important; }}@media (max-width: 767px){#s-a188d26c-fa0b-4093-ab9d-85142dd86a84 {
  display: none;
}
#s-a188d26c-fa0b-4093-ab9d-85142dd86a84, #wrap-s-a188d26c-fa0b-4093-ab9d-85142dd86a84 { display:none !important; }}







#s-a188d26c-fa0b-4093-ab9d-85142dd86a84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a188d26c-fa0b-4093-ab9d-85142dd86a84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa2b565e-ea6f-4658-808f-020ef1b0a8a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa2b565e-ea6f-4658-808f-020ef1b0a8a7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-8a4eb739-99b9-4b91-9858-91a2ecb132f7 hr {
  border-top: 2px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-2a098fe4-070b-4b1a-929f-ae5fa26f5431 {
  padding-top: 1%;
padding-bottom: 1%;
}

#s-2a098fe4-070b-4b1a-929f-ae5fa26f5431 .shg-sld-dot {
  background-color: rgba(144, 144, 144, 1);
}

#s-2a098fe4-070b-4b1a-929f-ae5fa26f5431 .shg-sld-nav-button.shg-sld-left,
#s-2a098fe4-070b-4b1a-929f-ae5fa26f5431 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(144, 144, 144, 1);
}

#s-20f14b11-3696-4226-a56a-cf51ba50d38b {
  margin-top: auto;
margin-bottom: auto;
}

@media (min-width: 0px) {
[id="s-20f14b11-3696-4226-a56a-cf51ba50d38b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20f14b11-3696-4226-a56a-cf51ba50d38b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20f14b11-3696-4226-a56a-cf51ba50d38b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20f14b11-3696-4226-a56a-cf51ba50d38b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-20f14b11-3696-4226-a56a-cf51ba50d38b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b64c91ec-2339-49bc-8902-22e4bd51ee70 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-f5a4b54b-8aaa-45f2-83e0-cb32b23c132f {
  min-height: 50px;
}








#s-f5a4b54b-8aaa-45f2-83e0-cb32b23c132f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5a4b54b-8aaa-45f2-83e0-cb32b23c132f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7faec411-d358-4799-bc92-dec767390664 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-7faec411-d358-4799-bc92-dec767390664 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-8364b261-dfbe-418d-b092-34d999e30379 {
  margin-left: 5%;
margin-right: 5%;
}

#s-fe6c30d5-5958-45d6-a03e-416261437521 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-e0a19adb-71ad-44d2-8202-a52b52c4fd16 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e0a19adb-71ad-44d2-8202-a52b52c4fd16:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0a19adb-71ad-44d2-8202-a52b52c4fd16:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e0a19adb-71ad-44d2-8202-a52b52c4fd16-root {
    text-align: center;
  }


#s-e0a19adb-71ad-44d2-8202-a52b52c4fd16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e0a19adb-71ad-44d2-8202-a52b52c4fd16-root {
    text-align: center;
  }


#s-e0a19adb-71ad-44d2-8202-a52b52c4fd16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0a19adb-71ad-44d2-8202-a52b52c4fd16-root {
    text-align: center;
  }


#s-e0a19adb-71ad-44d2-8202-a52b52c4fd16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0a19adb-71ad-44d2-8202-a52b52c4fd16-root {
    text-align: center;
  }


#s-e0a19adb-71ad-44d2-8202-a52b52c4fd16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e0a19adb-71ad-44d2-8202-a52b52c4fd16-root {
    text-align: center;
  }


#s-e0a19adb-71ad-44d2-8202-a52b52c4fd16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-e0a19adb-71ad-44d2-8202-a52b52c4fd16-root {
    text-align: center;
  }


#s-e0a19adb-71ad-44d2-8202-a52b52c4fd16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-91d436d9-6eb4-4753-92f1-6e7e9a77d571 {
  text-align: center;
}







  #s-91d436d9-6eb4-4753-92f1-6e7e9a77d571 img.shogun-image {
    

    
    
    
  }


#s-91d436d9-6eb4-4753-92f1-6e7e9a77d571 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a1e534b-16cd-4537-80c3-448077b2d959 {
  margin-top: auto;
margin-bottom: auto;
}

@media (min-width: 0px) {
[id="s-0a1e534b-16cd-4537-80c3-448077b2d959"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a1e534b-16cd-4537-80c3-448077b2d959"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a1e534b-16cd-4537-80c3-448077b2d959"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a1e534b-16cd-4537-80c3-448077b2d959"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0a1e534b-16cd-4537-80c3-448077b2d959"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bd336d49-d190-4ff1-9798-d575d433b135 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-9a51bb40-d012-4a51-a822-96859ce52655 {
  min-height: 50px;
}








#s-9a51bb40-d012-4a51-a822-96859ce52655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a51bb40-d012-4a51-a822-96859ce52655.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b83ef11-d17e-4e2e-88cb-0a2ab1aa68ad {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-0b83ef11-d17e-4e2e-88cb-0a2ab1aa68ad .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-5a0f9b4d-ec4f-4120-9531-76f9b72146fa {
  margin-left: 5%;
margin-right: 5%;
}

#s-11a0944b-8b3b-4fd8-8489-2a6664ab1865 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-09c296d1-9c9b-4509-a2b7-af0959699f33 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-09c296d1-9c9b-4509-a2b7-af0959699f33:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-09c296d1-9c9b-4509-a2b7-af0959699f33:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09c296d1-9c9b-4509-a2b7-af0959699f33-root {
    text-align: center;
  }


#s-09c296d1-9c9b-4509-a2b7-af0959699f33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-09c296d1-9c9b-4509-a2b7-af0959699f33-root {
    text-align: center;
  }


#s-09c296d1-9c9b-4509-a2b7-af0959699f33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09c296d1-9c9b-4509-a2b7-af0959699f33-root {
    text-align: center;
  }


#s-09c296d1-9c9b-4509-a2b7-af0959699f33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09c296d1-9c9b-4509-a2b7-af0959699f33-root {
    text-align: center;
  }


#s-09c296d1-9c9b-4509-a2b7-af0959699f33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-09c296d1-9c9b-4509-a2b7-af0959699f33-root {
    text-align: center;
  }


#s-09c296d1-9c9b-4509-a2b7-af0959699f33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-09c296d1-9c9b-4509-a2b7-af0959699f33-root {
    text-align: center;
  }


#s-09c296d1-9c9b-4509-a2b7-af0959699f33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5fee38ee-336c-4ebf-9f60-fc89412a5369 {
  text-align: center;
}







  #s-5fee38ee-336c-4ebf-9f60-fc89412a5369 img.shogun-image {
    

    
    
    
  }


#s-5fee38ee-336c-4ebf-9f60-fc89412a5369 .shogun-image-content {
  
    align-items: center;
  
}

#s-05697a56-d86c-4120-909e-7e5a4534b845 {
  margin-top: auto;
margin-bottom: auto;
}

@media (min-width: 0px) {
[id="s-05697a56-d86c-4120-909e-7e5a4534b845"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05697a56-d86c-4120-909e-7e5a4534b845"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05697a56-d86c-4120-909e-7e5a4534b845"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05697a56-d86c-4120-909e-7e5a4534b845"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-05697a56-d86c-4120-909e-7e5a4534b845"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e76f5cb2-6364-4b39-bdea-ee6d3d9fd1e7 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-849a16ae-9d43-46b3-bf0c-36e2731cefb5 {
  min-height: 50px;
}








#s-849a16ae-9d43-46b3-bf0c-36e2731cefb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-849a16ae-9d43-46b3-bf0c-36e2731cefb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99f9ad1f-8a4c-4af0-b5a1-be457e50ee57 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-99f9ad1f-8a4c-4af0-b5a1-be457e50ee57 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-5a1a1abe-f994-4f55-9246-eeab747fe6b9 {
  margin-left: 5%;
margin-right: 5%;
}

#s-903f4a80-1ef7-466f-ab29-e1479300dd51 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd-root {
    text-align: center;
  }


#s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd-root {
    text-align: center;
  }


#s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd-root {
    text-align: center;
  }


#s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd-root {
    text-align: center;
  }


#s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd-root {
    text-align: center;
  }


#s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd-root {
    text-align: center;
  }


#s-b7bfecbe-52a4-4c8f-9f88-b5c7740ab7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-abf34770-62c9-424d-8929-560e8e48f67e {
  text-align: center;
}







  #s-abf34770-62c9-424d-8929-560e8e48f67e img.shogun-image {
    

    
    
    
  }


#s-abf34770-62c9-424d-8929-560e8e48f67e .shogun-image-content {
  
    align-items: center;
  
}

#s-5e054c82-e150-4ed7-a91e-b441ce49ca58 {
  margin-top: auto;
margin-bottom: auto;
}

@media (min-width: 0px) {
[id="s-5e054c82-e150-4ed7-a91e-b441ce49ca58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e054c82-e150-4ed7-a91e-b441ce49ca58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e054c82-e150-4ed7-a91e-b441ce49ca58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e054c82-e150-4ed7-a91e-b441ce49ca58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-5e054c82-e150-4ed7-a91e-b441ce49ca58"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6992c413-ee79-4944-8d72-ec6a7b868d7e hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-ba70f210-0705-4509-8fe6-d4e61ab06bcf {
  min-height: 50px;
}








#s-ba70f210-0705-4509-8fe6-d4e61ab06bcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba70f210-0705-4509-8fe6-d4e61ab06bcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cbbaad8-2645-4e98-a37f-bbef2786208c {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-3cbbaad8-2645-4e98-a37f-bbef2786208c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-afd9c0dc-1188-4c87-85b8-e2b6ec88b8ca {
  margin-left: 5%;
margin-right: 5%;
}

#s-85102bff-a23d-4404-8a28-ceb5b22bb0e3 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-83325b47-5b59-42c7-92c0-dea06c7c51b1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-83325b47-5b59-42c7-92c0-dea06c7c51b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-83325b47-5b59-42c7-92c0-dea06c7c51b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-83325b47-5b59-42c7-92c0-dea06c7c51b1-root {
    text-align: center;
  }


#s-83325b47-5b59-42c7-92c0-dea06c7c51b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-83325b47-5b59-42c7-92c0-dea06c7c51b1-root {
    text-align: center;
  }


#s-83325b47-5b59-42c7-92c0-dea06c7c51b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83325b47-5b59-42c7-92c0-dea06c7c51b1-root {
    text-align: center;
  }


#s-83325b47-5b59-42c7-92c0-dea06c7c51b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83325b47-5b59-42c7-92c0-dea06c7c51b1-root {
    text-align: center;
  }


#s-83325b47-5b59-42c7-92c0-dea06c7c51b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-83325b47-5b59-42c7-92c0-dea06c7c51b1-root {
    text-align: center;
  }


#s-83325b47-5b59-42c7-92c0-dea06c7c51b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
  #s-83325b47-5b59-42c7-92c0-dea06c7c51b1-root {
    text-align: center;
  }


#s-83325b47-5b59-42c7-92c0-dea06c7c51b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-ec6f632c-155f-49dd-8339-798848e05bdc {
  text-align: center;
}







  #s-ec6f632c-155f-49dd-8339-798848e05bdc img.shogun-image {
    

    
    
    
  }


#s-ec6f632c-155f-49dd-8339-798848e05bdc .shogun-image-content {
  
    align-items: center;
  
}

#s-679d23f4-5403-4de9-9947-10b8dca6dbaf {
  margin-top: auto;
margin-bottom: auto;
}

@media (min-width: 0px) {
[id="s-679d23f4-5403-4de9-9947-10b8dca6dbaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-679d23f4-5403-4de9-9947-10b8dca6dbaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-679d23f4-5403-4de9-9947-10b8dca6dbaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-679d23f4-5403-4de9-9947-10b8dca6dbaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-679d23f4-5403-4de9-9947-10b8dca6dbaf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-79cd7ce4-a51c-4e56-ab82-1688ad72cbee {
  display: none;
}
#s-79cd7ce4-a51c-4e56-ab82-1688ad72cbee, #wrap-s-79cd7ce4-a51c-4e56-ab82-1688ad72cbee { display:none !important; }}@media (max-width: 767px){#s-79cd7ce4-a51c-4e56-ab82-1688ad72cbee {
  display: none;
}
#s-79cd7ce4-a51c-4e56-ab82-1688ad72cbee, #wrap-s-79cd7ce4-a51c-4e56-ab82-1688ad72cbee { display:none !important; }}
#s-79cd7ce4-a51c-4e56-ab82-1688ad72cbee hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-36bd4dcb-a899-4a0c-8e55-b968bf1a67b7 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-36bd4dcb-a899-4a0c-8e55-b968bf1a67b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36bd4dcb-a899-4a0c-8e55-b968bf1a67b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3dc009f-6d11-429d-9f3c-c65005610b26 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-a3dc009f-6d11-429d-9f3c-c65005610b26 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-30eeb6fd-b3fa-420c-9173-acbcfb60d074 {
  padding-left: 5%;
padding-right: 5%;
}

#s-c5bfcc89-b91a-4ec2-9634-026060040cbd hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-713e6f4a-b0c6-4804-ba49-60b1c343583b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-713e6f4a-b0c6-4804-ba49-60b1c343583b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-713e6f4a-b0c6-4804-ba49-60b1c343583b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-713e6f4a-b0c6-4804-ba49-60b1c343583b-root {
    text-align: center;
  }


#s-713e6f4a-b0c6-4804-ba49-60b1c343583b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-713e6f4a-b0c6-4804-ba49-60b1c343583b-root {
    text-align: center;
  }


#s-713e6f4a-b0c6-4804-ba49-60b1c343583b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-713e6f4a-b0c6-4804-ba49-60b1c343583b-root {
    text-align: center;
  }


#s-713e6f4a-b0c6-4804-ba49-60b1c343583b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-713e6f4a-b0c6-4804-ba49-60b1c343583b-root {
    text-align: center;
  }


#s-713e6f4a-b0c6-4804-ba49-60b1c343583b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-713e6f4a-b0c6-4804-ba49-60b1c343583b-root {
    text-align: center;
  }


#s-713e6f4a-b0c6-4804-ba49-60b1c343583b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
  #s-713e6f4a-b0c6-4804-ba49-60b1c343583b-root {
    text-align: center;
  }


#s-713e6f4a-b0c6-4804-ba49-60b1c343583b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-73647294-8e36-45d9-8735-c9007c4c8355 {
  text-align: center;
}







  #s-73647294-8e36-45d9-8735-c9007c4c8355 img.shogun-image {
    

    
    
    
  }


#s-73647294-8e36-45d9-8735-c9007c4c8355 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f9eef49-52ed-401c-8bfc-104023ec5ad4 {
  margin-top: -1px;
margin-bottom: -1px;
}

@media (min-width: 0px) {
[id="s-5f9eef49-52ed-401c-8bfc-104023ec5ad4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f9eef49-52ed-401c-8bfc-104023ec5ad4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f9eef49-52ed-401c-8bfc-104023ec5ad4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f9eef49-52ed-401c-8bfc-104023ec5ad4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-5f9eef49-52ed-401c-8bfc-104023ec5ad4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4895f300-a67c-45cf-aa18-bc0b36ee37d2 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-e4af30e6-258a-4d8a-9867-900535d3a89c {
  min-height: 50px;
}








#s-e4af30e6-258a-4d8a-9867-900535d3a89c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4af30e6-258a-4d8a-9867-900535d3a89c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d6a0487-7881-4c62-acf4-a4241457f638 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-4d6a0487-7881-4c62-acf4-a4241457f638 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-25927011-9fba-49bc-9c7d-5ad14144192d {
  padding-left: 5%;
padding-right: 5%;
}

#s-5453d9c0-b60c-4a55-acea-c289447f3abf hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-0381a818-6a91-4252-b732-9fe124c209b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0381a818-6a91-4252-b732-9fe124c209b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0381a818-6a91-4252-b732-9fe124c209b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0381a818-6a91-4252-b732-9fe124c209b6-root {
    text-align: center;
  }


#s-0381a818-6a91-4252-b732-9fe124c209b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0381a818-6a91-4252-b732-9fe124c209b6-root {
    text-align: center;
  }


#s-0381a818-6a91-4252-b732-9fe124c209b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0381a818-6a91-4252-b732-9fe124c209b6-root {
    text-align: center;
  }


#s-0381a818-6a91-4252-b732-9fe124c209b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0381a818-6a91-4252-b732-9fe124c209b6-root {
    text-align: center;
  }


#s-0381a818-6a91-4252-b732-9fe124c209b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0381a818-6a91-4252-b732-9fe124c209b6-root {
    text-align: center;
  }


#s-0381a818-6a91-4252-b732-9fe124c209b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
  #s-0381a818-6a91-4252-b732-9fe124c209b6-root {
    text-align: center;
  }


#s-0381a818-6a91-4252-b732-9fe124c209b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-64cfc36b-27d8-421b-bc94-f3187dcca4b9 {
  text-align: center;
}







  #s-64cfc36b-27d8-421b-bc94-f3187dcca4b9 img.shogun-image {
    

    
    
    
  }


#s-64cfc36b-27d8-421b-bc94-f3187dcca4b9 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}