.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-7843afc9-a1c3-4d99-ab98-0c0d9d055a6b {
  min-height: 50px;
}








#s-7843afc9-a1c3-4d99-ab98-0c0d9d055a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7843afc9-a1c3-4d99-ab98-0c0d9d055a6b.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;
}

@media (min-width: 0px) {
[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b276a98e-4f3e-4e66-8628-416864b59424"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-65b78464-be8f-45b3-a5c1-23a660ea4e46 {
  text-align: center;
}




  #s-65b78464-be8f-45b3-a5c1-23a660ea4e46 img.shogun-image {
    
    width: px;
  }


#s-65b78464-be8f-45b3-a5c1-23a660ea4e46 .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-c3407a46-590b-4fb6-9175-5fb9a2a66be6 {
  min-height: 50px;
}








#s-c3407a46-590b-4fb6-9175-5fb9a2a66be6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3407a46-590b-4fb6-9175-5fb9a2a66be6.shg-box.shg-c {
  justify-content: center;
}

#s-aa452169-b787-4b09-8628-adca9e9ab607 {
  display: none;
}
#s-9e3fe41f-ea81-4e3d-846f-d4947844111c {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e3fe41f-ea81-4e3d-846f-d4947844111c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 {
  text-align: left;
}


.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 {
  max-width: 100%;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 .shg-image-zoom,
.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 {
  max-width: 100%;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 .shg-image-zoom,
.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 {
  max-width: 100%;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 .shg-image-zoom,
.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 {
  max-width: 100%;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 .shg-image-zoom,
.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 {
  max-width: 100%;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 .shg-image-zoom,
.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbbafe4c-7eca-4af8-9fd9-e12a9c4e3794 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-0d7ee47d-4f7b-4462-990e-f8ae421e1a7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d7ee47d-4f7b-4462-990e-f8ae421e1a7b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-53a0561c-cedf-4d4c-81d0-5268cdbf3265 {
  text-align: center;
}

#s-53a0561c-cedf-4d4c-81d0-5268cdbf3265 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-53a0561c-cedf-4d4c-81d0-5268cdbf3265 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-53a0561c-cedf-4d4c-81d0-5268cdbf3265 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-c9942e0e-21ac-4ef6-8016-348357b105ba {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c9942e0e-21ac-4ef6-8016-348357b105ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9942e0e-21ac-4ef6-8016-348357b105ba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9942e0e-21ac-4ef6-8016-348357b105ba.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-7b4f66ae-bafd-4517-86ef-c8b0d8d5edf0 {
  display: none;
}
#s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60abf69c-6f5b-4001-b4fb-a795d4a04a0f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-98508274-7862-4342-8666-f2a71b9f189c {
  text-align: left;
}


.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c {
  max-width: 100%;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c .shg-image-zoom,
.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c {
  max-width: 100%;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c .shg-image-zoom,
.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c {
  max-width: 100%;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c .shg-image-zoom,
.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c {
  max-width: 100%;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c .shg-image-zoom,
.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c {
  max-width: 100%;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c .shg-image-zoom,
.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98508274-7862-4342-8666-f2a71b9f189c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-55193c94-4e9f-49ae-b8f6-9d8d16e7e6f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55193c94-4e9f-49ae-b8f6-9d8d16e7e6f3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-8ae937d6-8913-4205-afb8-23d6ce0a08e2 {
  text-align: center;
}

#s-8ae937d6-8913-4205-afb8-23d6ce0a08e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8ae937d6-8913-4205-afb8-23d6ce0a08e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-8ae937d6-8913-4205-afb8-23d6ce0a08e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2bd61fd0-a06f-4ae3-a5a4-8fe48d64e5d8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2bd61fd0-a06f-4ae3-a5a4-8fe48d64e5d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2bd61fd0-a06f-4ae3-a5a4-8fe48d64e5d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2bd61fd0-a06f-4ae3-a5a4-8fe48d64e5d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-63be851e-9d2a-41fa-ad48-8274a803bf28 {
  display: none;
}
#s-c71dbc01-aeea-4211-aebe-37e360a77911 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c71dbc01-aeea-4211-aebe-37e360a77911"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6f2a82c5-34bc-4d85-8640-4fce8439608f {
  text-align: left;
}


.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f {
  max-width: 100%;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f .shg-image-zoom,
.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f {
  max-width: 100%;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f .shg-image-zoom,
.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f {
  max-width: 100%;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f .shg-image-zoom,
.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f {
  max-width: 100%;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f .shg-image-zoom,
.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f {
  max-width: 100%;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f .shg-image-zoom,
.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f2a82c5-34bc-4d85-8640-4fce8439608f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3c213e59-0f2e-4fec-a88c-7c28bb72310f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c213e59-0f2e-4fec-a88c-7c28bb72310f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-ae64f6c0-2ea3-49de-b4e3-38e164124a01 {
  text-align: center;
}

#s-ae64f6c0-2ea3-49de-b4e3-38e164124a01 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ae64f6c0-2ea3-49de-b4e3-38e164124a01 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-ae64f6c0-2ea3-49de-b4e3-38e164124a01 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5ec7b314-85f6-46cd-84d7-4c985ce63cd2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5ec7b314-85f6-46cd-84d7-4c985ce63cd2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ec7b314-85f6-46cd-84d7-4c985ce63cd2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5ec7b314-85f6-46cd-84d7-4c985ce63cd2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-20f5eb18-8c16-42a3-ac12-e78f8b6efc4d {
  display: none;
}
#s-b3540c34-5d99-4c20-ac3e-2a5105d19cda {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3540c34-5d99-4c20-ac3e-2a5105d19cda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2d0df290-a219-4176-82a0-922384843093 {
  text-align: left;
}


.shg-c#s-2d0df290-a219-4176-82a0-922384843093 {
  max-width: 100%;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 .shg-image-zoom,
.shg-c#s-2d0df290-a219-4176-82a0-922384843093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2d0df290-a219-4176-82a0-922384843093 {
  max-width: 100%;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 .shg-image-zoom,
.shg-c#s-2d0df290-a219-4176-82a0-922384843093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2d0df290-a219-4176-82a0-922384843093 {
  max-width: 100%;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 .shg-image-zoom,
.shg-c#s-2d0df290-a219-4176-82a0-922384843093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2d0df290-a219-4176-82a0-922384843093 {
  max-width: 100%;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 .shg-image-zoom,
.shg-c#s-2d0df290-a219-4176-82a0-922384843093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2d0df290-a219-4176-82a0-922384843093 {
  max-width: 100%;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 .shg-image-zoom,
.shg-c#s-2d0df290-a219-4176-82a0-922384843093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d0df290-a219-4176-82a0-922384843093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e8f9cb6b-0f04-485f-9c15-33b9fcc8f9e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8f9cb6b-0f04-485f-9c15-33b9fcc8f9e2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-7fb2e861-c5f3-4264-b307-7f3fd96d8774 {
  text-align: center;
}

#s-7fb2e861-c5f3-4264-b307-7f3fd96d8774 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7fb2e861-c5f3-4264-b307-7f3fd96d8774 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-7fb2e861-c5f3-4264-b307-7f3fd96d8774 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2e5c4e1b-5220-49b8-86e2-eeb5df2ec32b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2e5c4e1b-5220-49b8-86e2-eeb5df2ec32b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e5c4e1b-5220-49b8-86e2-eeb5df2ec32b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2e5c4e1b-5220-49b8-86e2-eeb5df2ec32b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-b311e342-e90b-4ca5-b273-d4c82e1785b6 {
  display: none;
}
#s-29db82c2-1034-4b09-bf2e-8068f2365de1 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29db82c2-1034-4b09-bf2e-8068f2365de1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 {
  text-align: left;
}


.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 {
  max-width: 100%;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 .shg-image-zoom,
.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 {
  max-width: 100%;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 .shg-image-zoom,
.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 {
  max-width: 100%;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 .shg-image-zoom,
.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 {
  max-width: 100%;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 .shg-image-zoom,
.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 {
  max-width: 100%;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 .shg-image-zoom,
.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffc6591e-2f8d-483a-9b72-f22aae7381e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-17e6084d-0c1e-4234-a99c-b9bca61a4633 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17e6084d-0c1e-4234-a99c-b9bca61a4633 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-f8717417-8d01-4f34-8f08-04255cdf5dfb {
  text-align: center;
}

#s-f8717417-8d01-4f34-8f08-04255cdf5dfb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f8717417-8d01-4f34-8f08-04255cdf5dfb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-f8717417-8d01-4f34-8f08-04255cdf5dfb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-82965d6c-3643-45ce-9f32-000c39c90da2 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-82965d6c-3643-45ce-9f32-000c39c90da2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82965d6c-3643-45ce-9f32-000c39c90da2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-82965d6c-3643-45ce-9f32-000c39c90da2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-a1568cef-dc2b-48dc-8368-e064400eeb1c {
  display: none;
}
#s-0caa3874-606e-47f4-b58a-f2c0ddff6b58 {
  display: none;
}
#s-2f787330-16b7-4a37-a928-d74b6b9c369b {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f787330-16b7-4a37-a928-d74b6b9c369b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 {
  text-align: left;
}


.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 {
  max-width: 100%;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 .shg-image-zoom,
.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 {
  max-width: 100%;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 .shg-image-zoom,
.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 {
  max-width: 100%;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 .shg-image-zoom,
.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 {
  max-width: 100%;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 .shg-image-zoom,
.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 {
  max-width: 100%;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 .shg-image-zoom,
.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5eedb90e-f3ae-4436-90c7-bd29f5a3e753 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-298e82cd-4c41-42e6-8b0e-2c2a280d32f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-298e82cd-4c41-42e6-8b0e-2c2a280d32f6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-fd8abee6-409f-4495-b440-569b680f272f {
  text-align: center;
}

#s-fd8abee6-409f-4495-b440-569b680f272f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fd8abee6-409f-4495-b440-569b680f272f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-fd8abee6-409f-4495-b440-569b680f272f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ef66244c-8b60-4197-b5d7-15123a93bb61 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ef66244c-8b60-4197-b5d7-15123a93bb61:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef66244c-8b60-4197-b5d7-15123a93bb61:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ef66244c-8b60-4197-b5d7-15123a93bb61.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-79cda21c-9eab-493d-bf4c-1a3e2238220b {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79cda21c-9eab-493d-bf4c-1a3e2238220b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c {
  text-align: left;
}


.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c {
  max-width: 100%;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c .shg-image-zoom,
.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c {
  max-width: 100%;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c .shg-image-zoom,
.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c {
  max-width: 100%;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c .shg-image-zoom,
.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c {
  max-width: 100%;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c .shg-image-zoom,
.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c {
  max-width: 100%;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c .shg-image-zoom,
.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17b8cbc7-dcd8-4df3-835b-0b4d9189e85c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-274a8ebd-7381-4110-84fe-1c35a1d01fae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-274a8ebd-7381-4110-84fe-1c35a1d01fae .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-a20be01f-b07e-4728-940d-a4ecab59be0e {
  text-align: center;
}

#s-a20be01f-b07e-4728-940d-a4ecab59be0e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a20be01f-b07e-4728-940d-a4ecab59be0e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-a20be01f-b07e-4728-940d-a4ecab59be0e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-74ba3b7c-772b-4f52-a7b3-2ea2476f1feb {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-74ba3b7c-772b-4f52-a7b3-2ea2476f1feb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74ba3b7c-772b-4f52-a7b3-2ea2476f1feb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74ba3b7c-772b-4f52-a7b3-2ea2476f1feb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-715149b6-6af1-4549-a50f-7aa6d9ea13c8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-506a9108-e701-49df-b8d3-8248498809b0 {
  display: none;
}
#s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac1cf65c-8f5b-4d30-a5fa-cd3b4a971d73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 {
  text-align: left;
}


.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 {
  max-width: 100%;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 .shg-image-zoom,
.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 {
  max-width: 100%;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 .shg-image-zoom,
.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 {
  max-width: 100%;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 .shg-image-zoom,
.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 {
  max-width: 100%;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 .shg-image-zoom,
.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 {
  max-width: 100%;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 .shg-image-zoom,
.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-669fc407-fc0f-43b3-be73-a03ad71e5eb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4058ac5a-6c8f-4c6a-a85e-292c55cc9cc5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4058ac5a-6c8f-4c6a-a85e-292c55cc9cc5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-af544e94-c694-4536-bf40-c4bde661c998 {
  text-align: center;
}

#s-af544e94-c694-4536-bf40-c4bde661c998 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-af544e94-c694-4536-bf40-c4bde661c998 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-af544e94-c694-4536-bf40-c4bde661c998 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-50ac2df2-b950-4ee8-a6a3-d70b8b3e5b01 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-50ac2df2-b950-4ee8-a6a3-d70b8b3e5b01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50ac2df2-b950-4ee8-a6a3-d70b8b3e5b01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-50ac2df2-b950-4ee8-a6a3-d70b8b3e5b01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-d0a3b626-e7a9-4a2a-9682-fbdf4f347e4c {
  display: none;
}
#s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f666c2e9-ae46-4d8d-b9df-92e8a66cd87d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dfd39bb7-9290-4206-89e3-c937db6f328b {
  text-align: left;
}


.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b {
  max-width: 100%;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b .shg-image-zoom,
.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b {
  max-width: 100%;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b .shg-image-zoom,
.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b {
  max-width: 100%;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b .shg-image-zoom,
.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b {
  max-width: 100%;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b .shg-image-zoom,
.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b {
  max-width: 100%;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b .shg-image-zoom,
.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfd39bb7-9290-4206-89e3-c937db6f328b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-904a4402-5ea3-4723-b5a2-fc1d74b3d646 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-904a4402-5ea3-4723-b5a2-fc1d74b3d646 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-9c822169-2b60-4634-96c8-26427b10d827 {
  text-align: center;
}

#s-9c822169-2b60-4634-96c8-26427b10d827 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9c822169-2b60-4634-96c8-26427b10d827 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-9c822169-2b60-4634-96c8-26427b10d827 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f3538923-f7ac-4a18-a795-25e9bdd9346c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f3538923-f7ac-4a18-a795-25e9bdd9346c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3538923-f7ac-4a18-a795-25e9bdd9346c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f3538923-f7ac-4a18-a795-25e9bdd9346c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-58efdd33-aaa8-4e32-8574-c8b5f911aa90 {
  display: none;
}
#s-42bfd5c1-85eb-4fab-b856-05989621d447 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-42bfd5c1-85eb-4fab-b856-05989621d447"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9b55facb-b2da-48cc-a45c-c82ba9963262 {
  text-align: left;
}


.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 {
  max-width: 100%;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 .shg-image-zoom,
.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 {
  max-width: 100%;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 .shg-image-zoom,
.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 {
  max-width: 100%;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 .shg-image-zoom,
.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 {
  max-width: 100%;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 .shg-image-zoom,
.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 {
  max-width: 100%;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 .shg-image-zoom,
.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b55facb-b2da-48cc-a45c-c82ba9963262 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ca99681f-8084-49e5-858e-d027fe951ff9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca99681f-8084-49e5-858e-d027fe951ff9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-142b7a67-0c16-4196-8b99-b6bb971c4d2f {
  text-align: center;
}

#s-142b7a67-0c16-4196-8b99-b6bb971c4d2f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-142b7a67-0c16-4196-8b99-b6bb971c4d2f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-142b7a67-0c16-4196-8b99-b6bb971c4d2f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c22b8a5c-dc9d-4f95-9208-ff09fb81c931 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c22b8a5c-dc9d-4f95-9208-ff09fb81c931:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c22b8a5c-dc9d-4f95-9208-ff09fb81c931:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c22b8a5c-dc9d-4f95-9208-ff09fb81c931.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9871fcef-98d2-4886-b251-3cfcf4808716 {
  display: none;
}
#s-861ec29f-d202-4c22-aeee-9ae59c3ce97a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-861ec29f-d202-4c22-aeee-9ae59c3ce97a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb {
  text-align: left;
}


.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb {
  max-width: 100%;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb .shg-image-zoom,
.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb {
  max-width: 100%;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb .shg-image-zoom,
.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb {
  max-width: 100%;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb .shg-image-zoom,
.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb {
  max-width: 100%;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb .shg-image-zoom,
.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb {
  max-width: 100%;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb .shg-image-zoom,
.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4983676b-d47b-4d3f-b26d-56385cf6bfbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b3fe49e7-1cc9-4dba-8187-c149c9bafbe4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3fe49e7-1cc9-4dba-8187-c149c9bafbe4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-b1d2a36a-749d-424c-a5ae-792d30e4a17e {
  text-align: center;
}

#s-b1d2a36a-749d-424c-a5ae-792d30e4a17e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b1d2a36a-749d-424c-a5ae-792d30e4a17e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-b1d2a36a-749d-424c-a5ae-792d30e4a17e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6fd5fe81-f7ea-4a4e-924e-c7551486f05f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6fd5fe81-f7ea-4a4e-924e-c7551486f05f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fd5fe81-f7ea-4a4e-924e-c7551486f05f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6fd5fe81-f7ea-4a4e-924e-c7551486f05f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-d43c9be2-9c8c-41b4-890a-f77995be9407 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-81c857cf-1e47-4c98-891d-15e1db061e5b {
  display: none;
}
#s-f8df01f8-3c76-4049-8c45-6eff4114c1ac {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8df01f8-3c76-4049-8c45-6eff4114c1ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e {
  text-align: left;
}


.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e {
  max-width: 100%;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e .shg-image-zoom,
.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e {
  max-width: 100%;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e .shg-image-zoom,
.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e {
  max-width: 100%;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e .shg-image-zoom,
.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e {
  max-width: 100%;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e .shg-image-zoom,
.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e {
  max-width: 100%;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e .shg-image-zoom,
.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5da62dbd-995a-4b5a-ba6f-c8a9b1ec916e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1db744c0-5c6f-4cb5-8e06-0ef74d90add5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1db744c0-5c6f-4cb5-8e06-0ef74d90add5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-35f6c1ae-3c66-4422-8eef-6974b70bfde0 {
  text-align: center;
}

#s-35f6c1ae-3c66-4422-8eef-6974b70bfde0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-35f6c1ae-3c66-4422-8eef-6974b70bfde0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-35f6c1ae-3c66-4422-8eef-6974b70bfde0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-884fe17f-4909-4e35-88bd-4e8e08b3bbbb {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-884fe17f-4909-4e35-88bd-4e8e08b3bbbb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-884fe17f-4909-4e35-88bd-4e8e08b3bbbb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-884fe17f-4909-4e35-88bd-4e8e08b3bbbb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-6530c20f-c303-4269-bd65-1eb2b58eef26 {
  display: none;
}
#s-93494646-1661-4f5c-861f-8d28aad62b22 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93494646-1661-4f5c-861f-8d28aad62b22"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 {
  text-align: left;
}


.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 {
  max-width: 100%;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 .shg-image-zoom,
.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 {
  max-width: 100%;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 .shg-image-zoom,
.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 {
  max-width: 100%;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 .shg-image-zoom,
.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 {
  max-width: 100%;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 .shg-image-zoom,
.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 {
  max-width: 100%;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 .shg-image-zoom,
.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e992d5f1-27d1-4eda-8eca-fff624f96c13 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d78893b5-ef5a-4d63-8117-fccb79d4abb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d78893b5-ef5a-4d63-8117-fccb79d4abb1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-799d74d5-7b5d-443b-9065-b6d91382bb01 {
  text-align: center;
}

#s-799d74d5-7b5d-443b-9065-b6d91382bb01 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-799d74d5-7b5d-443b-9065-b6d91382bb01 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-799d74d5-7b5d-443b-9065-b6d91382bb01 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f0f8ac0d-c33e-44ab-b674-18bdbda0a3c1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f0f8ac0d-c33e-44ab-b674-18bdbda0a3c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0f8ac0d-c33e-44ab-b674-18bdbda0a3c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f0f8ac0d-c33e-44ab-b674-18bdbda0a3c1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-cd123a16-184c-4e70-b07a-ce33973b5889 {
  display: none;
}
#s-db51c11b-b00f-44bb-85af-9f2feb43b6c7 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db51c11b-b00f-44bb-85af-9f2feb43b6c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a {
  text-align: left;
}


.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a {
  max-width: 100%;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a .shg-image-zoom,
.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a {
  max-width: 100%;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a .shg-image-zoom,
.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a {
  max-width: 100%;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a .shg-image-zoom,
.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a {
  max-width: 100%;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a .shg-image-zoom,
.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a {
  max-width: 100%;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a .shg-image-zoom,
.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e35fc22e-98fb-4ca4-ba69-cd13e291f78a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4efc3d94-de1f-42d6-86d8-22bb796cd89c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4efc3d94-de1f-42d6-86d8-22bb796cd89c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-284813f2-eeb2-45f7-83eb-2cce2d875954 {
  text-align: center;
}

#s-284813f2-eeb2-45f7-83eb-2cce2d875954 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-284813f2-eeb2-45f7-83eb-2cce2d875954 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-284813f2-eeb2-45f7-83eb-2cce2d875954 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-51c407b0-e6f2-4bca-9e8f-b678b6778c9b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-51c407b0-e6f2-4bca-9e8f-b678b6778c9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51c407b0-e6f2-4bca-9e8f-b678b6778c9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51c407b0-e6f2-4bca-9e8f-b678b6778c9b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-803d5bcc-ee17-467f-90a7-b4922d3a038f {
  display: none;
}
#s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04e76a55-81fd-4c7f-83c4-f2a743cb1e5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc {
  text-align: left;
}


.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc {
  max-width: 100%;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc .shg-image-zoom,
.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc {
  max-width: 100%;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc .shg-image-zoom,
.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc {
  max-width: 100%;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc .shg-image-zoom,
.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc {
  max-width: 100%;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc .shg-image-zoom,
.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc {
  max-width: 100%;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc .shg-image-zoom,
.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67f5934f-0fda-4b08-8220-7ccc2502ffdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-981111bc-382b-4d2a-8334-68db76ed26ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-981111bc-382b-4d2a-8334-68db76ed26ba .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-ed14bff8-5574-480e-af7a-a4d3fad7fb91 {
  text-align: center;
}

#s-ed14bff8-5574-480e-af7a-a4d3fad7fb91 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ed14bff8-5574-480e-af7a-a4d3fad7fb91 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-ed14bff8-5574-480e-af7a-a4d3fad7fb91 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-17ea9f96-bf40-448b-bdb9-379d0482f85a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-17ea9f96-bf40-448b-bdb9-379d0482f85a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17ea9f96-bf40-448b-bdb9-379d0482f85a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-17ea9f96-bf40-448b-bdb9-379d0482f85a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-5aa6166e-823e-47e9-98c0-7dcc3b9ed272 {
  display: none;
}
#s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b52fbdc0-70eb-465a-8f65-1fdc26b94f2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc {
  text-align: left;
}


.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc {
  max-width: 100%;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc .shg-image-zoom,
.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc {
  max-width: 100%;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc .shg-image-zoom,
.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc {
  max-width: 100%;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc .shg-image-zoom,
.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc {
  max-width: 100%;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc .shg-image-zoom,
.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc {
  max-width: 100%;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc .shg-image-zoom,
.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad7a9e8c-cbff-4682-9d6f-5a20f55a3ebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-49965d72-c015-401b-9ac6-4c020506f80f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49965d72-c015-401b-9ac6-4c020506f80f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-046f8d1d-7c4b-4ee5-8de9-19315e1cc501 {
  text-align: center;
}

#s-046f8d1d-7c4b-4ee5-8de9-19315e1cc501 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-046f8d1d-7c4b-4ee5-8de9-19315e1cc501 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-046f8d1d-7c4b-4ee5-8de9-19315e1cc501 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4fc5caf4-1d88-43ec-8494-8c7547c95792 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4fc5caf4-1d88-43ec-8494-8c7547c95792:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4fc5caf4-1d88-43ec-8494-8c7547c95792:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4fc5caf4-1d88-43ec-8494-8c7547c95792.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-b00e5999-361f-4db5-ac46-1e3c1d315501 {
  display: none;
}
#s-3cd0aacd-d3eb-4b19-b143-af27fa28624c {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3cd0aacd-d3eb-4b19-b143-af27fa28624c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-997262c6-0af8-42da-97e1-6cb729247d93 {
  text-align: left;
}


.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 {
  max-width: 100%;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 .shg-image-zoom,
.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 {
  max-width: 100%;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 .shg-image-zoom,
.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 {
  max-width: 100%;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 .shg-image-zoom,
.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 {
  max-width: 100%;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 .shg-image-zoom,
.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 {
  max-width: 100%;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 .shg-image-zoom,
.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-997262c6-0af8-42da-97e1-6cb729247d93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9180c978-0810-4368-969a-c4fd6a63cbde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9180c978-0810-4368-969a-c4fd6a63cbde .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-85650002-af2c-4a3e-97dd-143632d94ce9 {
  text-align: center;
}

#s-85650002-af2c-4a3e-97dd-143632d94ce9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-85650002-af2c-4a3e-97dd-143632d94ce9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-85650002-af2c-4a3e-97dd-143632d94ce9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5a81b281-9042-41a6-b838-bc7f94e624d1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5a81b281-9042-41a6-b838-bc7f94e624d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a81b281-9042-41a6-b838-bc7f94e624d1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a81b281-9042-41a6-b838-bc7f94e624d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-8a3490c2-ce4d-4832-a953-41255095c31c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8b63f2a8-e52a-4dcb-a804-f81750af61c8 {
  display: none;
}
#s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3407d5e3-cc6f-4cdb-acc1-6fbdf929370e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-35f8b186-055c-4e59-a37e-707686818446 {
  text-align: left;
}


.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 {
  max-width: 100%;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 .shg-image-zoom,
.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 {
  max-width: 100%;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 .shg-image-zoom,
.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 {
  max-width: 100%;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 .shg-image-zoom,
.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 {
  max-width: 100%;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 .shg-image-zoom,
.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 {
  max-width: 100%;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 .shg-image-zoom,
.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35f8b186-055c-4e59-a37e-707686818446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-585a007d-6708-4a72-8740-3a0b10e6dbfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-585a007d-6708-4a72-8740-3a0b10e6dbfe .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-a1920b5f-d47b-4e4e-ab7f-6362e93cd2d7 {
  text-align: center;
}

#s-a1920b5f-d47b-4e4e-ab7f-6362e93cd2d7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a1920b5f-d47b-4e4e-ab7f-6362e93cd2d7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-a1920b5f-d47b-4e4e-ab7f-6362e93cd2d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5f6d00f4-18d8-4480-bc8c-c80a6b1e18b0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5f6d00f4-18d8-4480-bc8c-c80a6b1e18b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f6d00f4-18d8-4480-bc8c-c80a6b1e18b0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f6d00f4-18d8-4480-bc8c-c80a6b1e18b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9e1efe0f-c52b-4aa5-a12d-e215462b4fb6 {
  display: none;
}
#s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad4db7c4-a4f5-495c-a5f4-5a3f982ad98c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7013796c-7f36-4da4-a568-83ef25872856 {
  text-align: left;
}


.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 {
  max-width: 100%;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 .shg-image-zoom,
.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 {
  max-width: 100%;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 .shg-image-zoom,
.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 {
  max-width: 100%;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 .shg-image-zoom,
.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 {
  max-width: 100%;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 .shg-image-zoom,
.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 {
  max-width: 100%;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 .shg-image-zoom,
.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7013796c-7f36-4da4-a568-83ef25872856 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7293fef8-2841-4bb8-bf46-9661a28fd149 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7293fef8-2841-4bb8-bf46-9661a28fd149 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-042771f0-f87b-4a6a-9073-c034277231a0 {
  text-align: center;
}

#s-042771f0-f87b-4a6a-9073-c034277231a0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-042771f0-f87b-4a6a-9073-c034277231a0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-042771f0-f87b-4a6a-9073-c034277231a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d0991d82-ced4-487d-a8c5-a534cc949adf {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d0991d82-ced4-487d-a8c5-a534cc949adf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0991d82-ced4-487d-a8c5-a534cc949adf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d0991d82-ced4-487d-a8c5-a534cc949adf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-22525e48-925c-4fa3-8029-6091ddf0ed5f {
  display: none;
}
#s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e1fb9f7d-ee8d-436a-b27f-4754e2a51fb5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-19cf9528-a3c2-4edd-b720-e93e8620093f {
  text-align: left;
}


.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f {
  max-width: 100%;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f .shg-image-zoom,
.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f {
  max-width: 100%;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f .shg-image-zoom,
.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f {
  max-width: 100%;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f .shg-image-zoom,
.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f {
  max-width: 100%;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f .shg-image-zoom,
.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f {
  max-width: 100%;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f .shg-image-zoom,
.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19cf9528-a3c2-4edd-b720-e93e8620093f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b1a95a48-6ca9-481e-bece-ec274f0037a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1a95a48-6ca9-481e-bece-ec274f0037a1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: ;
}

#s-a1e78e13-7567-43c1-bacc-11f94d634f50 {
  text-align: center;
}

#s-a1e78e13-7567-43c1-bacc-11f94d634f50 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a1e78e13-7567-43c1-bacc-11f94d634f50 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 1em;
}

#s-a1e78e13-7567-43c1-bacc-11f94d634f50 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3bf4832e-a40d-4442-b8f4-02053e1041db {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 139, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3bf4832e-a40d-4442-b8f4-02053e1041db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3bf4832e-a40d-4442-b8f4-02053e1041db:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3bf4832e-a40d-4442-b8f4-02053e1041db.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
