.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.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-599a1068-a301-4d44-8b00-febec0d2834c {
  min-height: 50px;
}








#s-599a1068-a301-4d44-8b00-febec0d2834c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-599a1068-a301-4d44-8b00-febec0d2834c.shg-box.shg-c {
  justify-content: flex-start;
}

.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-54b91907-9616-4753-a597-182c35f8f761 {
  text-align: center;
}




  #s-54b91907-9616-4753-a597-182c35f8f761 img.shogun-image {
    
    width: px;
  }


#s-54b91907-9616-4753-a597-182c35f8f761 .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-581f468e-9bef-45c5-a3a1-718af3fdda6c {
  padding-top: 30px;
}

.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-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ac79f8e1-9f06-4973-9aaf-39934c1b387b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b5bd601a-5be8-4e4d-9152-eea3a70aca89 {
  padding-bottom: 10px;
padding-right: 15px;
}

#s-d6867146-696a-4706-9eb6-8cf13ba7f38c {
  text-align: center;
}




  #s-d6867146-696a-4706-9eb6-8cf13ba7f38c img.shogun-image {
    
    width: px;
  }


#s-d6867146-696a-4706-9eb6-8cf13ba7f38c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8aa7ce7e-6f9c-4d5c-b0b6-34f1b5dd6d57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d1b33a6a-0827-4f0d-b197-acf97817b747 {
  text-align: center;
}




  #s-d1b33a6a-0827-4f0d-b197-acf97817b747 img.shogun-image {
    
    width: px;
  }


#s-d1b33a6a-0827-4f0d-b197-acf97817b747 .shogun-image-content {
  
    align-items: center;
  
}

#s-723b0653-532d-4bd5-a06f-f5aa19369c20 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-9c3126ee-a56a-411f-b6c3-c7002a08b728 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-bb8dcd0e-0201-41b4-a6f0-6f82549b0b72 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(175, 143, 52, 1);
}

#s-d4d8dd06-50d5-427a-a6a5-4cbdbbb6eea1 {
  text-align: center;
}




  #s-d4d8dd06-50d5-427a-a6a5-4cbdbbb6eea1 img.shogun-image {
    
    width: px;
  }


#s-d4d8dd06-50d5-427a-a6a5-4cbdbbb6eea1 .shogun-image-content {
  
    align-items: center;
  
}

#s-94447ff4-9ced-401c-96c5-437260722987 {
  padding-top: 15px;
}

@media (min-width: 0px) {
[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ecdb682a-db8f-497b-b124-c15a529c2dfb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f73e7b54-2318-4ab3-bbb8-d44919a5cb30 {
  margin-top: 20px;
}

#s-cab925b3-2b58-4b19-9ba0-50ca6f6b2465 {
  margin-top: 20px;
}

#s-0dcf81c7-a447-4365-92b0-5b02f552e090 {
  margin-top: 20px;
}

#s-44884b24-495b-41d6-9c23-8882df4ea008 {
  margin-top: 20px;
}

#s-2ea70a37-4171-4518-9ab9-6244fde1ca76 {
  margin-top: 20px;
}

#s-f26fdb7c-a5e6-4222-8b74-89d3e7b44511 {
  margin-top: 20px;
}

#s-76769990-0cd4-4729-ae6f-5e3d4ba9e34b {
  margin-top: 20px;
}

#s-5f8bcc65-ea1b-49a5-9871-208dc213c6c3 {
  margin-top: 20px;
}

#s-2c55b42b-efe5-443f-b876-800b047773e5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(175, 143, 52, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-4321dec9-8252-4d5f-88ae-23f2374e08a3 {
  padding-bottom: 30px;
}

#s-5571b3d3-a75e-46b7-93ed-93880462a8ac {
  display: none;
}
.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-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 {
  text-align: left;
}


.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 {
  max-width: 100%;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 .shg-image-zoom,
.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 {
  max-width: 100%;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 .shg-image-zoom,
.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 {
  max-width: 100%;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 .shg-image-zoom,
.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 {
  max-width: 100%;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 .shg-image-zoom,
.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 {
  max-width: 100%;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 .shg-image-zoom,
.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aac3f0b-4fd0-4d33-b9c8-b3d14f5caa44 .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-400f5043-34c7-4b19-9559-ee395edda87c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-400f5043-34c7-4b19-9559-ee395edda87c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-63c0d39b-f6bf-4699-ac4b-a8eb4c8e71bf {
  text-align: left;
}

#s-63c0d39b-f6bf-4699-ac4b-a8eb4c8e71bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-63c0d39b-f6bf-4699-ac4b-a8eb4c8e71bf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-63c0d39b-f6bf-4699-ac4b-a8eb4c8e71bf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c3188f77-7e41-4790-96c8-f5bc6e636c1f {
  display: none;
}
#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd {
  text-align: left;
}


.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd {
  max-width: 100%;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd .shg-image-zoom,
.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd {
  max-width: 100%;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd .shg-image-zoom,
.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd {
  max-width: 100%;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd .shg-image-zoom,
.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd {
  max-width: 100%;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd .shg-image-zoom,
.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd {
  max-width: 100%;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd .shg-image-zoom,
.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f608b7c-e7f1-4742-a206-bb3fe29ed1bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e1402fb9-1b31-4dbc-ba91-3f3ca2efd033 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1402fb9-1b31-4dbc-ba91-3f3ca2efd033 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-95315dc3-1ba0-4978-a157-9fec55b919b2 {
  text-align: left;
}

#s-95315dc3-1ba0-4978-a157-9fec55b919b2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-95315dc3-1ba0-4978-a157-9fec55b919b2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-95315dc3-1ba0-4978-a157-9fec55b919b2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-febbed7e-8947-4444-a6d6-be75ce5c6bbf {
  display: none;
}
#s-a9969514-0df0-422d-b090-9983dcd489f3 {
  text-align: left;
}


.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 {
  max-width: 100%;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 .shg-image-zoom,
.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 {
  max-width: 100%;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 .shg-image-zoom,
.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 {
  max-width: 100%;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 .shg-image-zoom,
.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 {
  max-width: 100%;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 .shg-image-zoom,
.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 {
  max-width: 100%;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 .shg-image-zoom,
.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9969514-0df0-422d-b090-9983dcd489f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ee4152fb-51fa-43af-bde2-41585ac2bb32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ee4152fb-51fa-43af-bde2-41585ac2bb32 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-c0d1f1b0-74da-486a-ad2c-195eb43061eb {
  text-align: left;
}

#s-c0d1f1b0-74da-486a-ad2c-195eb43061eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c0d1f1b0-74da-486a-ad2c-195eb43061eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c0d1f1b0-74da-486a-ad2c-195eb43061eb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c48d0952-0083-4bb8-8aaf-610cc5ed753a {
  display: none;
}
#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 {
  text-align: left;
}


.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 {
  max-width: 100%;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 .shg-image-zoom,
.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 {
  max-width: 100%;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 .shg-image-zoom,
.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 {
  max-width: 100%;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 .shg-image-zoom,
.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 {
  max-width: 100%;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 .shg-image-zoom,
.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 {
  max-width: 100%;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 .shg-image-zoom,
.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-416ad55e-f7ed-4ad7-bb27-dd88c83f6637 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0250bdc8-7fe3-4934-93a2-a2b871c8a92a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0250bdc8-7fe3-4934-93a2-a2b871c8a92a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-28e2717a-21ef-4679-9d33-acfa5960feb6 {
  text-align: left;
}

#s-28e2717a-21ef-4679-9d33-acfa5960feb6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-28e2717a-21ef-4679-9d33-acfa5960feb6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-28e2717a-21ef-4679-9d33-acfa5960feb6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-942f9858-2e17-4c40-ba0e-2cc60ee4ba4b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-942f9858-2e17-4c40-ba0e-2cc60ee4ba4b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-942f9858-2e17-4c40-ba0e-2cc60ee4ba4b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-942f9858-2e17-4c40-ba0e-2cc60ee4ba4b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-942f9858-2e17-4c40-ba0e-2cc60ee4ba4b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-942f9858-2e17-4c40-ba0e-2cc60ee4ba4b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-942f9858-2e17-4c40-ba0e-2cc60ee4ba4b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0d7376e2-5e33-45c1-8386-ee87e059e5a2 {
  display: none;
}
#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 {
  text-align: left;
}


.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 {
  max-width: 100%;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 .shg-image-zoom,
.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 {
  max-width: 100%;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 .shg-image-zoom,
.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 {
  max-width: 100%;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 .shg-image-zoom,
.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 {
  max-width: 100%;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 .shg-image-zoom,
.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 {
  max-width: 100%;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 .shg-image-zoom,
.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efaf71be-edb1-4da8-ab7c-b44f4209ca36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-016a0e17-a111-4feb-a3a1-7c9e4a81e471 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-016a0e17-a111-4feb-a3a1-7c9e4a81e471 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ac149e61-2ef6-4b29-8cb0-09dd65bb3b45 {
  text-align: left;
}

#s-ac149e61-2ef6-4b29-8cb0-09dd65bb3b45 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ac149e61-2ef6-4b29-8cb0-09dd65bb3b45 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ac149e61-2ef6-4b29-8cb0-09dd65bb3b45 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-11b55ff6-ae8d-4cc3-8063-04059004b199 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-11b55ff6-ae8d-4cc3-8063-04059004b199:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-11b55ff6-ae8d-4cc3-8063-04059004b199:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-11b55ff6-ae8d-4cc3-8063-04059004b199 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11b55ff6-ae8d-4cc3-8063-04059004b199.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11b55ff6-ae8d-4cc3-8063-04059004b199.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-11b55ff6-ae8d-4cc3-8063-04059004b199.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c0f08184-17da-4531-b0c7-22de54ab17c1 {
  display: none;
}
#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 {
  text-align: left;
}


.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 {
  max-width: 100%;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 .shg-image-zoom,
.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 {
  max-width: 100%;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 .shg-image-zoom,
.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 {
  max-width: 100%;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 .shg-image-zoom,
.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 {
  max-width: 100%;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 .shg-image-zoom,
.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 {
  max-width: 100%;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 .shg-image-zoom,
.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-416d0e14-14fa-439f-9d9f-a43c2fe56326 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0deab0fe-7e9b-43c1-9b95-6974d1991d6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0deab0fe-7e9b-43c1-9b95-6974d1991d6c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b1c07652-73ba-4538-a320-ef14a71a310b {
  text-align: left;
}

#s-b1c07652-73ba-4538-a320-ef14a71a310b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b1c07652-73ba-4538-a320-ef14a71a310b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b1c07652-73ba-4538-a320-ef14a71a310b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2ab5afbd-88fe-4892-83ba-02783b918002 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-2ab5afbd-88fe-4892-83ba-02783b918002:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-2ab5afbd-88fe-4892-83ba-02783b918002:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ab5afbd-88fe-4892-83ba-02783b918002 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ab5afbd-88fe-4892-83ba-02783b918002.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ab5afbd-88fe-4892-83ba-02783b918002.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2ab5afbd-88fe-4892-83ba-02783b918002.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-57aadaa8-dca6-4c32-86dd-bde3f20a2ebe {
  display: none;
}
#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 {
  text-align: left;
}


.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 {
  max-width: 100%;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 .shg-image-zoom,
.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 {
  max-width: 100%;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 .shg-image-zoom,
.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 {
  max-width: 100%;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 .shg-image-zoom,
.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 {
  max-width: 100%;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 .shg-image-zoom,
.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 {
  max-width: 100%;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 .shg-image-zoom,
.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08a4ad1b-987b-422a-a6f4-31d68738afa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d78d1f64-07c3-4b9b-a1fd-16a2a4f2b9ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d78d1f64-07c3-4b9b-a1fd-16a2a4f2b9ef .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f70ac826-0df7-46fe-b735-21d57a58c247 {
  text-align: left;
}

#s-f70ac826-0df7-46fe-b735-21d57a58c247 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f70ac826-0df7-46fe-b735-21d57a58c247 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f70ac826-0df7-46fe-b735-21d57a58c247 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-331f9b3e-d36c-4004-9fb2-003d0a30a6fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-331f9b3e-d36c-4004-9fb2-003d0a30a6fe:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-331f9b3e-d36c-4004-9fb2-003d0a30a6fe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-331f9b3e-d36c-4004-9fb2-003d0a30a6fe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-331f9b3e-d36c-4004-9fb2-003d0a30a6fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-331f9b3e-d36c-4004-9fb2-003d0a30a6fe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-331f9b3e-d36c-4004-9fb2-003d0a30a6fe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f050aba9-fc78-46da-95f9-84675e15c196 {
  display: none;
}
#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f {
  text-align: left;
}


.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f {
  max-width: 100%;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f .shg-image-zoom,
.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f {
  max-width: 100%;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f .shg-image-zoom,
.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f {
  max-width: 100%;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f .shg-image-zoom,
.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f {
  max-width: 100%;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f .shg-image-zoom,
.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f {
  max-width: 100%;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f .shg-image-zoom,
.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd32a0b-7972-4958-ad55-12e2ea87ab0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-efac49e2-d73d-4ee9-abb1-a867badc2145 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efac49e2-d73d-4ee9-abb1-a867badc2145 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-2babdb22-4cde-4c1d-a9c2-3a53ba7c7717 {
  text-align: left;
}

#s-2babdb22-4cde-4c1d-a9c2-3a53ba7c7717 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2babdb22-4cde-4c1d-a9c2-3a53ba7c7717 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2babdb22-4cde-4c1d-a9c2-3a53ba7c7717 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-82995698-e046-44ae-b92c-a3c31f617641 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-82995698-e046-44ae-b92c-a3c31f617641:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-82995698-e046-44ae-b92c-a3c31f617641:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-82995698-e046-44ae-b92c-a3c31f617641 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82995698-e046-44ae-b92c-a3c31f617641.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82995698-e046-44ae-b92c-a3c31f617641.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-82995698-e046-44ae-b92c-a3c31f617641.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-02a47b9c-fbe4-44c0-bc84-0cc1ae00c764 {
  display: none;
}
#s-c83b6551-c2ef-46fa-b599-954a0511def6 {
  text-align: left;
}


.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 {
  max-width: 100%;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 .shg-image-zoom,
.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 {
  max-width: 100%;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 .shg-image-zoom,
.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 {
  max-width: 100%;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 .shg-image-zoom,
.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 {
  max-width: 100%;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 .shg-image-zoom,
.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 {
  max-width: 100%;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 .shg-image-zoom,
.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c83b6551-c2ef-46fa-b599-954a0511def6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2cfdd853-c05d-45cb-80d8-97e255c8ac59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cfdd853-c05d-45cb-80d8-97e255c8ac59 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0ba3c580-830f-4098-b00c-04139cbb838d {
  text-align: left;
}

#s-0ba3c580-830f-4098-b00c-04139cbb838d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0ba3c580-830f-4098-b00c-04139cbb838d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0ba3c580-830f-4098-b00c-04139cbb838d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4edb8f95-b228-47b8-8f48-00a596160942 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-4edb8f95-b228-47b8-8f48-00a596160942:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-4edb8f95-b228-47b8-8f48-00a596160942:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4edb8f95-b228-47b8-8f48-00a596160942 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4edb8f95-b228-47b8-8f48-00a596160942.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4edb8f95-b228-47b8-8f48-00a596160942.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-4edb8f95-b228-47b8-8f48-00a596160942.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7154398c-d7de-45c4-b97e-35e2c8ecb37e {
  display: none;
}
#s-dc4fd828-9ad2-4357-93eb-6b970254220a {
  text-align: left;
}


.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a {
  max-width: 100%;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a .shg-image-zoom,
.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a {
  max-width: 100%;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a .shg-image-zoom,
.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a {
  max-width: 100%;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a .shg-image-zoom,
.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a {
  max-width: 100%;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a .shg-image-zoom,
.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a {
  max-width: 100%;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a .shg-image-zoom,
.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc4fd828-9ad2-4357-93eb-6b970254220a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b419363f-91f0-4ca1-8e6c-e546e12145d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b419363f-91f0-4ca1-8e6c-e546e12145d3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9b28f7a2-d322-4f5e-99fa-5ae5a3f1d06c {
  text-align: left;
}

#s-9b28f7a2-d322-4f5e-99fa-5ae5a3f1d06c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9b28f7a2-d322-4f5e-99fa-5ae5a3f1d06c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9b28f7a2-d322-4f5e-99fa-5ae5a3f1d06c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1381153e-716f-4561-a4c3-f11dd6387405 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-1381153e-716f-4561-a4c3-f11dd6387405:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1381153e-716f-4561-a4c3-f11dd6387405:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1381153e-716f-4561-a4c3-f11dd6387405 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1381153e-716f-4561-a4c3-f11dd6387405.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1381153e-716f-4561-a4c3-f11dd6387405.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1381153e-716f-4561-a4c3-f11dd6387405.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cbd32fe4-4c52-4064-bca0-daeba0615790 {
  display: none;
}
#s-e31adfe6-d633-47d3-ad74-71a0de52eaab {
  text-align: left;
}


.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab {
  max-width: 100%;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab .shg-image-zoom,
.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab {
  max-width: 100%;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab .shg-image-zoom,
.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab {
  max-width: 100%;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab .shg-image-zoom,
.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab {
  max-width: 100%;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab .shg-image-zoom,
.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab {
  max-width: 100%;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab .shg-image-zoom,
.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e31adfe6-d633-47d3-ad74-71a0de52eaab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a191c50c-c065-4a4f-9831-1c4182159568 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a191c50c-c065-4a4f-9831-1c4182159568 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3c42e7a1-830e-471b-b33a-01fd33af7c30 {
  text-align: left;
}

#s-3c42e7a1-830e-471b-b33a-01fd33af7c30 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3c42e7a1-830e-471b-b33a-01fd33af7c30 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3c42e7a1-830e-471b-b33a-01fd33af7c30 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a1485608-fba8-43c3-9d0f-bfd9b6048855 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-a1485608-fba8-43c3-9d0f-bfd9b6048855:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-a1485608-fba8-43c3-9d0f-bfd9b6048855:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1485608-fba8-43c3-9d0f-bfd9b6048855 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1485608-fba8-43c3-9d0f-bfd9b6048855.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1485608-fba8-43c3-9d0f-bfd9b6048855.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a1485608-fba8-43c3-9d0f-bfd9b6048855.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-97e97aa4-94a5-47ac-b8dc-a01344800ec3 {
  display: none;
}
#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb {
  text-align: left;
}


.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb {
  max-width: 100%;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb .shg-image-zoom,
.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb {
  max-width: 100%;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb .shg-image-zoom,
.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb {
  max-width: 100%;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb .shg-image-zoom,
.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb {
  max-width: 100%;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb .shg-image-zoom,
.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb {
  max-width: 100%;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb .shg-image-zoom,
.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-097c9800-04b9-4197-a7fe-b2b56f06d8eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-13e99a39-4109-422d-b7ff-ea23644426fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13e99a39-4109-422d-b7ff-ea23644426fc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-772edfc3-73aa-4e11-badb-924f77c84f29 {
  text-align: left;
}

#s-772edfc3-73aa-4e11-badb-924f77c84f29 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-772edfc3-73aa-4e11-badb-924f77c84f29 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-772edfc3-73aa-4e11-badb-924f77c84f29 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a2655b5c-6e8e-4eed-9bfe-9440bb71c785 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-a2655b5c-6e8e-4eed-9bfe-9440bb71c785:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-a2655b5c-6e8e-4eed-9bfe-9440bb71c785:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a2655b5c-6e8e-4eed-9bfe-9440bb71c785 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a2655b5c-6e8e-4eed-9bfe-9440bb71c785.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2655b5c-6e8e-4eed-9bfe-9440bb71c785.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a2655b5c-6e8e-4eed-9bfe-9440bb71c785.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-89f270fe-dcdc-4f64-825b-f28c8f7820a4 {
  display: none;
}
#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 {
  text-align: left;
}


.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 {
  max-width: 100%;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 .shg-image-zoom,
.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 {
  max-width: 100%;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 .shg-image-zoom,
.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 {
  max-width: 100%;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 .shg-image-zoom,
.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 {
  max-width: 100%;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 .shg-image-zoom,
.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 {
  max-width: 100%;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 .shg-image-zoom,
.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d4da4d3-e3b3-48c9-bc5b-c60025eb79e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-144e68fc-c924-4e92-8c32-59fb016d28a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-144e68fc-c924-4e92-8c32-59fb016d28a1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-cb7530c6-9381-4388-ab2a-2bad4e69e01b {
  text-align: left;
}

#s-cb7530c6-9381-4388-ab2a-2bad4e69e01b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cb7530c6-9381-4388-ab2a-2bad4e69e01b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cb7530c6-9381-4388-ab2a-2bad4e69e01b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c39e8521-9faf-45f7-9d85-3e2213923c4d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-c39e8521-9faf-45f7-9d85-3e2213923c4d:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-c39e8521-9faf-45f7-9d85-3e2213923c4d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c39e8521-9faf-45f7-9d85-3e2213923c4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c39e8521-9faf-45f7-9d85-3e2213923c4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c39e8521-9faf-45f7-9d85-3e2213923c4d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c39e8521-9faf-45f7-9d85-3e2213923c4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d0a5d7a7-34b2-4fb5-9a63-2ef3447e460b {
  display: none;
}
#s-f588c733-fc30-4a63-b185-02c6131c0fd5 {
  text-align: left;
}


.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 {
  max-width: 100%;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 .shg-image-zoom,
.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 {
  max-width: 100%;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 .shg-image-zoom,
.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 {
  max-width: 100%;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 .shg-image-zoom,
.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 {
  max-width: 100%;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 .shg-image-zoom,
.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 {
  max-width: 100%;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 .shg-image-zoom,
.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f588c733-fc30-4a63-b185-02c6131c0fd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-09199954-6d56-4b02-af98-257225e158ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09199954-6d56-4b02-af98-257225e158ac .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-be0fc855-7aa8-412f-b515-67dd6c154a78 {
  text-align: left;
}

#s-be0fc855-7aa8-412f-b515-67dd6c154a78 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-be0fc855-7aa8-412f-b515-67dd6c154a78 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-be0fc855-7aa8-412f-b515-67dd6c154a78 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-87ef9675-84f3-49f9-aa26-e1fc349b7c24 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-87ef9675-84f3-49f9-aa26-e1fc349b7c24:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-87ef9675-84f3-49f9-aa26-e1fc349b7c24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-87ef9675-84f3-49f9-aa26-e1fc349b7c24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87ef9675-84f3-49f9-aa26-e1fc349b7c24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87ef9675-84f3-49f9-aa26-e1fc349b7c24.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-87ef9675-84f3-49f9-aa26-e1fc349b7c24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3bc24deb-7102-4533-98ae-4592a416a897 {
  display: none;
}
#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 {
  text-align: left;
}


.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 {
  max-width: 100%;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 .shg-image-zoom,
.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 {
  max-width: 100%;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 .shg-image-zoom,
.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 {
  max-width: 100%;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 .shg-image-zoom,
.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 {
  max-width: 100%;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 .shg-image-zoom,
.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 {
  max-width: 100%;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 .shg-image-zoom,
.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d621ad4-5f6b-4fa1-8d4d-66582a9c1602 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-081bb4e6-7a15-4af2-a5b8-d82e94f91092 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-081bb4e6-7a15-4af2-a5b8-d82e94f91092 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-cfb30928-2d75-403e-88f2-aa20537f2b2f {
  text-align: left;
}

#s-cfb30928-2d75-403e-88f2-aa20537f2b2f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cfb30928-2d75-403e-88f2-aa20537f2b2f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cfb30928-2d75-403e-88f2-aa20537f2b2f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-94fcb6b6-0c13-4468-8ab8-c01aeb16131c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-94fcb6b6-0c13-4468-8ab8-c01aeb16131c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-94fcb6b6-0c13-4468-8ab8-c01aeb16131c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-94fcb6b6-0c13-4468-8ab8-c01aeb16131c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94fcb6b6-0c13-4468-8ab8-c01aeb16131c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94fcb6b6-0c13-4468-8ab8-c01aeb16131c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-94fcb6b6-0c13-4468-8ab8-c01aeb16131c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c42af428-5ff0-47ef-9b3f-dab0ffd58c6a {
  display: none;
}
#s-36e8f14a-a686-4059-ba71-1884965c6d28 {
  text-align: left;
}


.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 {
  max-width: 100%;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 .shg-image-zoom,
.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 {
  max-width: 100%;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 .shg-image-zoom,
.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 {
  max-width: 100%;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 .shg-image-zoom,
.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 {
  max-width: 100%;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 .shg-image-zoom,
.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 {
  max-width: 100%;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 .shg-image-zoom,
.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36e8f14a-a686-4059-ba71-1884965c6d28 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d4f9562d-0b13-45c6-8466-542c36579f89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4f9562d-0b13-45c6-8466-542c36579f89 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-7720d6c3-18d7-4a57-887e-bb9d8f65b503 {
  text-align: left;
}

#s-7720d6c3-18d7-4a57-887e-bb9d8f65b503 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7720d6c3-18d7-4a57-887e-bb9d8f65b503 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7720d6c3-18d7-4a57-887e-bb9d8f65b503 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-46e8bd44-fcf5-4491-8ff0-35ae61628c4a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-46e8bd44-fcf5-4491-8ff0-35ae61628c4a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-46e8bd44-fcf5-4491-8ff0-35ae61628c4a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-46e8bd44-fcf5-4491-8ff0-35ae61628c4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46e8bd44-fcf5-4491-8ff0-35ae61628c4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46e8bd44-fcf5-4491-8ff0-35ae61628c4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-46e8bd44-fcf5-4491-8ff0-35ae61628c4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b793da9b-879f-4af9-a829-8760a7683e54 {
  display: none;
}
#s-ff52825c-d1aa-468e-b47b-9228e535caf6 {
  text-align: left;
}


.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 {
  max-width: 100%;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 .shg-image-zoom,
.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 {
  max-width: 100%;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 .shg-image-zoom,
.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 {
  max-width: 100%;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 .shg-image-zoom,
.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 {
  max-width: 100%;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 .shg-image-zoom,
.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 {
  max-width: 100%;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 .shg-image-zoom,
.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff52825c-d1aa-468e-b47b-9228e535caf6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1d087d3a-8854-432f-9919-649fa057a955 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d087d3a-8854-432f-9919-649fa057a955 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3e63857a-9562-4d93-b54e-a414a4835dd1 {
  text-align: left;
}

#s-3e63857a-9562-4d93-b54e-a414a4835dd1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3e63857a-9562-4d93-b54e-a414a4835dd1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3e63857a-9562-4d93-b54e-a414a4835dd1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-975f8f01-4b53-4934-b283-3f18f482c11f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-975f8f01-4b53-4934-b283-3f18f482c11f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-975f8f01-4b53-4934-b283-3f18f482c11f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-975f8f01-4b53-4934-b283-3f18f482c11f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-975f8f01-4b53-4934-b283-3f18f482c11f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-975f8f01-4b53-4934-b283-3f18f482c11f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-975f8f01-4b53-4934-b283-3f18f482c11f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c832d23b-08c5-4da2-8b97-0471ed2b6a75 {
  display: none;
}
#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be {
  text-align: left;
}


.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be {
  max-width: 100%;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be .shg-image-zoom,
.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be {
  max-width: 100%;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be .shg-image-zoom,
.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be {
  max-width: 100%;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be .shg-image-zoom,
.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be {
  max-width: 100%;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be .shg-image-zoom,
.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be {
  max-width: 100%;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be .shg-image-zoom,
.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-027e5435-a971-4d5e-b3cd-9f9e0524a0be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3ce3526e-6380-46a9-905d-ff3ebbfc3842 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ce3526e-6380-46a9-905d-ff3ebbfc3842 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-dfa8d7fa-866d-4192-aac5-6fc18ae93b5b {
  text-align: left;
}

#s-dfa8d7fa-866d-4192-aac5-6fc18ae93b5b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-dfa8d7fa-866d-4192-aac5-6fc18ae93b5b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dfa8d7fa-866d-4192-aac5-6fc18ae93b5b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-27132223-e5bd-4362-b0eb-6bcd67196bb2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-27132223-e5bd-4362-b0eb-6bcd67196bb2:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-27132223-e5bd-4362-b0eb-6bcd67196bb2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-27132223-e5bd-4362-b0eb-6bcd67196bb2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27132223-e5bd-4362-b0eb-6bcd67196bb2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27132223-e5bd-4362-b0eb-6bcd67196bb2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-27132223-e5bd-4362-b0eb-6bcd67196bb2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-60575cba-36dd-44ff-99c7-256fa9128a49 {
  display: none;
}
#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef {
  text-align: left;
}


.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef {
  max-width: 100%;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef .shg-image-zoom,
.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef {
  max-width: 100%;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef .shg-image-zoom,
.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef {
  max-width: 100%;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef .shg-image-zoom,
.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef {
  max-width: 100%;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef .shg-image-zoom,
.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef {
  max-width: 100%;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef .shg-image-zoom,
.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0a589a9-dba4-45ab-9f3d-e0f7fe936bef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b7252a5c-169e-4ca6-8102-f5127428ed42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7252a5c-169e-4ca6-8102-f5127428ed42 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-04772fe3-dffc-4147-b747-e8f53df05cc4 {
  text-align: left;
}

#s-04772fe3-dffc-4147-b747-e8f53df05cc4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-04772fe3-dffc-4147-b747-e8f53df05cc4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-04772fe3-dffc-4147-b747-e8f53df05cc4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-11a502a0-9167-483a-b8c3-3d7af7f576a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-11a502a0-9167-483a-b8c3-3d7af7f576a7:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-11a502a0-9167-483a-b8c3-3d7af7f576a7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-11a502a0-9167-483a-b8c3-3d7af7f576a7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11a502a0-9167-483a-b8c3-3d7af7f576a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11a502a0-9167-483a-b8c3-3d7af7f576a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-11a502a0-9167-483a-b8c3-3d7af7f576a7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f30e4d19-2f81-4eda-8b4d-0e05e711a10f {
  display: none;
}
#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 {
  text-align: left;
}


.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 {
  max-width: 100%;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 .shg-image-zoom,
.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 {
  max-width: 100%;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 .shg-image-zoom,
.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 {
  max-width: 100%;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 .shg-image-zoom,
.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 {
  max-width: 100%;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 .shg-image-zoom,
.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 {
  max-width: 100%;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 .shg-image-zoom,
.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cffa836e-fd0f-4958-9f81-c0441d47a4f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-283f4478-8505-4b35-80d7-ba52bf9014fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-283f4478-8505-4b35-80d7-ba52bf9014fb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-256d9a11-b1e5-4203-8f39-efda6257862f {
  text-align: left;
}

#s-256d9a11-b1e5-4203-8f39-efda6257862f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-256d9a11-b1e5-4203-8f39-efda6257862f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-256d9a11-b1e5-4203-8f39-efda6257862f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7d4be3d2-0ac2-4771-bca0-37a1bba3bb4a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-7d4be3d2-0ac2-4771-bca0-37a1bba3bb4a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-7d4be3d2-0ac2-4771-bca0-37a1bba3bb4a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d4be3d2-0ac2-4771-bca0-37a1bba3bb4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d4be3d2-0ac2-4771-bca0-37a1bba3bb4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d4be3d2-0ac2-4771-bca0-37a1bba3bb4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7d4be3d2-0ac2-4771-bca0-37a1bba3bb4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-309933ac-5a92-4e74-88cd-188f9623996e {
  display: none;
}
#s-93a82968-fdf7-412c-ac5a-186f09a92e53 {
  text-align: left;
}


.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 {
  max-width: 100%;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 .shg-image-zoom,
.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 {
  max-width: 100%;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 .shg-image-zoom,
.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 {
  max-width: 100%;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 .shg-image-zoom,
.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 {
  max-width: 100%;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 .shg-image-zoom,
.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 {
  max-width: 100%;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 .shg-image-zoom,
.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93a82968-fdf7-412c-ac5a-186f09a92e53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2814b201-24ca-4252-87e6-195fa13239a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2814b201-24ca-4252-87e6-195fa13239a5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b3bad791-8dc6-45a2-a5ec-a51fc01c7d87 {
  text-align: left;
}

#s-b3bad791-8dc6-45a2-a5ec-a51fc01c7d87 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b3bad791-8dc6-45a2-a5ec-a51fc01c7d87 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b3bad791-8dc6-45a2-a5ec-a51fc01c7d87 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b4570800-e06d-4b72-a05c-04c065d1c7dd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-b4570800-e06d-4b72-a05c-04c065d1c7dd:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b4570800-e06d-4b72-a05c-04c065d1c7dd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b4570800-e06d-4b72-a05c-04c065d1c7dd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b4570800-e06d-4b72-a05c-04c065d1c7dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4570800-e06d-4b72-a05c-04c065d1c7dd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b4570800-e06d-4b72-a05c-04c065d1c7dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6efed70b-8113-4415-82bc-35021e4dd210 {
  display: none;
}
#s-01a61786-cb47-4c28-adab-532f92461590 {
  text-align: left;
}


.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 {
  max-width: 100%;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 .shg-image-zoom,
.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 {
  max-width: 100%;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 .shg-image-zoom,
.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 {
  max-width: 100%;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 .shg-image-zoom,
.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 {
  max-width: 100%;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 .shg-image-zoom,
.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 {
  max-width: 100%;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 .shg-image-zoom,
.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01a61786-cb47-4c28-adab-532f92461590 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-68605201-15c2-493e-b080-1ee2ff8df5cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68605201-15c2-493e-b080-1ee2ff8df5cf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-667237bf-322d-430a-87a4-c9eecb0fc991 {
  text-align: left;
}

#s-667237bf-322d-430a-87a4-c9eecb0fc991 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-667237bf-322d-430a-87a4-c9eecb0fc991 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-667237bf-322d-430a-87a4-c9eecb0fc991 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6c61e3ad-e18d-44f1-9863-cc582f4bf743 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-6c61e3ad-e18d-44f1-9863-cc582f4bf743:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-6c61e3ad-e18d-44f1-9863-cc582f4bf743:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c61e3ad-e18d-44f1-9863-cc582f4bf743 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c61e3ad-e18d-44f1-9863-cc582f4bf743.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c61e3ad-e18d-44f1-9863-cc582f4bf743.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6c61e3ad-e18d-44f1-9863-cc582f4bf743.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-abd3d2ff-c6bd-458c-9c64-c63701003a84 {
  display: none;
}
#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 {
  text-align: left;
}


.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 {
  max-width: 100%;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 .shg-image-zoom,
.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 {
  max-width: 100%;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 .shg-image-zoom,
.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 {
  max-width: 100%;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 .shg-image-zoom,
.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 {
  max-width: 100%;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 .shg-image-zoom,
.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 {
  max-width: 100%;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 .shg-image-zoom,
.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf492f3-13d4-44b2-b565-6ce8718524f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-86ea1c21-b883-47d9-8a3d-1dc1774785fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86ea1c21-b883-47d9-8a3d-1dc1774785fc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9cc211ea-0fe9-426a-a96d-5e1b77c4785f {
  text-align: left;
}

#s-9cc211ea-0fe9-426a-a96d-5e1b77c4785f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9cc211ea-0fe9-426a-a96d-5e1b77c4785f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9cc211ea-0fe9-426a-a96d-5e1b77c4785f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ad177fd1-5e79-4842-8625-f7e9b1936137 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-ad177fd1-5e79-4842-8625-f7e9b1936137:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ad177fd1-5e79-4842-8625-f7e9b1936137:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad177fd1-5e79-4842-8625-f7e9b1936137 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad177fd1-5e79-4842-8625-f7e9b1936137.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad177fd1-5e79-4842-8625-f7e9b1936137.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ad177fd1-5e79-4842-8625-f7e9b1936137.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bcc282ba-ec31-4ae0-b90c-03cb62723372 {
  display: none;
}
#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b {
  text-align: left;
}


.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b {
  max-width: 100%;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b .shg-image-zoom,
.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b {
  max-width: 100%;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b .shg-image-zoom,
.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b {
  max-width: 100%;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b .shg-image-zoom,
.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b {
  max-width: 100%;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b .shg-image-zoom,
.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b {
  max-width: 100%;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b .shg-image-zoom,
.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4545745a-e2d5-4df8-9eb3-f41976c72c0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ef02c70c-268b-4e8c-b72b-ec8ead2b6395 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef02c70c-268b-4e8c-b72b-ec8ead2b6395 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e32730c3-c531-4500-afce-7cc6c1d0b17c {
  text-align: left;
}

#s-e32730c3-c531-4500-afce-7cc6c1d0b17c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e32730c3-c531-4500-afce-7cc6c1d0b17c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e32730c3-c531-4500-afce-7cc6c1d0b17c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e091ee42-5ecc-42df-ac91-966d02a61f6f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-e091ee42-5ecc-42df-ac91-966d02a61f6f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e091ee42-5ecc-42df-ac91-966d02a61f6f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e091ee42-5ecc-42df-ac91-966d02a61f6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e091ee42-5ecc-42df-ac91-966d02a61f6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e091ee42-5ecc-42df-ac91-966d02a61f6f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e091ee42-5ecc-42df-ac91-966d02a61f6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-29a6101b-d8fd-4318-807c-8fd3e11c5858 {
  display: none;
}
#s-c27caac9-d287-4424-a94d-808986f68fa9 {
  text-align: left;
}


.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 {
  max-width: 100%;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 .shg-image-zoom,
.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 {
  max-width: 100%;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 .shg-image-zoom,
.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 {
  max-width: 100%;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 .shg-image-zoom,
.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 {
  max-width: 100%;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 .shg-image-zoom,
.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 {
  max-width: 100%;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 .shg-image-zoom,
.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c27caac9-d287-4424-a94d-808986f68fa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a0bd277e-f3e1-4792-a008-8a5257b3a533 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0bd277e-f3e1-4792-a008-8a5257b3a533 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ff0a8e9f-cbcf-4ed8-8b50-326089d5d897 {
  text-align: left;
}

#s-ff0a8e9f-cbcf-4ed8-8b50-326089d5d897 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ff0a8e9f-cbcf-4ed8-8b50-326089d5d897 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ff0a8e9f-cbcf-4ed8-8b50-326089d5d897 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b0e7e7f6-b82c-475a-a88a-1f070be50e00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-b0e7e7f6-b82c-475a-a88a-1f070be50e00:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b0e7e7f6-b82c-475a-a88a-1f070be50e00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b0e7e7f6-b82c-475a-a88a-1f070be50e00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0e7e7f6-b82c-475a-a88a-1f070be50e00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0e7e7f6-b82c-475a-a88a-1f070be50e00.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b0e7e7f6-b82c-475a-a88a-1f070be50e00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b62912c2-ad72-44db-9686-65c7b9d03e1a {
  display: none;
}
#s-d5e92687-57df-41a7-9ea8-492445020782 {
  text-align: left;
}


.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 {
  max-width: 100%;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 .shg-image-zoom,
.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 {
  max-width: 100%;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 .shg-image-zoom,
.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 {
  max-width: 100%;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 .shg-image-zoom,
.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 {
  max-width: 100%;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 .shg-image-zoom,
.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 {
  max-width: 100%;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 .shg-image-zoom,
.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e92687-57df-41a7-9ea8-492445020782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e6b12a0b-c036-4ebc-899a-de742e01bd8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6b12a0b-c036-4ebc-899a-de742e01bd8a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f555c086-5b68-4e31-96a6-80f3218026ca {
  text-align: left;
}

#s-f555c086-5b68-4e31-96a6-80f3218026ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f555c086-5b68-4e31-96a6-80f3218026ca .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f555c086-5b68-4e31-96a6-80f3218026ca .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2a2b7318-3096-4769-b784-d0051fa8db99 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-2a2b7318-3096-4769-b784-d0051fa8db99:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-2a2b7318-3096-4769-b784-d0051fa8db99:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2a2b7318-3096-4769-b784-d0051fa8db99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a2b7318-3096-4769-b784-d0051fa8db99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a2b7318-3096-4769-b784-d0051fa8db99.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2a2b7318-3096-4769-b784-d0051fa8db99.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c9339f65-3350-4b01-abdb-4162ebdd83bb {
  display: none;
}
#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 {
  text-align: left;
}


.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 {
  max-width: 100%;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 .shg-image-zoom,
.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 {
  max-width: 100%;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 .shg-image-zoom,
.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 {
  max-width: 100%;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 .shg-image-zoom,
.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 {
  max-width: 100%;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 .shg-image-zoom,
.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 {
  max-width: 100%;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 .shg-image-zoom,
.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b2624a8-5268-4b64-bc78-9f754dc1f489 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-48d84d40-49fe-43ff-96d9-0125b38ccb59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48d84d40-49fe-43ff-96d9-0125b38ccb59 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-770d6f6f-0198-4415-b41f-cfefec3228ec {
  text-align: left;
}

#s-770d6f6f-0198-4415-b41f-cfefec3228ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-770d6f6f-0198-4415-b41f-cfefec3228ec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-770d6f6f-0198-4415-b41f-cfefec3228ec .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-60a1ce1e-ee3b-4045-8be9-7935f7f3d169 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-60a1ce1e-ee3b-4045-8be9-7935f7f3d169:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-60a1ce1e-ee3b-4045-8be9-7935f7f3d169:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-60a1ce1e-ee3b-4045-8be9-7935f7f3d169 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60a1ce1e-ee3b-4045-8be9-7935f7f3d169.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60a1ce1e-ee3b-4045-8be9-7935f7f3d169.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-60a1ce1e-ee3b-4045-8be9-7935f7f3d169.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-571ad69d-d054-4ac1-91ac-107184bbb8e5 {
  display: none;
}
#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec {
  text-align: left;
}


.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec {
  max-width: 100%;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec .shg-image-zoom,
.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec {
  max-width: 100%;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec .shg-image-zoom,
.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec {
  max-width: 100%;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec .shg-image-zoom,
.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec {
  max-width: 100%;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec .shg-image-zoom,
.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec {
  max-width: 100%;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec .shg-image-zoom,
.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c97c4db4-1d2d-45b2-acac-1314dbfb85ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5a4f3203-377d-4fd1-99c2-b60c3371d13c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a4f3203-377d-4fd1-99c2-b60c3371d13c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d195f016-6edb-4520-bb12-1a35344b9d47 {
  text-align: left;
}

#s-d195f016-6edb-4520-bb12-1a35344b9d47 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d195f016-6edb-4520-bb12-1a35344b9d47 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d195f016-6edb-4520-bb12-1a35344b9d47 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-efa96e43-b1c6-4436-bb91-64028222f011 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-efa96e43-b1c6-4436-bb91-64028222f011:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-efa96e43-b1c6-4436-bb91-64028222f011:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-efa96e43-b1c6-4436-bb91-64028222f011 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efa96e43-b1c6-4436-bb91-64028222f011.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efa96e43-b1c6-4436-bb91-64028222f011.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-efa96e43-b1c6-4436-bb91-64028222f011.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dc9b9ca7-1496-4f93-8652-cd5af915bc17 {
  display: none;
}
#s-86b54686-9f4e-4241-9e55-addc8d64daa2 {
  text-align: left;
}


.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 {
  max-width: 100%;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 .shg-image-zoom,
.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 {
  max-width: 100%;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 .shg-image-zoom,
.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 {
  max-width: 100%;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 .shg-image-zoom,
.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 {
  max-width: 100%;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 .shg-image-zoom,
.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 {
  max-width: 100%;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 .shg-image-zoom,
.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86b54686-9f4e-4241-9e55-addc8d64daa2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bc05c5d1-cabf-4a76-965a-c2b4c0dcebbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc05c5d1-cabf-4a76-965a-c2b4c0dcebbf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e1030abb-4829-4965-9d6a-72b6e092a466 {
  text-align: left;
}

#s-e1030abb-4829-4965-9d6a-72b6e092a466 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e1030abb-4829-4965-9d6a-72b6e092a466 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e1030abb-4829-4965-9d6a-72b6e092a466 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-cfaf05a8-e89c-4417-8741-bc122a951739 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-cfaf05a8-e89c-4417-8741-bc122a951739:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-cfaf05a8-e89c-4417-8741-bc122a951739:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cfaf05a8-e89c-4417-8741-bc122a951739 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfaf05a8-e89c-4417-8741-bc122a951739.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfaf05a8-e89c-4417-8741-bc122a951739.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-cfaf05a8-e89c-4417-8741-bc122a951739.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b007c538-2422-4f37-b4af-6dfceb903297 {
  display: none;
}
#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 {
  text-align: left;
}


.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 {
  max-width: 100%;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 .shg-image-zoom,
.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 {
  max-width: 100%;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 .shg-image-zoom,
.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 {
  max-width: 100%;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 .shg-image-zoom,
.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 {
  max-width: 100%;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 .shg-image-zoom,
.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 {
  max-width: 100%;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 .shg-image-zoom,
.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56a897ee-2ab8-4a5d-b848-c8ed4d3f4cd0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3585375b-2260-45f7-a19c-bdbcf400476a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3585375b-2260-45f7-a19c-bdbcf400476a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0f181c8e-2668-4a1f-be31-8ce7f31ea120 {
  text-align: left;
}

#s-0f181c8e-2668-4a1f-be31-8ce7f31ea120 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0f181c8e-2668-4a1f-be31-8ce7f31ea120 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0f181c8e-2668-4a1f-be31-8ce7f31ea120 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a1ccb883-0b93-45f4-b0e8-f946ea3cf2da {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-a1ccb883-0b93-45f4-b0e8-f946ea3cf2da:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-a1ccb883-0b93-45f4-b0e8-f946ea3cf2da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1ccb883-0b93-45f4-b0e8-f946ea3cf2da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1ccb883-0b93-45f4-b0e8-f946ea3cf2da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1ccb883-0b93-45f4-b0e8-f946ea3cf2da.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a1ccb883-0b93-45f4-b0e8-f946ea3cf2da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-42a521fb-037e-46f5-88d3-75775b6135ec {
  min-height: 50px;
background-color: rgba(248, 243, 237, 1);
}








#s-42a521fb-037e-46f5-88d3-75775b6135ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42a521fb-037e-46f5-88d3-75775b6135ec.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cf38d49b-834c-43cb-a434-549090d5d462 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(248, 243, 237, 1);
}

@media (min-width: 0px) {
[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf38d49b-834c-43cb-a434-549090d5d462"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6468562e-97f3-4fff-b327-a87ac74bc7da {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6468562e-97f3-4fff-b327-a87ac74bc7da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-bed7616e-149e-47d6-aab4-1701efc3925a .shogun-icon-wrapper {
  text-align: center;
}


#s-bed7616e-149e-47d6-aab4-1701efc3925a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-c01f08f3-8aac-4cb1-83ec-55e80e2c2044 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

.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-d4c287bf-e22d-4bbc-a32d-1128bab0b15a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none;
}
#s-d4c287bf-e22d-4bbc-a32d-1128bab0b15a:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-d4c287bf-e22d-4bbc-a32d-1128bab0b15a:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-d4c287bf-e22d-4bbc-a32d-1128bab0b15a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-76fce9bf-7640-462e-ba6e-a2df06448319 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-76fce9bf-7640-462e-ba6e-a2df06448319"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-295b5117-2933-41a2-afd7-d5490d9b5ff8 .shogun-icon-wrapper {
  text-align: center;
}


#s-295b5117-2933-41a2-afd7-d5490d9b5ff8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-8583b815-a49f-4705-8951-bbedf33dafd1 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-8169a535-7166-4285-8cd9-2b326deefd89 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none;
}
#s-8169a535-7166-4285-8cd9-2b326deefd89:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-8169a535-7166-4285-8cd9-2b326deefd89:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-8169a535-7166-4285-8cd9-2b326deefd89.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-8de85542-f460-4a80-911a-3cebe455ef68 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8de85542-f460-4a80-911a-3cebe455ef68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-83c1cfcc-407c-47d8-b97f-c71df51df16b .shogun-icon-wrapper {
  text-align: center;
}


#s-83c1cfcc-407c-47d8-b97f-c71df51df16b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-440a87ab-3e8c-4e1c-acbe-d9c88eb9c1f4 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-4eaea7fd-9704-463f-a4c8-3ff69aaa7087 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none;
}
#s-4eaea7fd-9704-463f-a4c8-3ff69aaa7087:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-4eaea7fd-9704-463f-a4c8-3ff69aaa7087:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-4eaea7fd-9704-463f-a4c8-3ff69aaa7087.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-bfa052b2-0865-431f-abf1-b400fbd7d913 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(175, 143, 52, 1);
}

@media (min-width: 0px) {
[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bfa052b2-0865-431f-abf1-b400fbd7d913"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c67476fc-4cbc-4fd5-b11a-50ac417394ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4c42116f-08b1-4d75-b687-23e1a3712fc2 {
  text-align: left;
}




  #s-4c42116f-08b1-4d75-b687-23e1a3712fc2 img.shogun-image {
    
    width: px;
  }


#s-4c42116f-08b1-4d75-b687-23e1a3712fc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9327f99e-89e7-43b9-ab23-f66159ca7b88 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9327f99e-89e7-43b9-ab23-f66159ca7b88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-56ea303d-10c0-416f-90eb-f371b2e1df5b {
  text-align: center;
}

#s-b2063a5e-345d-454f-bed6-d55451dd0a52 {
  padding-top: 0px;
}

#s-59874b9f-3cb3-4717-8b09-6c7463c3fb26 {
  padding-top: 15px;
}

#s-94a92db5-0f43-43b3-96a6-cce6073bf14f {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px;
}

/*
  $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;
  }
}

#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;
}
