.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-ce7029ee-4fe5-4755-bf73-e134326b0b7a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1500px;
}








#s-ce7029ee-4fe5-4755-bf73-e134326b0b7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce7029ee-4fe5-4755-bf73-e134326b0b7a.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-c57a41d7-810f-4dc5-8292-8c8148968927 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-c57a41d7-810f-4dc5-8292-8c8148968927"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-7da906d3-b4f4-4d58-a6f3-8fa1e596c1d0 {
  border-style: solid;
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: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}




  #s-7da906d3-b4f4-4d58-a6f3-8fa1e596c1d0 img.shogun-image {
    
    width: px;
  }


#s-7da906d3-b4f4-4d58-a6f3-8fa1e596c1d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-183ceae3-6f3d-407e-ade0-7398fdeeed67 {
  border-style: solid;
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: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}




  #s-183ceae3-6f3d-407e-ade0-7398fdeeed67 img.shogun-image {
    
    width: px;
  }


#s-183ceae3-6f3d-407e-ade0-7398fdeeed67 .shogun-image-content {
  
    align-items: center;
  
}

#s-761eb7d7-442d-409c-be8a-763c21acc7d9 {
  background-image: url(https://i.shgcdn.com/848ab4d8-65cb-42cf-b03c-abbc421534ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(33, 46, 57, 1);
border-style: solid;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-761eb7d7-442d-409c-be8a-763c21acc7d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2px;
border-color: rgba(33, 46, 57, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fd3b52e-7a8b-4d72-b19b-aea29fcd5393"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e343e698-854c-4db2-b564-2224d2947068 {
  text-align: center;
}




  #s-e343e698-854c-4db2-b564-2224d2947068 img.shogun-image {
    
    width: px;
  }


#s-e343e698-854c-4db2-b564-2224d2947068 .shogun-image-content {
  
    align-items: 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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-75895c63-80f1-4966-8b72-6f05545a49b6 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 0px;
padding-right: 0px;
}

#s-1bfdb97a-a888-4fc1-86ef-04949cb634cf {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2px;
border-color: rgba(33, 46, 57, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bfdb97a-a888-4fc1-86ef-04949cb634cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-18a79d71-0f28-4a7a-99f4-86fff803434e {
  text-align: center;
}




  #s-18a79d71-0f28-4a7a-99f4-86fff803434e img.shogun-image {
    
    width: px;
  }


#s-18a79d71-0f28-4a7a-99f4-86fff803434e .shogun-image-content {
  
    align-items: center;
  
}

#s-7e143441-2cb8-4481-ad66-0d0076260197 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 0px;
padding-right: 0px;
}

#s-93bd52d9-c58e-4baa-9875-d006e92701be {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2px;
border-color: rgba(33, 46, 57, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93bd52d9-c58e-4baa-9875-d006e92701be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-755b1ac8-6ed0-4d7f-b2ec-5a259f8783cb {
  text-align: center;
}




  #s-755b1ac8-6ed0-4d7f-b2ec-5a259f8783cb img.shogun-image {
    
    width: px;
  }


#s-755b1ac8-6ed0-4d7f-b2ec-5a259f8783cb .shogun-image-content {
  
    align-items: center;
  
}

#s-7c90c323-fa8f-49c3-8b42-a32d1da50913 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 0px;
padding-right: 0px;
}

#s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(33, 46, 57, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b5c7364-785c-4ff0-bcba-5abe9bcd6cf7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-95225270-89d9-4fc7-9b10-e260808c9da3 {
  text-align: center;
}




  #s-95225270-89d9-4fc7-9b10-e260808c9da3 img.shogun-image {
    
    width: px;
  }


#s-95225270-89d9-4fc7-9b10-e260808c9da3 .shogun-image-content {
  
    align-items: center;
  
}

#s-27dfce94-e024-4431-bfe6-3a3e911a82cf {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 0px;
padding-right: 0px;
}

#s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a {
  margin-top: 25px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d4eafcf7-2f56-4a59-9e9d-366489bd4b7a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cd49398c-8e4b-4ec8-9206-a85a71f2cc9f {
  margin-top: 30px;
}

#s-cd49398c-8e4b-4ec8-9206-a85a71f2cc9f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(33, 46, 57, 1);
}

#s-66867190-497a-437f-a4bd-06a343b0da97 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-66867190-497a-437f-a4bd-06a343b0da97 img.shogun-image {
    
    width: px;
  }


#s-66867190-497a-437f-a4bd-06a343b0da97 .shogun-image-content {
  
    align-items: center;
  
}

#s-34564c72-501e-4834-a31a-320c3e3ef393 {
  margin-top: 30px;
}

#s-34564c72-501e-4834-a31a-320c3e3ef393 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(33, 46, 57, 1);
}

#s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb {
  margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-45835f1e-9ca9-4ae7-9866-ad88ac58eecb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-a356ffcb-e6e7-4dd8-a3af-cd8579ee9a78 {
  display: none;
}
.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: #000;
  text-transform: none;
  font-weight: normal;
  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-6ec2fab8-1b69-4c80-b70b-8aeef71133c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ec2fab8-1b69-4c80-b70b-8aeef71133c1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.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;
  width: 100%;
  height: 100%;
  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-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb {
  text-align: left;
}


.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb {
  max-width: 100%;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb .shg-image-zoom,
.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb {
  max-width: 100%;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb .shg-image-zoom,
.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb {
  max-width: 100%;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb .shg-image-zoom,
.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb {
  max-width: 100%;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb .shg-image-zoom,
.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb {
  max-width: 100%;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb .shg-image-zoom,
.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2854c1b3-0d01-45b2-82c9-fcc031a8d7bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-777c76ff-2a95-4542-9c17-9a0b658b497b {
  text-align: left;
}

#s-777c76ff-2a95-4542-9c17-9a0b658b497b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-777c76ff-2a95-4542-9c17-9a0b658b497b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-777c76ff-2a95-4542-9c17-9a0b658b497b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-777c76ff-2a95-4542-9c17-9a0b658b497b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-0a32b33e-afff-4a23-a44a-80d0587b6fc0 {
  text-align: center;
}

#s-0a32b33e-afff-4a23-a44a-80d0587b6fc0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0a32b33e-afff-4a23-a44a-80d0587b6fc0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0a32b33e-afff-4a23-a44a-80d0587b6fc0 .shg-product-compare-price {
  display: none;
  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-2acd3d9d-40e7-4f5b-8db7-cec83504cf2e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2acd3d9d-40e7-4f5b-8db7-cec83504cf2e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2acd3d9d-40e7-4f5b-8db7-cec83504cf2e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2acd3d9d-40e7-4f5b-8db7-cec83504cf2e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2acd3d9d-40e7-4f5b-8db7-cec83504cf2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2acd3d9d-40e7-4f5b-8db7-cec83504cf2e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2acd3d9d-40e7-4f5b-8db7-cec83504cf2e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cee6019c-6366-43e2-900e-77cda7e82b59 {
  margin-bottom: 55px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cee6019c-6366-43e2-900e-77cda7e82b59 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e5e6ad30-e41f-49ac-a55a-2e0706ac7925 {
  display: none;
}
#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd {
  text-align: left;
}


.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd {
  max-width: 100%;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd .shg-image-zoom,
.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd {
  max-width: 100%;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd .shg-image-zoom,
.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd {
  max-width: 100%;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd .shg-image-zoom,
.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd {
  max-width: 100%;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd .shg-image-zoom,
.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd {
  max-width: 100%;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd .shg-image-zoom,
.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0efe256a-fdad-4dd3-94eb-36a74f5ac2dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2655182d-f051-441c-bed9-4bc847ce58e9 {
  text-align: left;
}

#s-2655182d-f051-441c-bed9-4bc847ce58e9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2655182d-f051-441c-bed9-4bc847ce58e9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2655182d-f051-441c-bed9-4bc847ce58e9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2655182d-f051-441c-bed9-4bc847ce58e9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c917af6a-52d3-4070-b658-41ced10f2a36 {
  text-align: center;
}

#s-c917af6a-52d3-4070-b658-41ced10f2a36 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c917af6a-52d3-4070-b658-41ced10f2a36 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c917af6a-52d3-4070-b658-41ced10f2a36 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a7065ecb-5f70-40a9-9262-0bfa7bd6664c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a7065ecb-5f70-40a9-9262-0bfa7bd6664c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7065ecb-5f70-40a9-9262-0bfa7bd6664c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a7065ecb-5f70-40a9-9262-0bfa7bd6664c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7065ecb-5f70-40a9-9262-0bfa7bd6664c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7065ecb-5f70-40a9-9262-0bfa7bd6664c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a7065ecb-5f70-40a9-9262-0bfa7bd6664c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-846dc28e-a111-432f-9341-6fcd0439f554 {
  margin-bottom: 55px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-846dc28e-a111-432f-9341-6fcd0439f554 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cbfeebda-cea2-48fe-86ca-5970da3cb89c {
  display: none;
}
#s-ba8898ad-d20a-4fa7-ab93-07887757984f {
  text-align: left;
}


.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f {
  max-width: 100%;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f .shg-image-zoom,
.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f {
  max-width: 100%;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f .shg-image-zoom,
.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f {
  max-width: 100%;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f .shg-image-zoom,
.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f {
  max-width: 100%;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f .shg-image-zoom,
.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f {
  max-width: 100%;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f .shg-image-zoom,
.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba8898ad-d20a-4fa7-ab93-07887757984f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cd015564-1cec-41a2-a88d-1d5b2140ec4f {
  text-align: left;
}

#s-cd015564-1cec-41a2-a88d-1d5b2140ec4f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-cd015564-1cec-41a2-a88d-1d5b2140ec4f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cd015564-1cec-41a2-a88d-1d5b2140ec4f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cd015564-1cec-41a2-a88d-1d5b2140ec4f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a1e025e6-dc73-4332-9756-52ff73a7ad43 {
  text-align: center;
}

#s-a1e025e6-dc73-4332-9756-52ff73a7ad43 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a1e025e6-dc73-4332-9756-52ff73a7ad43 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a1e025e6-dc73-4332-9756-52ff73a7ad43 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-365a27fd-81b2-45c5-a242-6698f26926ea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-365a27fd-81b2-45c5-a242-6698f26926ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-365a27fd-81b2-45c5-a242-6698f26926ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-365a27fd-81b2-45c5-a242-6698f26926ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-365a27fd-81b2-45c5-a242-6698f26926ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-365a27fd-81b2-45c5-a242-6698f26926ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-365a27fd-81b2-45c5-a242-6698f26926ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-89429a44-dee8-4a61-aed6-79d2a69ce477 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89429a44-dee8-4a61-aed6-79d2a69ce477 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f34a40a3-2a96-4d9d-b08a-cfb6b6c59229 {
  display: none;
}
#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe {
  text-align: left;
}


.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe {
  max-width: 100%;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe .shg-image-zoom,
.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe {
  max-width: 100%;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe .shg-image-zoom,
.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe {
  max-width: 100%;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe .shg-image-zoom,
.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe {
  max-width: 100%;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe .shg-image-zoom,
.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe {
  max-width: 100%;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe .shg-image-zoom,
.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76f2a082-04c7-41be-9b0a-15813fa6c8fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a447519e-f8d5-4ae3-b296-1665e88deb21 {
  text-align: left;
}

#s-a447519e-f8d5-4ae3-b296-1665e88deb21 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a447519e-f8d5-4ae3-b296-1665e88deb21 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a447519e-f8d5-4ae3-b296-1665e88deb21 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a447519e-f8d5-4ae3-b296-1665e88deb21 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-1e1a6ddf-327c-43a7-86f4-2a608b7bac3d {
  text-align: center;
}

#s-1e1a6ddf-327c-43a7-86f4-2a608b7bac3d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1e1a6ddf-327c-43a7-86f4-2a608b7bac3d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1e1a6ddf-327c-43a7-86f4-2a608b7bac3d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5a0e69b-4397-448f-a0c8-8bdf0c20c0de {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c5a0e69b-4397-448f-a0c8-8bdf0c20c0de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5a0e69b-4397-448f-a0c8-8bdf0c20c0de:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c5a0e69b-4397-448f-a0c8-8bdf0c20c0de {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5a0e69b-4397-448f-a0c8-8bdf0c20c0de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5a0e69b-4397-448f-a0c8-8bdf0c20c0de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5a0e69b-4397-448f-a0c8-8bdf0c20c0de.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1a825c85-7a40-4789-bc21-a714d53994d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a825c85-7a40-4789-bc21-a714d53994d7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0daf0e0e-4138-41c4-a368-4706e7db79c6 {
  display: none;
}
#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 {
  text-align: left;
}


.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 {
  max-width: 100%;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 .shg-image-zoom,
.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 {
  max-width: 100%;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 .shg-image-zoom,
.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 {
  max-width: 100%;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 .shg-image-zoom,
.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 {
  max-width: 100%;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 .shg-image-zoom,
.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 {
  max-width: 100%;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 .shg-image-zoom,
.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b91105b-7a2f-438b-ab38-8ba8a42699b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fe5f9e02-782d-4482-aaf0-d215a8281643 {
  text-align: left;
}

#s-fe5f9e02-782d-4482-aaf0-d215a8281643 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fe5f9e02-782d-4482-aaf0-d215a8281643 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fe5f9e02-782d-4482-aaf0-d215a8281643 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fe5f9e02-782d-4482-aaf0-d215a8281643 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-00d57392-24a2-44c2-a27e-da7bd961b582 {
  text-align: center;
}

#s-00d57392-24a2-44c2-a27e-da7bd961b582 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-00d57392-24a2-44c2-a27e-da7bd961b582 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-00d57392-24a2-44c2-a27e-da7bd961b582 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-077f2eb7-3923-46a4-aea4-6701eb3e7a90 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-077f2eb7-3923-46a4-aea4-6701eb3e7a90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-077f2eb7-3923-46a4-aea4-6701eb3e7a90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-077f2eb7-3923-46a4-aea4-6701eb3e7a90 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-077f2eb7-3923-46a4-aea4-6701eb3e7a90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-077f2eb7-3923-46a4-aea4-6701eb3e7a90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-077f2eb7-3923-46a4-aea4-6701eb3e7a90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aa0abee1-9c52-4fa9-ab73-dbb629582f6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa0abee1-9c52-4fa9-ab73-dbb629582f6d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f343701e-3a1c-4ac9-a53e-c8c61de0dbb7 {
  display: none;
}
#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 {
  text-align: left;
}


.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 {
  max-width: 100%;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 .shg-image-zoom,
.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 {
  max-width: 100%;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 .shg-image-zoom,
.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 {
  max-width: 100%;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 .shg-image-zoom,
.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 {
  max-width: 100%;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 .shg-image-zoom,
.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 {
  max-width: 100%;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 .shg-image-zoom,
.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9f29d10-d8d1-4ed4-96cc-b07138ec1562 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5690ce69-e782-435a-8f6b-12ff9ffb6734 {
  text-align: left;
}

#s-5690ce69-e782-435a-8f6b-12ff9ffb6734 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5690ce69-e782-435a-8f6b-12ff9ffb6734 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5690ce69-e782-435a-8f6b-12ff9ffb6734 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5690ce69-e782-435a-8f6b-12ff9ffb6734 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-983f527e-3660-4a37-9775-2cdd9a411af2 {
  text-align: center;
}

#s-983f527e-3660-4a37-9775-2cdd9a411af2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-983f527e-3660-4a37-9775-2cdd9a411af2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-983f527e-3660-4a37-9775-2cdd9a411af2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a8d0f69a-7e94-44a5-bef1-5b7505cfe893 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a8d0f69a-7e94-44a5-bef1-5b7505cfe893:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8d0f69a-7e94-44a5-bef1-5b7505cfe893:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a8d0f69a-7e94-44a5-bef1-5b7505cfe893 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a8d0f69a-7e94-44a5-bef1-5b7505cfe893.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a8d0f69a-7e94-44a5-bef1-5b7505cfe893.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a8d0f69a-7e94-44a5-bef1-5b7505cfe893.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6d1dfee0-e706-445b-b750-97f223960125 {
  margin-top: 25px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d1dfee0-e706-445b-b750-97f223960125"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-643c5db7-25c3-443f-8208-3f7cc450bbbb {
  margin-top: 10px;
}

#s-643c5db7-25c3-443f-8208-3f7cc450bbbb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(33, 46, 57, 1);
}

#s-a65a8be7-92bb-4b10-8308-b0b9f0e2066d {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-a65a8be7-92bb-4b10-8308-b0b9f0e2066d img.shogun-image {
    
    width: px;
  }


#s-a65a8be7-92bb-4b10-8308-b0b9f0e2066d .shogun-image-content {
  
    align-items: center;
  
}

#s-baeed617-d76d-44d2-97a9-7fc617a6e228 {
  margin-top: 10px;
}

#s-baeed617-d76d-44d2-97a9-7fc617a6e228 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(33, 46, 57, 1);
}

#s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d {
  margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e1f0ffdb-8f43-4079-80a3-3da5e6eab06d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-edb8e794-7708-42c7-9278-7985cd281433 {
  display: none;
}
#s-40451130-cff9-4d95-8918-cd90272a09b8 {
  margin-bottom: 55px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40451130-cff9-4d95-8918-cd90272a09b8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 {
  text-align: left;
}


.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 {
  max-width: 100%;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 .shg-image-zoom,
.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 {
  max-width: 100%;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 .shg-image-zoom,
.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 {
  max-width: 100%;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 .shg-image-zoom,
.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 {
  max-width: 100%;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 .shg-image-zoom,
.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 {
  max-width: 100%;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 .shg-image-zoom,
.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a2105cd-a1a3-4eff-9f1b-02ce8177f7e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9f176167-b30b-457b-bc75-bc52d299b017 {
  text-align: left;
}

#s-9f176167-b30b-457b-bc75-bc52d299b017 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9f176167-b30b-457b-bc75-bc52d299b017 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9f176167-b30b-457b-bc75-bc52d299b017 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9f176167-b30b-457b-bc75-bc52d299b017 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-6c80765c-f910-407f-8b41-170d25b5ce7b {
  text-align: center;
}

#s-6c80765c-f910-407f-8b41-170d25b5ce7b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6c80765c-f910-407f-8b41-170d25b5ce7b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6c80765c-f910-407f-8b41-170d25b5ce7b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1b4a3139-cd35-4fb5-84a2-195fe8dff7ad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1b4a3139-cd35-4fb5-84a2-195fe8dff7ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b4a3139-cd35-4fb5-84a2-195fe8dff7ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1b4a3139-cd35-4fb5-84a2-195fe8dff7ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1b4a3139-cd35-4fb5-84a2-195fe8dff7ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b4a3139-cd35-4fb5-84a2-195fe8dff7ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1b4a3139-cd35-4fb5-84a2-195fe8dff7ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1433f049-94bb-456a-b12b-694d51683717 {
  margin-bottom: 55px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1433f049-94bb-456a-b12b-694d51683717 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0ad6cd14-4882-41b3-a5e0-a5f7bcf8faa9 {
  display: none;
}
#s-e50d5b96-7c40-4053-8666-14261b3e9e61 {
  text-align: left;
}


.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 {
  max-width: 100%;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 .shg-image-zoom,
.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 {
  max-width: 100%;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 .shg-image-zoom,
.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 {
  max-width: 100%;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 .shg-image-zoom,
.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 {
  max-width: 100%;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 .shg-image-zoom,
.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 {
  max-width: 100%;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 .shg-image-zoom,
.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e50d5b96-7c40-4053-8666-14261b3e9e61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0f904d43-6d27-4eff-8011-921ab24571ae {
  text-align: left;
}

#s-0f904d43-6d27-4eff-8011-921ab24571ae .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0f904d43-6d27-4eff-8011-921ab24571ae .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0f904d43-6d27-4eff-8011-921ab24571ae .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0f904d43-6d27-4eff-8011-921ab24571ae .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-0c4d0aa4-7362-4d5d-a536-5011c5168984 {
  text-align: center;
}

#s-0c4d0aa4-7362-4d5d-a536-5011c5168984 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0c4d0aa4-7362-4d5d-a536-5011c5168984 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0c4d0aa4-7362-4d5d-a536-5011c5168984 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-69b5c50b-9f37-4896-a410-4d84ce15df1a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-69b5c50b-9f37-4896-a410-4d84ce15df1a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69b5c50b-9f37-4896-a410-4d84ce15df1a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-69b5c50b-9f37-4896-a410-4d84ce15df1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69b5c50b-9f37-4896-a410-4d84ce15df1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69b5c50b-9f37-4896-a410-4d84ce15df1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69b5c50b-9f37-4896-a410-4d84ce15df1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-299fbc82-a9f8-4a8e-a5cb-51036f4fe93c {
  margin-bottom: 55px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-299fbc82-a9f8-4a8e-a5cb-51036f4fe93c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d0c6cd0-5559-4193-9f5f-9259b649fa77 {
  display: none;
}
#s-15fb949f-88da-41ee-b468-a94215e2fa6e {
  text-align: left;
}


.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e {
  max-width: 100%;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e .shg-image-zoom,
.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e {
  max-width: 100%;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e .shg-image-zoom,
.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e {
  max-width: 100%;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e .shg-image-zoom,
.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e {
  max-width: 100%;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e .shg-image-zoom,
.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e {
  max-width: 100%;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e .shg-image-zoom,
.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15fb949f-88da-41ee-b468-a94215e2fa6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3d4e9f48-1369-43bd-b304-1a8a22307f2a {
  text-align: left;
}

#s-3d4e9f48-1369-43bd-b304-1a8a22307f2a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3d4e9f48-1369-43bd-b304-1a8a22307f2a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3d4e9f48-1369-43bd-b304-1a8a22307f2a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3d4e9f48-1369-43bd-b304-1a8a22307f2a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-2d09b3e3-d7cb-4c8d-9a0e-1d890dfabfb6 {
  text-align: center;
}

#s-2d09b3e3-d7cb-4c8d-9a0e-1d890dfabfb6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2d09b3e3-d7cb-4c8d-9a0e-1d890dfabfb6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d09b3e3-d7cb-4c8d-9a0e-1d890dfabfb6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0101f056-ba45-48b0-a1a1-cb979eacbd40 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0101f056-ba45-48b0-a1a1-cb979eacbd40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0101f056-ba45-48b0-a1a1-cb979eacbd40:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0101f056-ba45-48b0-a1a1-cb979eacbd40 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0101f056-ba45-48b0-a1a1-cb979eacbd40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0101f056-ba45-48b0-a1a1-cb979eacbd40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0101f056-ba45-48b0-a1a1-cb979eacbd40.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-27f0d959-0130-441e-83e8-cc7942fdea9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27f0d959-0130-441e-83e8-cc7942fdea9f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a30b6c2f-b1e7-49f9-a08e-91808407c7dd {
  display: none;
}
#s-9d589a03-0a1e-477b-a474-f7a49264ce9b {
  text-align: left;
}


.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b {
  max-width: 100%;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b .shg-image-zoom,
.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b {
  max-width: 100%;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b .shg-image-zoom,
.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b {
  max-width: 100%;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b .shg-image-zoom,
.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b {
  max-width: 100%;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b .shg-image-zoom,
.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b {
  max-width: 100%;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b .shg-image-zoom,
.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d589a03-0a1e-477b-a474-f7a49264ce9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9ae2e5fa-8d74-412c-b40e-30b883935cda {
  text-align: left;
}

#s-9ae2e5fa-8d74-412c-b40e-30b883935cda .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9ae2e5fa-8d74-412c-b40e-30b883935cda .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9ae2e5fa-8d74-412c-b40e-30b883935cda .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9ae2e5fa-8d74-412c-b40e-30b883935cda .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-489f8358-48e4-46cd-befa-3630ec959132 {
  text-align: center;
}

#s-489f8358-48e4-46cd-befa-3630ec959132 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-489f8358-48e4-46cd-befa-3630ec959132 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-489f8358-48e4-46cd-befa-3630ec959132 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7f38d92c-ee9d-41f5-9e64-1ea3cd4ca54b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7f38d92c-ee9d-41f5-9e64-1ea3cd4ca54b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f38d92c-ee9d-41f5-9e64-1ea3cd4ca54b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7f38d92c-ee9d-41f5-9e64-1ea3cd4ca54b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f38d92c-ee9d-41f5-9e64-1ea3cd4ca54b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f38d92c-ee9d-41f5-9e64-1ea3cd4ca54b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7f38d92c-ee9d-41f5-9e64-1ea3cd4ca54b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f2f49bc2-435f-4b53-816a-d686b2281751 {
  margin-bottom: 55px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2f49bc2-435f-4b53-816a-d686b2281751 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-da1079d0-1dbe-45ec-bcce-0e5169b08625 {
  display: none;
}
#s-578572ef-b54e-4b20-a717-0eb6196662a4 {
  text-align: left;
}


.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 {
  max-width: 100%;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 .shg-image-zoom,
.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 {
  max-width: 100%;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 .shg-image-zoom,
.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 {
  max-width: 100%;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 .shg-image-zoom,
.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 {
  max-width: 100%;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 .shg-image-zoom,
.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 {
  max-width: 100%;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 .shg-image-zoom,
.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578572ef-b54e-4b20-a717-0eb6196662a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9476c303-f3fe-466a-9fdf-75d668f627a8 {
  text-align: left;
}

#s-9476c303-f3fe-466a-9fdf-75d668f627a8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9476c303-f3fe-466a-9fdf-75d668f627a8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9476c303-f3fe-466a-9fdf-75d668f627a8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9476c303-f3fe-466a-9fdf-75d668f627a8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-51d95cdf-870a-48de-81e1-55d654ef8a20 {
  text-align: center;
}

#s-51d95cdf-870a-48de-81e1-55d654ef8a20 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-51d95cdf-870a-48de-81e1-55d654ef8a20 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-51d95cdf-870a-48de-81e1-55d654ef8a20 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f9f7987e-1bb3-4be2-a488-42fb505f3c73 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f9f7987e-1bb3-4be2-a488-42fb505f3c73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9f7987e-1bb3-4be2-a488-42fb505f3c73:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f9f7987e-1bb3-4be2-a488-42fb505f3c73 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f9f7987e-1bb3-4be2-a488-42fb505f3c73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9f7987e-1bb3-4be2-a488-42fb505f3c73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f9f7987e-1bb3-4be2-a488-42fb505f3c73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a4b43b82-28cc-4ec0-a003-e2e9457f7068 {
  margin-bottom: 55px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4b43b82-28cc-4ec0-a003-e2e9457f7068 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c113e9b-f828-41c4-bdf3-06dac7450406 {
  display: none;
}
#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 {
  text-align: left;
}


.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 {
  max-width: 100%;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 .shg-image-zoom,
.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 {
  max-width: 100%;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 .shg-image-zoom,
.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 {
  max-width: 100%;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 .shg-image-zoom,
.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 {
  max-width: 100%;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 .shg-image-zoom,
.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 {
  max-width: 100%;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 .shg-image-zoom,
.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a1d05bb-2c9e-4f0f-a38d-0a68d4b42290 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4af66926-8303-465a-8605-fa97d434d451 {
  text-align: left;
}

#s-4af66926-8303-465a-8605-fa97d434d451 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4af66926-8303-465a-8605-fa97d434d451 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4af66926-8303-465a-8605-fa97d434d451 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4af66926-8303-465a-8605-fa97d434d451 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-030299de-e332-44f0-a17f-d5e09ff5366b {
  text-align: center;
}

#s-030299de-e332-44f0-a17f-d5e09ff5366b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-030299de-e332-44f0-a17f-d5e09ff5366b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-030299de-e332-44f0-a17f-d5e09ff5366b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5df1f5f3-c0f3-4cab-ab68-8e93e2064a59 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5df1f5f3-c0f3-4cab-ab68-8e93e2064a59:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5df1f5f3-c0f3-4cab-ab68-8e93e2064a59:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5df1f5f3-c0f3-4cab-ab68-8e93e2064a59 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5df1f5f3-c0f3-4cab-ab68-8e93e2064a59.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5df1f5f3-c0f3-4cab-ab68-8e93e2064a59.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5df1f5f3-c0f3-4cab-ab68-8e93e2064a59.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-226a7f8f-32ff-411c-abc6-ab592a3423dc {
  margin-top: 25px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-226a7f8f-32ff-411c-abc6-ab592a3423dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-38f491eb-7c82-4597-94cf-71b224d49d19 {
  margin-top: 10px;
}

#s-38f491eb-7c82-4597-94cf-71b224d49d19 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(33, 46, 57, 1);
}

#s-955abb97-e9b4-4b65-82b5-93de25da86f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-955abb97-e9b4-4b65-82b5-93de25da86f1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9d77928d-1863-4025-8935-d3422fa1c29f {
  margin-top: 10px;
}

#s-9d77928d-1863-4025-8935-d3422fa1c29f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(33, 46, 57, 1);
}

#s-36c0a4b8-88c6-4181-a526-a48af27edf95 {
  border-style: solid;
margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(124, 124, 124, 1);
border-style: solid;
border-radius: 4px;
min-height: 200px;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-36c0a4b8-88c6-4181-a526-a48af27edf95"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

#s-a31a19a3-c2ab-4323-8bdc-74d30a103e82 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-a31a19a3-c2ab-4323-8bdc-74d30a103e82 {
  display: none;
}
#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 {
  text-align: left;
}


.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 {
  max-width: 100%;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 .shg-image-zoom,
.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 {
  max-width: 100%;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 .shg-image-zoom,
.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 {
  max-width: 100%;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 .shg-image-zoom,
.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 {
  max-width: 100%;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 .shg-image-zoom,
.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 {
  max-width: 100%;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 .shg-image-zoom,
.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7eed5ca-8833-4e72-ad42-b0d72ccee7f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-08be583b-e004-407d-8f07-1b23c0f05f2c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-49c0a2a7-5c4a-4994-9872-d1a95be4367b {
  margin-top: 10px;
padding-bottom: 0px;
}

#s-f4927ba3-b833-43b0-9d6b-b5df42d58300 {
  text-align: left;
}

#s-f4927ba3-b833-43b0-9d6b-b5df42d58300 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f4927ba3-b833-43b0-9d6b-b5df42d58300 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f4927ba3-b833-43b0-9d6b-b5df42d58300 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f4927ba3-b833-43b0-9d6b-b5df42d58300 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-3045e83f-4ad1-4ebe-a2aa-c59c9b9757e0 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(254, 254, 254, 1);
}

#s-3045e83f-4ad1-4ebe-a2aa-c59c9b9757e0 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3045e83f-4ad1-4ebe-a2aa-c59c9b9757e0 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3045e83f-4ad1-4ebe-a2aa-c59c9b9757e0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-993e3159-521b-4377-a156-ae420aa44d12 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-993e3159-521b-4377-a156-ae420aa44d12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-993e3159-521b-4377-a156-ae420aa44d12:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-993e3159-521b-4377-a156-ae420aa44d12 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-993e3159-521b-4377-a156-ae420aa44d12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-993e3159-521b-4377-a156-ae420aa44d12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-993e3159-521b-4377-a156-ae420aa44d12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-993e3159-521b-4377-a156-ae420aa44d12.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-de978536-b9a3-4bec-b308-27a528845e82 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-de978536-b9a3-4bec-b308-27a528845e82 {
  display: none;
}
#s-346c8983-4025-4236-9487-d8bd78522473 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 {
  max-width: 100%;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 .shg-image-zoom,
.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 img.shogun-image {
  max-width: 230px !important;
  min-height: 22px !important;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 {
  max-width: 100%;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 .shg-image-zoom,
.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 img.shogun-image {
  max-width: 230px !important;
  min-height: 22px !important;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 {
  max-width: 100%;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 .shg-image-zoom,
.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 img.shogun-image {
  max-width: 230px !important;
  min-height: 22px !important;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 {
  max-width: 100%;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 .shg-image-zoom,
.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 img.shogun-image {
  max-width: 230px !important;
  min-height: 22px !important;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 {
  max-width: 100%;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 .shg-image-zoom,
.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 img.shogun-image {
  max-width: 230px !important;
  min-height: 22px !important;
}

.shg-c#s-346c8983-4025-4236-9487-d8bd78522473 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7e116f37-24ff-4891-9e4a-6fe39064a7ed {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e5343248-c736-4212-a126-5601410f8c3e {
  margin-top: 10px;
padding-bottom: 0px;
}

#s-01647a16-7e1c-4874-9149-3f8ae41e3d5a {
  text-align: left;
}

#s-01647a16-7e1c-4874-9149-3f8ae41e3d5a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-01647a16-7e1c-4874-9149-3f8ae41e3d5a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-01647a16-7e1c-4874-9149-3f8ae41e3d5a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-01647a16-7e1c-4874-9149-3f8ae41e3d5a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-9621a56e-fabb-44dd-8207-340348b88adb {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9621a56e-fabb-44dd-8207-340348b88adb .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9621a56e-fabb-44dd-8207-340348b88adb .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9621a56e-fabb-44dd-8207-340348b88adb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-59927932-b8c9-4943-8f32-2594a08f0f91 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-59927932-b8c9-4943-8f32-2594a08f0f91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59927932-b8c9-4943-8f32-2594a08f0f91:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59927932-b8c9-4943-8f32-2594a08f0f91 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59927932-b8c9-4943-8f32-2594a08f0f91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59927932-b8c9-4943-8f32-2594a08f0f91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-59927932-b8c9-4943-8f32-2594a08f0f91.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-59927932-b8c9-4943-8f32-2594a08f0f91.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8a929f7f-ea96-4b8c-b109-a220ad1542d0 {
  margin-bottom: -80px;
}

@media (min-width: 0px) {
[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a929f7f-ea96-4b8c-b109-a220ad1542d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2add6eea-8c95-403c-a5f5-f1b2d579ad6e {
  margin-left: 0px;
margin-right: 10px;
text-align: center;
}




  #s-2add6eea-8c95-403c-a5f5-f1b2d579ad6e img.shogun-image {
    
    width: px;
  }


#s-2add6eea-8c95-403c-a5f5-f1b2d579ad6e .shogun-image-content {
  
    align-items: center;
  
}

#s-46ace0d5-49a3-487f-b2f7-58c8fc33993b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(33, 46, 57, 1);
border-style: solid;
text-align: center;
}




  #s-46ace0d5-49a3-487f-b2f7-58c8fc33993b img.shogun-image {
    
    width: px;
  }


#s-46ace0d5-49a3-487f-b2f7-58c8fc33993b .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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
