.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

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

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-2ea09663-7d11-40fc-8b8b-53d3e4cc0241 {
  min-height: 50px;
}








#s-2ea09663-7d11-40fc-8b8b-53d3e4cc0241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ea09663-7d11-40fc-8b8b-53d3e4cc0241.shg-box.shg-c {
  justify-content: center;
}

#s-0f7a43dc-f354-4da0-b26c-ee2c212e6427 {
  min-height: 50px;
}








#s-0f7a43dc-f354-4da0-b26c-ee2c212e6427 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f7a43dc-f354-4da0-b26c-ee2c212e6427.shg-box.shg-c {
  justify-content: center;
}

#s-d67a76f1-f9d6-43a0-bed5-ee45e694c41a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d67a76f1-f9d6-43a0-bed5-ee45e694c41a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d67a76f1-f9d6-43a0-bed5-ee45e694c41a.shg-box.shg-c {
  justify-content: center;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-70ccee3a-2404-4a27-b6ae-601e6d1aacd2 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70ccee3a-2404-4a27-b6ae-601e6d1aacd2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-174d7d0b-124b-407b-bfff-a934699116e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-174d7d0b-124b-407b-bfff-a934699116e0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 31px;
  line-height: ;
  letter-spacing: ;
  text-align: 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-a25719d2-b536-4d4f-b7c4-6de707dc58d5 {
  min-height: 50px;
}








#s-a25719d2-b536-4d4f-b7c4-6de707dc58d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a25719d2-b536-4d4f-b7c4-6de707dc58d5.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d6fb1f5-d597-4883-b058-32c0c5bfae85"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-301623d9-768b-40ba-9489-2e1f33b636bd {
  text-align: center;
}




  #s-301623d9-768b-40ba-9489-2e1f33b636bd img.shogun-image {
    
    width: px;
  }


#s-301623d9-768b-40ba-9489-2e1f33b636bd .shogun-image-content {
  
    align-items: center;
  
}

#s-346ab833-20a7-46ec-93bc-4f5e240d3c77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(26, 28, 31, 1);
}

#s-346ab833-20a7-46ec-93bc-4f5e240d3c77 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-346ab833-20a7-46ec-93bc-4f5e240d3c77 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-3a53eb97-5340-4db0-a104-24b9a2cef5fb {
  text-align: center;
}




  #s-3a53eb97-5340-4db0-a104-24b9a2cef5fb img.shogun-image {
    
    width: px;
  }


#s-3a53eb97-5340-4db0-a104-24b9a2cef5fb .shogun-image-content {
  
    align-items: center;
  
}

#s-df848818-ce48-468e-a6c3-23bd171e7cf7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(3, 26, 27, 1);
}

#s-df848818-ce48-468e-a6c3-23bd171e7cf7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-df848818-ce48-468e-a6c3-23bd171e7cf7 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-7fcbc871-d41a-41f2-bb23-a85a13edad3c {
  text-align: center;
}




  #s-7fcbc871-d41a-41f2-bb23-a85a13edad3c img.shogun-image {
    
    width: px;
  }


#s-7fcbc871-d41a-41f2-bb23-a85a13edad3c .shogun-image-content {
  
    align-items: center;
  
}

#s-3b06f7cc-91d3-4fc9-b944-6025319243e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-3b06f7cc-91d3-4fc9-b944-6025319243e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-3b06f7cc-91d3-4fc9-b944-6025319243e4 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-ebc3124f-9465-475a-a222-7f0bb6fbf43b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ebc3124f-9465-475a-a222-7f0bb6fbf43b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebc3124f-9465-475a-a222-7f0bb6fbf43b.shg-box.shg-c {
  justify-content: center;
}

#s-41f4646e-6a59-4bac-b962-97ba9daa10c5 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-41f4646e-6a59-4bac-b962-97ba9daa10c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41f4646e-6a59-4bac-b962-97ba9daa10c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-41f4646e-6a59-4bac-b962-97ba9daa10c5 {
  
}
}@media (max-width: 767px){#s-41f4646e-6a59-4bac-b962-97ba9daa10c5 {
  
}
}







#s-41f4646e-6a59-4bac-b962-97ba9daa10c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41f4646e-6a59-4bac-b962-97ba9daa10c5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-55b9370c-8646-4c98-8df5-c9a2a931cf11 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-55b9370c-8646-4c98-8df5-c9a2a931cf11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55b9370c-8646-4c98-8df5-c9a2a931cf11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55b9370c-8646-4c98-8df5-c9a2a931cf11 {
  
}
}@media (max-width: 767px){#s-55b9370c-8646-4c98-8df5-c9a2a931cf11 {
  
}
}







#s-55b9370c-8646-4c98-8df5-c9a2a931cf11 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-55b9370c-8646-4c98-8df5-c9a2a931cf11.shg-box.shg-c {
  justify-content: center;
}

#s-4f11e60d-2ab2-4a78-8130-d981f675bedf {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f11e60d-2ab2-4a78-8130-d981f675bedf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-38423ce0-e2e7-4423-ad82-7b6764a927ad {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-38423ce0-e2e7-4423-ad82-7b6764a927ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38423ce0-e2e7-4423-ad82-7b6764a927ad.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e7821768-6234-4962-8e56-212e20c4dc82 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e7821768-6234-4962-8e56-212e20c4dc82 .shogun-icon-wrapper {
  text-align: center;
}


#s-e7821768-6234-4962-8e56-212e20c4dc82 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(185, 161, 107, 1);
}

#s-9bd9a283-c3da-46a0-8765-0d401c31cead {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bd9a283-c3da-46a0-8765-0d401c31cead .shogun-heading-component h1 {
  color: rgba(82, 82, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4193ae3f-2903-4f9a-8ee7-1167d48da1c3 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-4193ae3f-2903-4f9a-8ee7-1167d48da1c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4193ae3f-2903-4f9a-8ee7-1167d48da1c3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0adaa297-0aae-484e-bb66-590fef517e49 {
  margin-left: 20px;
margin-right: 20px;
}

#s-0adaa297-0aae-484e-bb66-590fef517e49 .shogun-icon-wrapper {
  text-align: center;
}


#s-0adaa297-0aae-484e-bb66-590fef517e49 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(185, 161, 107, 1);
}

#s-b93ad012-b428-4f6e-9580-62cfa7f8e8af {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b93ad012-b428-4f6e-9580-62cfa7f8e8af .shogun-heading-component h1 {
  color: rgba(82, 82, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7f3e4e25-7dd8-44e7-aaa9-5afc3fdf4f20 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-7f3e4e25-7dd8-44e7-aaa9-5afc3fdf4f20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f3e4e25-7dd8-44e7-aaa9-5afc3fdf4f20.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a7b0c4ed-61d3-4411-aed8-f95e4822574f {
  margin-left: 20px;
margin-right: 20px;
}

#s-a7b0c4ed-61d3-4411-aed8-f95e4822574f .shogun-icon-wrapper {
  text-align: center;
}


#s-a7b0c4ed-61d3-4411-aed8-f95e4822574f .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(185, 161, 107, 1);
}

#s-46d7cab2-95ac-4713-b6e0-a938715c54b7 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46d7cab2-95ac-4713-b6e0-a938715c54b7 .shogun-heading-component h1 {
  color: rgba(82, 82, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-af1e3fda-a7d1-448d-9ec7-b92635ff54e0 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af1e3fda-a7d1-448d-9ec7-b92635ff54e0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d09582bd-575c-4a01-883b-a06f4a913d4f {
  min-height: 50px;
}








#s-d09582bd-575c-4a01-883b-a06f4a913d4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d09582bd-575c-4a01-883b-a06f4a913d4f.shg-box.shg-c {
  justify-content: center;
}

#s-09aeb865-3635-426c-904f-ad3d00706c63 {
  background-color: rgba(26, 28, 31, 1);
}

@media (min-width: 0px) {
[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-09aeb865-3635-426c-904f-ad3d00706c63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-65ec6083-9a7c-49e3-b152-34eff4a31572 {
  text-align: center;
}





#s-65ec6083-9a7c-49e3-b152-34eff4a31572 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b5a166a-161f-49fd-a5a3-be28d7be8807 {
  margin-top: 80px;
margin-bottom: 80px;
min-height: 50px;
}








#s-9b5a166a-161f-49fd-a5a3-be28d7be8807 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b5a166a-161f-49fd-a5a3-be28d7be8807 {
  cursor: pointer;
}#s-9b5a166a-161f-49fd-a5a3-be28d7be8807.shg-box.shg-c {
  justify-content: center;
}

#s-e86ab725-1052-4441-845d-8a341d3b526e {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}

#s-e86ab725-1052-4441-845d-8a341d3b526e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-f338290e-11e2-4b6c-af42-cca05006b679 {
  margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-121ea14c-0952-4bae-bab2-ead037fd1b27"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b43513b3-b50e-45aa-8b5c-309d27f34c13 {
  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-f73f75e6-914c-441f-94f8-3ad4f48de207 {
  margin-top: 15px;
margin-bottom: 0px;
text-align: left;
}


.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 {
  max-width: 100%;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 .shg-image-zoom,
.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 {
  max-width: 100%;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 .shg-image-zoom,
.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 {
  max-width: 100%;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 .shg-image-zoom,
.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 {
  max-width: 100%;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 .shg-image-zoom,
.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 {
  max-width: 100%;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 .shg-image-zoom,
.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f73f75e6-914c-441f-94f8-3ad4f48de207 .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-d7fe539d-e8ad-469d-a8c2-615d28d92b94 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7fe539d-e8ad-469d-a8c2-615d28d92b94 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-3de04eed-9b00-4497-9995-68b3cda6a3b4 {
  text-align: center;
}

#s-3de04eed-9b00-4497-9995-68b3cda6a3b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3de04eed-9b00-4497-9995-68b3cda6a3b4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3de04eed-9b00-4497-9995-68b3cda6a3b4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

.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-375849a5-310d-4c04-9aba-9b624cf34d58 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-375849a5-310d-4c04-9aba-9b624cf34d58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-375849a5-310d-4c04-9aba-9b624cf34d58:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-375849a5-310d-4c04-9aba-9b624cf34d58.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-e107046e-e40c-4258-8587-8570fa48e2ef {
  display: none;
}
#s-3888a225-823e-42f4-8490-5a8fdc5e6851 {
  margin-top: 15px;
text-align: left;
}


.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 {
  max-width: 100%;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 .shg-image-zoom,
.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 {
  max-width: 100%;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 .shg-image-zoom,
.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 {
  max-width: 100%;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 .shg-image-zoom,
.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 {
  max-width: 100%;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 .shg-image-zoom,
.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 {
  max-width: 100%;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 .shg-image-zoom,
.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3888a225-823e-42f4-8490-5a8fdc5e6851 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf24ac36-d34a-4a36-926a-078b83a940ac {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf24ac36-d34a-4a36-926a-078b83a940ac .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-640b43bc-a115-46f5-a716-06c009bccdd1 {
  text-align: center;
}

#s-640b43bc-a115-46f5-a716-06c009bccdd1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-640b43bc-a115-46f5-a716-06c009bccdd1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-640b43bc-a115-46f5-a716-06c009bccdd1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-74d0427c-bddd-4624-a7e4-7832cd82f899 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-74d0427c-bddd-4624-a7e4-7832cd82f899:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74d0427c-bddd-4624-a7e4-7832cd82f899:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74d0427c-bddd-4624-a7e4-7832cd82f899.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-034bab37-ea9e-4377-96da-62d2bf5342a4 {
  display: none;
}
#s-98100861-7298-40c0-a9c0-eee68a84f548 {
  text-align: left;
}


.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 {
  max-width: 100%;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 .shg-image-zoom,
.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 {
  max-width: 100%;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 .shg-image-zoom,
.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 {
  max-width: 100%;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 .shg-image-zoom,
.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 {
  max-width: 100%;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 .shg-image-zoom,
.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 {
  max-width: 100%;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 .shg-image-zoom,
.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98100861-7298-40c0-a9c0-eee68a84f548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8ff6fa58-d951-4dd1-be81-f78de2c2ea81 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ff6fa58-d951-4dd1-be81-f78de2c2ea81 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-4e1b45cf-4048-4ba5-b282-c000f3c4e489 {
  text-align: center;
}

#s-4e1b45cf-4048-4ba5-b282-c000f3c4e489 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4e1b45cf-4048-4ba5-b282-c000f3c4e489 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4e1b45cf-4048-4ba5-b282-c000f3c4e489 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-5ff65d46-73c6-4824-b6ed-13ddb744bccc {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5ff65d46-73c6-4824-b6ed-13ddb744bccc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ff65d46-73c6-4824-b6ed-13ddb744bccc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5ff65d46-73c6-4824-b6ed-13ddb744bccc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-ceeea1d3-dfb3-4bac-929c-5c103b088c90 {
  display: none;
}
#s-72745cfd-b896-4032-8f45-9489b609f9ae {
  text-align: left;
}


.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae {
  max-width: 100%;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae .shg-image-zoom,
.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae {
  max-width: 100%;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae .shg-image-zoom,
.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae {
  max-width: 100%;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae .shg-image-zoom,
.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae {
  max-width: 100%;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae .shg-image-zoom,
.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae {
  max-width: 100%;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae .shg-image-zoom,
.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72745cfd-b896-4032-8f45-9489b609f9ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b78b348b-7423-45bc-8000-c805b4783b8f {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b78b348b-7423-45bc-8000-c805b4783b8f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-47faa4de-fabd-4d30-b651-2fbca45c8e23 {
  text-align: center;
}

#s-47faa4de-fabd-4d30-b651-2fbca45c8e23 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-47faa4de-fabd-4d30-b651-2fbca45c8e23 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-47faa4de-fabd-4d30-b651-2fbca45c8e23 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-fb458653-aee0-4d79-8f0b-fae806111098 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fb458653-aee0-4d79-8f0b-fae806111098:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb458653-aee0-4d79-8f0b-fae806111098:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb458653-aee0-4d79-8f0b-fae806111098.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-b8e74396-2474-48b4-a2cc-16f539673fba {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b8e74396-2474-48b4-a2cc-16f539673fba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3b47cda4-92fd-425f-83fb-064305d18b69 {
  display: none;
}
#s-62411933-c6d9-4738-977d-91fe90e689b7 {
  margin-top: 0px;
text-align: left;
}


.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 {
  max-width: 100%;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 .shg-image-zoom,
.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 {
  max-width: 100%;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 .shg-image-zoom,
.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 {
  max-width: 100%;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 .shg-image-zoom,
.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 {
  max-width: 100%;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 .shg-image-zoom,
.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 {
  max-width: 100%;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 .shg-image-zoom,
.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62411933-c6d9-4738-977d-91fe90e689b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c803e40e-0899-4422-bcf3-27f9aebbb3c7 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c803e40e-0899-4422-bcf3-27f9aebbb3c7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-3d487ed6-ee69-499a-b27b-9bd31a53b2ce {
  text-align: center;
}

#s-3d487ed6-ee69-499a-b27b-9bd31a53b2ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3d487ed6-ee69-499a-b27b-9bd31a53b2ce .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3d487ed6-ee69-499a-b27b-9bd31a53b2ce .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-ecad15e1-4f9f-4784-9868-37ab356813a9 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ecad15e1-4f9f-4784-9868-37ab356813a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ecad15e1-4f9f-4784-9868-37ab356813a9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ecad15e1-4f9f-4784-9868-37ab356813a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-71dbd648-c0e4-455c-9b92-fcd8e59e9225 {
  display: none;
}
#s-c0704862-a422-4708-b471-a281b227d043 {
  text-align: left;
}


.shg-c#s-c0704862-a422-4708-b471-a281b227d043 {
  max-width: 100%;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 .shg-image-zoom,
.shg-c#s-c0704862-a422-4708-b471-a281b227d043 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c0704862-a422-4708-b471-a281b227d043 {
  max-width: 100%;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 .shg-image-zoom,
.shg-c#s-c0704862-a422-4708-b471-a281b227d043 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c0704862-a422-4708-b471-a281b227d043 {
  max-width: 100%;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 .shg-image-zoom,
.shg-c#s-c0704862-a422-4708-b471-a281b227d043 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c0704862-a422-4708-b471-a281b227d043 {
  max-width: 100%;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 .shg-image-zoom,
.shg-c#s-c0704862-a422-4708-b471-a281b227d043 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c0704862-a422-4708-b471-a281b227d043 {
  max-width: 100%;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 .shg-image-zoom,
.shg-c#s-c0704862-a422-4708-b471-a281b227d043 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0704862-a422-4708-b471-a281b227d043 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c9f0e04d-ae2f-46bb-8293-4724568499d9 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9f0e04d-ae2f-46bb-8293-4724568499d9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-a089064c-d504-4358-b47b-c2e1110c0e35 {
  text-align: center;
}

#s-a089064c-d504-4358-b47b-c2e1110c0e35 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a089064c-d504-4358-b47b-c2e1110c0e35 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a089064c-d504-4358-b47b-c2e1110c0e35 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-cd43c619-39cb-4689-8165-e8545f27b868 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cd43c619-39cb-4689-8165-e8545f27b868:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd43c619-39cb-4689-8165-e8545f27b868:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd43c619-39cb-4689-8165-e8545f27b868.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-258ca2a1-393b-4d43-9175-d060a793f5b8 {
  display: none;
}
#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 {
  text-align: left;
}


.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 {
  max-width: 100%;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 .shg-image-zoom,
.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 {
  max-width: 100%;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 .shg-image-zoom,
.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 {
  max-width: 100%;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 .shg-image-zoom,
.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 {
  max-width: 100%;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 .shg-image-zoom,
.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 {
  max-width: 100%;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 .shg-image-zoom,
.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25b732ba-681c-41c7-b82d-c9f6a8ccc772 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e4655d15-1a92-443c-9d92-63914dd578c8 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4655d15-1a92-443c-9d92-63914dd578c8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-e3b036eb-2a91-4f80-b1c3-dbe146d7dca0 {
  text-align: center;
}

#s-e3b036eb-2a91-4f80-b1c3-dbe146d7dca0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e3b036eb-2a91-4f80-b1c3-dbe146d7dca0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e3b036eb-2a91-4f80-b1c3-dbe146d7dca0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-a53e3577-fbf4-4e6e-8c03-d8a850b61cda {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a53e3577-fbf4-4e6e-8c03-d8a850b61cda:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a53e3577-fbf4-4e6e-8c03-d8a850b61cda:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a53e3577-fbf4-4e6e-8c03-d8a850b61cda.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-b84f4f04-a8a0-4a10-810d-b52056f9eea2 {
  display: none;
}
#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 {
  text-align: left;
}


.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 {
  max-width: 100%;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 .shg-image-zoom,
.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 {
  max-width: 100%;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 .shg-image-zoom,
.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 {
  max-width: 100%;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 .shg-image-zoom,
.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 {
  max-width: 100%;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 .shg-image-zoom,
.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 {
  max-width: 100%;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 .shg-image-zoom,
.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50710639-5d6f-47b2-8b4d-b39a50408ef7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9fab3c62-e8c3-4e7c-8971-480dbd68cf78 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9fab3c62-e8c3-4e7c-8971-480dbd68cf78 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-710f07c1-e06c-4b1f-ba16-50a835b352d6 {
  text-align: center;
}

#s-710f07c1-e06c-4b1f-ba16-50a835b352d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-710f07c1-e06c-4b1f-ba16-50a835b352d6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-710f07c1-e06c-4b1f-ba16-50a835b352d6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-652830de-867f-4b9c-a179-57997213ef7b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-652830de-867f-4b9c-a179-57997213ef7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-652830de-867f-4b9c-a179-57997213ef7b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-652830de-867f-4b9c-a179-57997213ef7b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-04b5738d-e79e-4a50-920b-1a7a7df1045e {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
}
#s-04b5738d-e79e-4a50-920b-1a7a7df1045e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04b5738d-e79e-4a50-920b-1a7a7df1045e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-04b5738d-e79e-4a50-920b-1a7a7df1045e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-1c967748-cccc-4a8e-b82c-d23af67be467 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1c967748-cccc-4a8e-b82c-d23af67be467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c967748-cccc-4a8e-b82c-d23af67be467.shg-box.shg-c {
  justify-content: center;
}

#s-e20b1d8b-0773-4c91-8b60-e57e3c2288f8 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e20b1d8b-0773-4c91-8b60-e57e3c2288f8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6280fe0a-d342-40c0-98cd-bf0b77dd26e1 {
  min-height: 50px;
}








#s-6280fe0a-d342-40c0-98cd-bf0b77dd26e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6280fe0a-d342-40c0-98cd-bf0b77dd26e1.shg-box.shg-c {
  justify-content: center;
}

#s-27207754-25d8-4cc1-a9d6-3cbd19d32abf {
  background-color: rgba(3, 26, 27, 1);
}

@media (min-width: 0px) {
[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27207754-25d8-4cc1-a9d6-3cbd19d32abf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6392cace-97bd-430c-be35-3fb47602a863 {
  text-align: center;
}





#s-6392cace-97bd-430c-be35-3fb47602a863 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d18a56f-726a-481b-8693-3e0e81ee169a {
  margin-top: 80px;
margin-bottom: 80px;
min-height: 50px;
}








#s-0d18a56f-726a-481b-8693-3e0e81ee169a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d18a56f-726a-481b-8693-3e0e81ee169a {
  cursor: pointer;
}#s-0d18a56f-726a-481b-8693-3e0e81ee169a.shg-box.shg-c {
  justify-content: center;
}

#s-e3b0e939-f1df-4782-b81a-dde7f25a09bc {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}

#s-e3b0e939-f1df-4782-b81a-dde7f25a09bc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-f977d602-fec3-4f0e-bc2c-3cbd88adf119 {
  margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3619810d-402a-4470-8116-8ffc07b90978"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-dec5e0d2-27ef-4d87-b944-8056ac9c8236 {
  display: none;
}
#s-653044bb-d186-4aad-b6b3-51299db349c9 {
  margin-top: 15px;
text-align: left;
}


.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 {
  max-width: 100%;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 .shg-image-zoom,
.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 {
  max-width: 100%;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 .shg-image-zoom,
.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 {
  max-width: 100%;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 .shg-image-zoom,
.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 {
  max-width: 100%;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 .shg-image-zoom,
.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 {
  max-width: 100%;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 .shg-image-zoom,
.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-653044bb-d186-4aad-b6b3-51299db349c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-af36dd3d-c76c-4a27-9c1c-9d90e4192c4b {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af36dd3d-c76c-4a27-9c1c-9d90e4192c4b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-9e204a16-00c1-4542-90cd-643a9c510312 {
  text-align: center;
}

#s-9e204a16-00c1-4542-90cd-643a9c510312 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9e204a16-00c1-4542-90cd-643a9c510312 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9e204a16-00c1-4542-90cd-643a9c510312 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-b045781f-4a50-4bbc-9606-47e874f3737d {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b045781f-4a50-4bbc-9606-47e874f3737d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b045781f-4a50-4bbc-9606-47e874f3737d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b045781f-4a50-4bbc-9606-47e874f3737d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-42d3c6c5-dcc8-4565-bd59-00e5396bccd5 {
  display: none;
}
#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd {
  margin-top: 15px;
text-align: left;
}


.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd {
  max-width: 100%;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd .shg-image-zoom,
.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd {
  max-width: 100%;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd .shg-image-zoom,
.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd {
  max-width: 100%;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd .shg-image-zoom,
.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd {
  max-width: 100%;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd .shg-image-zoom,
.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd {
  max-width: 100%;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd .shg-image-zoom,
.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c66d7aac-cee7-489c-9bf5-c247d876fcfd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4a8a6b28-ad84-4986-963d-a2737defa306 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a8a6b28-ad84-4986-963d-a2737defa306 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-d3f43a8a-276a-4b5b-b616-8fcf60c153b4 {
  text-align: center;
}

#s-d3f43a8a-276a-4b5b-b616-8fcf60c153b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d3f43a8a-276a-4b5b-b616-8fcf60c153b4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d3f43a8a-276a-4b5b-b616-8fcf60c153b4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-337c2e35-b2c1-4703-aec7-a12ef33df874 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-337c2e35-b2c1-4703-aec7-a12ef33df874:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-337c2e35-b2c1-4703-aec7-a12ef33df874:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-337c2e35-b2c1-4703-aec7-a12ef33df874.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-4f89d6c9-0371-4c92-941d-b82c1906f355 {
  display: none;
}
#s-b6e4c627-ffc0-4942-99f2-86972188dee5 {
  text-align: left;
}


.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 {
  max-width: 100%;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 .shg-image-zoom,
.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 {
  max-width: 100%;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 .shg-image-zoom,
.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 {
  max-width: 100%;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 .shg-image-zoom,
.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 {
  max-width: 100%;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 .shg-image-zoom,
.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 {
  max-width: 100%;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 .shg-image-zoom,
.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6e4c627-ffc0-4942-99f2-86972188dee5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e38718c9-b458-47fa-8c58-bd81c6673be5 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e38718c9-b458-47fa-8c58-bd81c6673be5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-63822c1e-bcc5-4e3f-835c-e8b1e1b09aba {
  text-align: center;
}

#s-63822c1e-bcc5-4e3f-835c-e8b1e1b09aba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-63822c1e-bcc5-4e3f-835c-e8b1e1b09aba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-63822c1e-bcc5-4e3f-835c-e8b1e1b09aba .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-fe8eb7ee-381a-47d8-85cd-daae4367b573 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fe8eb7ee-381a-47d8-85cd-daae4367b573:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe8eb7ee-381a-47d8-85cd-daae4367b573:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fe8eb7ee-381a-47d8-85cd-daae4367b573.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-c411e7f1-d1cb-4382-9e1d-ad3909e19984 {
  display: none;
}
#s-a9db1964-f205-45e2-a9a9-ece206948feb {
  text-align: left;
}


.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb {
  max-width: 100%;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb .shg-image-zoom,
.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb {
  max-width: 100%;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb .shg-image-zoom,
.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb {
  max-width: 100%;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb .shg-image-zoom,
.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb {
  max-width: 100%;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb .shg-image-zoom,
.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb {
  max-width: 100%;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb .shg-image-zoom,
.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9db1964-f205-45e2-a9a9-ece206948feb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c5dca1b3-7e4f-450e-b1ca-c20dea1d3c2b {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5dca1b3-7e4f-450e-b1ca-c20dea1d3c2b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-b1b61ad4-8b90-47f6-b38a-d615c2ecfa36 {
  text-align: center;
}

#s-b1b61ad4-8b90-47f6-b38a-d615c2ecfa36 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b1b61ad4-8b90-47f6-b38a-d615c2ecfa36 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b1b61ad4-8b90-47f6-b38a-d615c2ecfa36 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-9c396ac0-4a74-486c-bcbf-d9b7ff97e4b9 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9c396ac0-4a74-486c-bcbf-d9b7ff97e4b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c396ac0-4a74-486c-bcbf-d9b7ff97e4b9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9c396ac0-4a74-486c-bcbf-d9b7ff97e4b9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-44af2558-deb2-453e-9bbb-7d1e801977cb {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-44af2558-deb2-453e-9bbb-7d1e801977cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-82023adf-9359-4a72-9e51-2c5a317cd51a {
  display: none;
}
#s-8b248983-74d5-4046-a1cb-03162abc5470 {
  text-align: left;
}


.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 {
  max-width: 100%;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 .shg-image-zoom,
.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 {
  max-width: 100%;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 .shg-image-zoom,
.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 {
  max-width: 100%;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 .shg-image-zoom,
.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 {
  max-width: 100%;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 .shg-image-zoom,
.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 {
  max-width: 100%;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 .shg-image-zoom,
.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b248983-74d5-4046-a1cb-03162abc5470 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-87e508d0-2f5d-4ed0-b4a5-1678766d0599 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87e508d0-2f5d-4ed0-b4a5-1678766d0599 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-d41a416d-d7f1-4d61-bd3b-118eb6e92529 {
  text-align: center;
}

#s-d41a416d-d7f1-4d61-bd3b-118eb6e92529 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d41a416d-d7f1-4d61-bd3b-118eb6e92529 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d41a416d-d7f1-4d61-bd3b-118eb6e92529 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-47212fab-fbc6-4e18-9fc5-a602429c7090 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-47212fab-fbc6-4e18-9fc5-a602429c7090:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47212fab-fbc6-4e18-9fc5-a602429c7090:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47212fab-fbc6-4e18-9fc5-a602429c7090.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-5baf81e2-1fcd-4cf5-8cf7-270155abd7ca {
  display: none;
}
#s-9688c70c-aa36-41d9-aa76-1a00897d4cda {
  text-align: left;
}


.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda {
  max-width: 100%;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda .shg-image-zoom,
.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda {
  max-width: 100%;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda .shg-image-zoom,
.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda {
  max-width: 100%;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda .shg-image-zoom,
.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda {
  max-width: 100%;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda .shg-image-zoom,
.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda {
  max-width: 100%;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda .shg-image-zoom,
.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9688c70c-aa36-41d9-aa76-1a00897d4cda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6c1bc3de-3e85-4033-98f8-d0da1113fac1 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c1bc3de-3e85-4033-98f8-d0da1113fac1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-61e811a4-16cb-4e2e-b325-bcdac7cd6da0 {
  text-align: center;
}

#s-61e811a4-16cb-4e2e-b325-bcdac7cd6da0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-61e811a4-16cb-4e2e-b325-bcdac7cd6da0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-61e811a4-16cb-4e2e-b325-bcdac7cd6da0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-50c5580f-d035-439f-9a1c-e8fc1b750051 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-50c5580f-d035-439f-9a1c-e8fc1b750051:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50c5580f-d035-439f-9a1c-e8fc1b750051:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-50c5580f-d035-439f-9a1c-e8fc1b750051.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-a71b76a5-8b06-4414-acd7-e621b15a4e12 {
  display: none;
}
#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 {
  text-align: left;
}


.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 {
  max-width: 100%;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 .shg-image-zoom,
.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 {
  max-width: 100%;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 .shg-image-zoom,
.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 {
  max-width: 100%;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 .shg-image-zoom,
.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 {
  max-width: 100%;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 .shg-image-zoom,
.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 {
  max-width: 100%;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 .shg-image-zoom,
.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b6b98f7-34dc-464d-918b-fec2356b4c58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-530b4ee3-fd83-49e3-a03a-dedc95d4c434 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-530b4ee3-fd83-49e3-a03a-dedc95d4c434 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-4761295e-39ee-42f9-891a-cc8bd4eecb88 {
  text-align: center;
}

#s-4761295e-39ee-42f9-891a-cc8bd4eecb88 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4761295e-39ee-42f9-891a-cc8bd4eecb88 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4761295e-39ee-42f9-891a-cc8bd4eecb88 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-23756e16-cf8a-469a-9f26-f1e30babc85a {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-23756e16-cf8a-469a-9f26-f1e30babc85a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23756e16-cf8a-469a-9f26-f1e30babc85a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23756e16-cf8a-469a-9f26-f1e30babc85a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-8ceb5a08-ea64-4f45-af33-796e1e3d2b88 {
  display: none;
}
#s-68b99b2a-b386-4eaf-b456-3527667fd9ad {
  text-align: left;
}


.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad {
  max-width: 100%;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad .shg-image-zoom,
.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad {
  max-width: 100%;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad .shg-image-zoom,
.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad {
  max-width: 100%;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad .shg-image-zoom,
.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad {
  max-width: 100%;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad .shg-image-zoom,
.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad {
  max-width: 100%;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad .shg-image-zoom,
.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68b99b2a-b386-4eaf-b456-3527667fd9ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4d0b288d-b347-4056-bd70-6427e64b0005 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d0b288d-b347-4056-bd70-6427e64b0005 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-be4357b6-804c-4be8-a5c7-42985ed0bf45 {
  text-align: center;
}

#s-be4357b6-804c-4be8-a5c7-42985ed0bf45 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-be4357b6-804c-4be8-a5c7-42985ed0bf45 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-be4357b6-804c-4be8-a5c7-42985ed0bf45 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-47105e82-ae93-493f-abff-7d436f300343 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-47105e82-ae93-493f-abff-7d436f300343:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47105e82-ae93-493f-abff-7d436f300343:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47105e82-ae93-493f-abff-7d436f300343.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-a1169be3-0eb6-4c60-b265-322c244505c1 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
}
#s-a1169be3-0eb6-4c60-b265-322c244505c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1169be3-0eb6-4c60-b265-322c244505c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1169be3-0eb6-4c60-b265-322c244505c1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-430b1cd6-e102-4f4e-830a-01103a8b49ab {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-430b1cd6-e102-4f4e-830a-01103a8b49ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-430b1cd6-e102-4f4e-830a-01103a8b49ab.shg-box.shg-c {
  justify-content: center;
}

#s-41d26e8d-07de-4fe7-8085-65c8ca83c7ae {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41d26e8d-07de-4fe7-8085-65c8ca83c7ae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e400cc44-abe4-46d6-87fa-24ce68400402 {
  min-height: 50px;
}








#s-e400cc44-abe4-46d6-87fa-24ce68400402 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e400cc44-abe4-46d6-87fa-24ce68400402.shg-box.shg-c {
  justify-content: center;
}

#s-4c7d7014-2da2-4edd-9515-efd4e1e5a369 {
  background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c7d7014-2da2-4edd-9515-efd4e1e5a369"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ee7ec081-b123-4f7e-a969-d03b2960fd98 {
  text-align: center;
}





#s-ee7ec081-b123-4f7e-a969-d03b2960fd98 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ea9c5bc-6550-4fa0-922a-71993928d609 {
  margin-top: 80px;
margin-bottom: 80px;
min-height: 50px;
}








#s-3ea9c5bc-6550-4fa0-922a-71993928d609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ea9c5bc-6550-4fa0-922a-71993928d609 {
  cursor: pointer;
}#s-3ea9c5bc-6550-4fa0-922a-71993928d609.shg-box.shg-c {
  justify-content: center;
}

#s-73aa1f2b-4bbf-4f22-b220-06637b73f5f0 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}

#s-73aa1f2b-4bbf-4f22-b220-06637b73f5f0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-a35ddc92-5f6c-4439-a685-e1012f7e8ce7 {
  margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dbd2b476-c7d0-4829-80d7-35252c1aacef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2f5e6f7c-0273-4563-aaf0-392879427524 {
  display: none;
}
#s-db301546-c396-4fdc-9e68-a426e35dcc9a {
  margin-top: 15px;
text-align: left;
}


.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a {
  max-width: 100%;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a .shg-image-zoom,
.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a {
  max-width: 100%;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a .shg-image-zoom,
.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a {
  max-width: 100%;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a .shg-image-zoom,
.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a {
  max-width: 100%;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a .shg-image-zoom,
.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a {
  max-width: 100%;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a .shg-image-zoom,
.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db301546-c396-4fdc-9e68-a426e35dcc9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-86bbae4c-fec2-4269-954c-e2fd679b8e7c {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86bbae4c-fec2-4269-954c-e2fd679b8e7c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-d69ffeb8-c94e-4e13-b6c0-11c89f8de9cd {
  text-align: center;
}

#s-d69ffeb8-c94e-4e13-b6c0-11c89f8de9cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d69ffeb8-c94e-4e13-b6c0-11c89f8de9cd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d69ffeb8-c94e-4e13-b6c0-11c89f8de9cd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-301926e1-79af-4fe3-b48b-564a029832b2 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-301926e1-79af-4fe3-b48b-564a029832b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-301926e1-79af-4fe3-b48b-564a029832b2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-301926e1-79af-4fe3-b48b-564a029832b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-20c077b1-3883-46b1-b8ca-1010200662a6 {
  display: none;
}
#s-285ae112-090d-40a4-a486-020c8af48630 {
  margin-top: 15px;
text-align: left;
}


.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 {
  max-width: 100%;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 .shg-image-zoom,
.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 {
  max-width: 100%;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 .shg-image-zoom,
.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 {
  max-width: 100%;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 .shg-image-zoom,
.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 {
  max-width: 100%;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 .shg-image-zoom,
.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 {
  max-width: 100%;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 .shg-image-zoom,
.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-285ae112-090d-40a4-a486-020c8af48630 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4bdc2d65-2e61-4bc0-81ef-280143a92301 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bdc2d65-2e61-4bc0-81ef-280143a92301 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-12d0cb40-d662-467f-943c-f893fc3bfe8c {
  text-align: center;
}

#s-12d0cb40-d662-467f-943c-f893fc3bfe8c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-12d0cb40-d662-467f-943c-f893fc3bfe8c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-12d0cb40-d662-467f-943c-f893fc3bfe8c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-b887cf94-930a-4198-a642-eff627940451 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b887cf94-930a-4198-a642-eff627940451:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b887cf94-930a-4198-a642-eff627940451:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b887cf94-930a-4198-a642-eff627940451.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-3b76d467-5b71-4845-81d0-c4bef63fef6a {
  display: none;
}
#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f {
  text-align: left;
}


.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f {
  max-width: 100%;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f .shg-image-zoom,
.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f {
  max-width: 100%;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f .shg-image-zoom,
.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f {
  max-width: 100%;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f .shg-image-zoom,
.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f {
  max-width: 100%;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f .shg-image-zoom,
.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f {
  max-width: 100%;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f .shg-image-zoom,
.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51ec21aa-4468-4cf4-a56e-3a2c5b62304f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5b8b0a9d-7666-4662-bda9-3daafd877559 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b8b0a9d-7666-4662-bda9-3daafd877559 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-6f483417-2889-4c34-92bc-1a99051eef19 {
  text-align: center;
}

#s-6f483417-2889-4c34-92bc-1a99051eef19 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6f483417-2889-4c34-92bc-1a99051eef19 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6f483417-2889-4c34-92bc-1a99051eef19 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-05713a40-269c-4e05-8b80-232042e767dd {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-05713a40-269c-4e05-8b80-232042e767dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05713a40-269c-4e05-8b80-232042e767dd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-05713a40-269c-4e05-8b80-232042e767dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-8204228a-831e-4dad-b653-bcb4d7ae5a09 {
  display: none;
}
#s-ba32457c-692c-43e7-a70a-95c91cf1705d {
  text-align: left;
}


.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d {
  max-width: 100%;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d .shg-image-zoom,
.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d {
  max-width: 100%;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d .shg-image-zoom,
.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d {
  max-width: 100%;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d .shg-image-zoom,
.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d {
  max-width: 100%;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d .shg-image-zoom,
.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d {
  max-width: 100%;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d .shg-image-zoom,
.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba32457c-692c-43e7-a70a-95c91cf1705d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5eb65640-c3c3-47bb-9e51-294bc26566dc {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5eb65640-c3c3-47bb-9e51-294bc26566dc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-6791741a-81d9-4c2f-b244-b082661d825c {
  text-align: center;
}

#s-6791741a-81d9-4c2f-b244-b082661d825c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6791741a-81d9-4c2f-b244-b082661d825c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6791741a-81d9-4c2f-b244-b082661d825c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-727923f0-84dd-4d18-9de3-72d5c28a8384 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-727923f0-84dd-4d18-9de3-72d5c28a8384:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-727923f0-84dd-4d18-9de3-72d5c28a8384:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-727923f0-84dd-4d18-9de3-72d5c28a8384.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-613186d9-9d12-4a59-844c-4be926de95fc {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-613186d9-9d12-4a59-844c-4be926de95fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c6a17891-311b-414a-9e3b-be633a8b2e84 {
  display: none;
}
#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 {
  text-align: left;
}


.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 {
  max-width: 100%;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 .shg-image-zoom,
.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 {
  max-width: 100%;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 .shg-image-zoom,
.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 {
  max-width: 100%;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 .shg-image-zoom,
.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 {
  max-width: 100%;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 .shg-image-zoom,
.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 {
  max-width: 100%;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 .shg-image-zoom,
.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5f725f3-c02d-4d9c-8ea3-0b9386ac29b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7120f5aa-fdbe-42be-bb93-51d55e290a1e {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7120f5aa-fdbe-42be-bb93-51d55e290a1e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-464e2358-5682-4698-ad2d-9d3ace6320da {
  text-align: center;
}

#s-464e2358-5682-4698-ad2d-9d3ace6320da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-464e2358-5682-4698-ad2d-9d3ace6320da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-464e2358-5682-4698-ad2d-9d3ace6320da .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-2a019b59-82ed-48e8-aa78-fb1c3b4bafe8 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2a019b59-82ed-48e8-aa78-fb1c3b4bafe8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a019b59-82ed-48e8-aa78-fb1c3b4bafe8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2a019b59-82ed-48e8-aa78-fb1c3b4bafe8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-1c95b01c-128b-4e85-a7af-15ffcc5f5b42 {
  display: none;
}
#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d {
  text-align: left;
}


.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d {
  max-width: 100%;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d .shg-image-zoom,
.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d {
  max-width: 100%;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d .shg-image-zoom,
.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d {
  max-width: 100%;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d .shg-image-zoom,
.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d {
  max-width: 100%;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d .shg-image-zoom,
.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d {
  max-width: 100%;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d .shg-image-zoom,
.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a532e7d8-2b38-4b2f-a786-c1ae8d3c5e2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bd86eb2c-b5c1-4c59-96f9-3fae4eb142cc {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd86eb2c-b5c1-4c59-96f9-3fae4eb142cc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-e47fe60e-d8a9-4f89-93f0-7688e1d92502 {
  text-align: center;
}

#s-e47fe60e-d8a9-4f89-93f0-7688e1d92502 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e47fe60e-d8a9-4f89-93f0-7688e1d92502 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e47fe60e-d8a9-4f89-93f0-7688e1d92502 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-96050b56-7ff8-4f93-a971-67d41946bc70 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-96050b56-7ff8-4f93-a971-67d41946bc70:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96050b56-7ff8-4f93-a971-67d41946bc70:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96050b56-7ff8-4f93-a971-67d41946bc70.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-a7ec84c7-bacf-4c21-9dc0-32955c6795f8 {
  display: none;
}
#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 {
  text-align: left;
}


.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 {
  max-width: 100%;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 .shg-image-zoom,
.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 {
  max-width: 100%;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 .shg-image-zoom,
.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 {
  max-width: 100%;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 .shg-image-zoom,
.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 {
  max-width: 100%;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 .shg-image-zoom,
.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 {
  max-width: 100%;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 .shg-image-zoom,
.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ce8b5c3-8113-4732-a5a6-7f0d0a8e5b75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-458f2bba-c74d-4bc4-afc4-450d59633f4c {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-458f2bba-c74d-4bc4-afc4-450d59633f4c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-d0bb48ff-b445-4149-87d4-4eb37215787b {
  text-align: center;
}

#s-d0bb48ff-b445-4149-87d4-4eb37215787b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d0bb48ff-b445-4149-87d4-4eb37215787b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d0bb48ff-b445-4149-87d4-4eb37215787b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-d7c283b8-24a6-4499-8375-2f2aa4732b01 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d7c283b8-24a6-4499-8375-2f2aa4732b01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7c283b8-24a6-4499-8375-2f2aa4732b01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d7c283b8-24a6-4499-8375-2f2aa4732b01.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-2f83c83e-cb63-4d4a-ac8d-a2ba5e5911fd {
  display: none;
}
#s-c8800a61-80df-408f-a55a-06c54aa84897 {
  text-align: left;
}


.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 {
  max-width: 100%;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 .shg-image-zoom,
.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 {
  max-width: 100%;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 .shg-image-zoom,
.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 {
  max-width: 100%;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 .shg-image-zoom,
.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 {
  max-width: 100%;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 .shg-image-zoom,
.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 {
  max-width: 100%;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 .shg-image-zoom,
.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8800a61-80df-408f-a55a-06c54aa84897 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2350fee7-18ef-41e7-aab5-f6b4d9ea14b3 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2350fee7-18ef-41e7-aab5-f6b4d9ea14b3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-add8313a-ff22-450d-9787-373ffb2f2727 {
  text-align: center;
}

#s-add8313a-ff22-450d-9787-373ffb2f2727 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-add8313a-ff22-450d-9787-373ffb2f2727 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-add8313a-ff22-450d-9787-373ffb2f2727 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 15px;
}

#s-71f69f9f-c960-4fba-93d0-ffe829810952 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-71f69f9f-c960-4fba-93d0-ffe829810952:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71f69f9f-c960-4fba-93d0-ffe829810952:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-71f69f9f-c960-4fba-93d0-ffe829810952.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-f3d3828e-7000-4e84-95f6-141aac224d75 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(23, 63, 53, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
}
#s-f3d3828e-7000-4e84-95f6-141aac224d75:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3d3828e-7000-4e84-95f6-141aac224d75:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f3d3828e-7000-4e84-95f6-141aac224d75.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-5b4660ae-0dae-4587-a34a-d6c09cebebad {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}








#s-5b4660ae-0dae-4587-a34a-d6c09cebebad > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-5b4660ae-0dae-4587-a34a-d6c09cebebad {
  cursor: pointer;
}#s-5b4660ae-0dae-4587-a34a-d6c09cebebad.shg-box.shg-c {
  justify-content: center;
}

#s-bbaf98c4-d782-4a1e-8db1-0e6dd16ed3fb {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 40px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-bbaf98c4-d782-4a1e-8db1-0e6dd16ed3fb:hover {background-color: rgba(223, 105, 105, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bbaf98c4-d782-4a1e-8db1-0e6dd16ed3fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bbaf98c4-d782-4a1e-8db1-0e6dd16ed3fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-6ed93139-2750-4d25-a055-25689c6f320a {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ed93139-2750-4d25-a055-25689c6f320a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}