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

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

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

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

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

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

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

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

#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b { min-height: 50px; }
#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-19569bf8-453a-4b35-a3aa-b94baa9287ed { min-height: 50px; }
#s-19569bf8-453a-4b35-a3aa-b94baa9287ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-4366b923-ddae-4026-9460-aeb19a623a80 { padding-top: 10px;
padding-bottom: 10px; }
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

#s-3c59a913-e499-43c7-a869-560d9dfe0892 { background-color: rgba(31, 58, 113, 1); }
@media (min-width: 0px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-39c26994-c677-46d9-ae38-e8af48f4bd8e { text-align: 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-be5c1801-9984-487d-b39a-646be5e1327c { margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-be5c1801-9984-487d-b39a-646be5e1327c .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 60px;
   
   
   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: text;
  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-e75dac58-0562-45cb-87bd-5c05526ef820 { border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1); }
#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 { margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px; }
#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(253, 253, 253, 1);
}

#s-07509abc-55b8-47c4-8326-3dbcc93cc78e { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-445f2ed4-749e-4f43-8e06-4dce1b54386e { box-shadow:0px 20px 40px 0px rgba(200, 52, 91, 0.33);
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(200, 52, 91, 1);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none; }
#s-445f2ed4-749e-4f43-8e06-4dce1b54386e:hover {background-color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}
#s-445f2ed4-749e-4f43-8e06-4dce1b54386e:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-445f2ed4-749e-4f43-8e06-4dce1b54386e.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-aca6af4e-7f09-417e-9d9c-571134d83384 { background-color: rgba(200, 52, 91, 1); }
@media (min-width: 0px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9c723cce-b57e-46f0-9403-02d01a72b92e { margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-9c723cce-b57e-46f0-9403-02d01a72b92e .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 60px;
   
   
   text-align: center;
 }

 

#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 { border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1); }
#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 { margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px; }
#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 .shogun-icon-wrapper {
  text-align: center;
}


#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(253, 253, 253, 1);
}

#s-704b1832-dd1c-42ac-a07a-ca3b71307830 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe { box-shadow:0px 20px 40px 0px rgba(31, 58, 113, 0.33);
border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
text-align: center;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(31, 58, 113, 1);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none; }
#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
opacity: 1 !important;
border-color: rgba(0, 0, 0, 0.2) !important;
background-color: rgba(31, 58, 113, 1) !important;
text-decoration: none !important;}
#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe:active {border-style: solid !important;
border-top-width: 2px !important;
border-bottom-width: 2px !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(31, 58, 113, 1) !important;
text-decoration: none !important;}

 #s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-c63a608b-8b32-4895-8c25-093bca8627e5 { text-align: center; }
#s-4710ed46-54d2-41ea-b6e2-1d3397077afa { background-image: url(https://i.shgcdn.com/4a59f7c1-2b5f-49e6-92e8-359aca453718/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll; }
#s-4710ed46-54d2-41ea-b6e2-1d3397077afa > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0.5;
}
#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 { border-style: solid;
margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
border-color: rgba(255, 255, 255, 1); }
 #s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 60px;
   
   
   text-align: center;
 }

 

#s-c34cd160-871f-4c88-b0a3-c5758e0531ca { margin-left: 20px;
margin-right: 20px; }
#s-c34cd160-871f-4c88-b0a3-c5758e0531ca .shogun-icon-wrapper {
  text-align: center;
}


#s-c34cd160-871f-4c88-b0a3-c5758e0531ca .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(253, 253, 253, 1);
}

#s-185efa51-b6e1-4a61-b10d-65e8e9d9a26a { border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1); }
#s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-4de63c2f-3d91-4d5d-b635-9915c439f13e { box-shadow:00px 0px 0px 0px rgba(98, 146, 255, 0.33);
border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 50px;
text-align: center;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
font-weight: bold;
color: rgba(31, 58, 113, 1);
text-decoration: none; }
#s-4de63c2f-3d91-4d5d-b635-9915c439f13e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
opacity: 1 !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-4de63c2f-3d91-4d5d-b635-9915c439f13e:active {border-style: solid !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

 #s-4de63c2f-3d91-4d5d-b635-9915c439f13e.shg-btn {
   color: rgba(31, 58, 113, 1);
   font-size: 20px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3 { margin-top: 20px;
margin-bottom: 20px;
min-height: 50px; }
#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d445265c-226a-425f-bca5-ab91462baec0 { border-style: solid;
margin-left: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000; }
@media (min-width: 0px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-5b20759a-9ffc-494b-8974-eb2718598611 { background-image: url(https://i.shgcdn.com/f0184cbc-4217-493a-bf40-19c1f6485c21/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center; }
#s-5b20759a-9ffc-494b-8974-eb2718598611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b20759a-9ffc-494b-8974-eb2718598611 {
  cursor: pointer;
}
#s-393896e3-1acd-422e-81a4-0c3c91ca54ea { background-image: url(https://i.shgcdn.com/37fbda3f-af65-4aee-9103-116268fc2bf8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 20px;
min-height: 250px;
background-position: center center;
border-color: rgba(31, 58, 113, 1); }
#s-393896e3-1acd-422e-81a4-0c3c91ca54ea > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-393896e3-1acd-422e-81a4-0c3c91ca54ea {
  cursor: pointer;
}
#s-1e03129d-ee2f-486a-a2c8-56e918619442 { background-image: url(https://i.shgcdn.com/170d53dc-4419-40b0-a00a-532b720f06aa/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-radius: 20px;
min-height: 250px;
background-position: center center; }
#s-1e03129d-ee2f-486a-a2c8-56e918619442 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e03129d-ee2f-486a-a2c8-56e918619442 {
  cursor: pointer;
}
#s-1136ad9c-f134-4f20-9351-1d50cde14538 { margin-top: 20px;
margin-bottom: 20px;
min-height: 50px; }
#s-1136ad9c-f134-4f20-9351-1d50cde14538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-2b4e0ed5-4985-4fef-af8c-f0dfaa7feb74 .shogun-icon-wrapper {
  text-align: center;
}


#s-2b4e0ed5-4985-4fef-af8c-f0dfaa7feb74 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-dc67d415-3f93-47f0-bde0-361aa51c055d { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1); }
 #s-dc67d415-3f93-47f0-bde0-361aa51c055d .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 45px;
   
   
   text-align: center;
 }

 

#s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5e81c21c-9a16-45e3-9e15-35a5e1329249 { margin-bottom: 20px;
min-height: 300px; }
#s-5e81c21c-9a16-45e3-9e15-35a5e1329249 {
  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: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-6c4e2a92-496a-4756-919d-66101bc57a97 { text-align: left; }
.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-ee755107-aa8e-4d3d-b4e4-437d4ed8dad6 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-ee755107-aa8e-4d3d-b4e4-437d4ed8dad6 .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 20px;
}

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 { text-align: center; }
#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-sold-out {
  display: none;
  color: rgba(200, 52, 91, 1);
  font-size: 20px;
}

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 20px;
}

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-product-atc-wrapper {
  position: relative;
}

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

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

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

.shg-product-atc-btn-wrapper .shg-btn:not(.shg-btn-stretch) {
  display: inline-block !important;
}

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

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

#s-7751d036-db1c-41e6-b087-28a0a8ce80f0 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
opacity: 1;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(200, 52, 91, 1);
font-size: 14px;
color: #ffffff; }
#s-7751d036-db1c-41e6-b087-28a0a8ce80f0:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}
#s-7751d036-db1c-41e6-b087-28a0a8ce80f0:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}

#s-7751d036-db1c-41e6-b087-28a0a8ce80f0 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7751d036-db1c-41e6-b087-28a0a8ce80f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7751d036-db1c-41e6-b087-28a0a8ce80f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7751d036-db1c-41e6-b087-28a0a8ce80f0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d6bd6125-6a9c-437f-9d0f-7a5e1a63be9f { margin-bottom: 20px;
min-height: 300px; }
#s-d6bd6125-6a9c-437f-9d0f-7a5e1a63be9f {
  display: none;
}
#s-c8930aaa-8944-439f-af80-de2931f60525 { text-align: left; }
#s-b8b16a71-adf1-423e-a7b8-0940186b7831 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-b8b16a71-adf1-423e-a7b8-0940186b7831 .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 20px;
}

#s-4a7166f9-43ec-4885-9f9c-40e22e7de3de { text-align: center; }
#s-4a7166f9-43ec-4885-9f9c-40e22e7de3de .shg-product-sold-out {
  display: none;
  color: rgba(200, 52, 91, 1);
  font-size: 20px;
}

#s-4a7166f9-43ec-4885-9f9c-40e22e7de3de .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 20px;
}

#s-4a7166f9-43ec-4885-9f9c-40e22e7de3de .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
opacity: 1;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(200, 52, 91, 1);
font-size: 14px;
color: #ffffff; }
#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}
#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}

#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-eb2a0a64-a0a0-41a3-afdc-a197fb6e1881.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a46df8f4-d2f5-4db0-b34a-c43f577c4e69 { margin-bottom: 20px;
min-height: 300px; }
#s-a46df8f4-d2f5-4db0-b34a-c43f577c4e69 {
  display: none;
}
#s-339e792a-b9e4-431c-aae7-8b417b3b8545 { text-align: left; }
#s-82796ef7-2b2e-47d6-ab9d-5b1e272b6e08 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-82796ef7-2b2e-47d6-ab9d-5b1e272b6e08 .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 20px;
}

#s-840b452d-bc90-411a-9d31-c398e6a33ee8 { text-align: center; }
#s-840b452d-bc90-411a-9d31-c398e6a33ee8 .shg-product-sold-out {
  display: none;
  color: rgba(200, 52, 91, 1);
  font-size: 20px;
}

#s-840b452d-bc90-411a-9d31-c398e6a33ee8 .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 20px;
}

#s-840b452d-bc90-411a-9d31-c398e6a33ee8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-18f63fb4-52cb-4309-aa99-1071150c1788 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
opacity: 1;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(200, 52, 91, 1);
font-size: 14px;
color: #ffffff; }
#s-18f63fb4-52cb-4309-aa99-1071150c1788:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}
#s-18f63fb4-52cb-4309-aa99-1071150c1788:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}

#s-18f63fb4-52cb-4309-aa99-1071150c1788 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18f63fb4-52cb-4309-aa99-1071150c1788.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18f63fb4-52cb-4309-aa99-1071150c1788.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-18f63fb4-52cb-4309-aa99-1071150c1788.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7eb968fc-1cc6-4880-a743-f8da3386db9a { margin-bottom: 20px;
min-height: 300px; }
#s-7eb968fc-1cc6-4880-a743-f8da3386db9a {
  display: none;
}
#s-ad124689-a612-4799-8efe-a296548dea67 { text-align: left; }
#s-492118d9-7f11-476f-9abe-6fad95b36756 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 70px;
text-align: center;
border-color: rgba(223, 223, 223, 1); }
#s-492118d9-7f11-476f-9abe-6fad95b36756 .shg-product-title-component h3 {
  color: rgba(31, 58, 113, 1);
  font-weight:  normal ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 20px;
}

#s-e51121d4-4e00-48b5-ac76-17dde0055ac5 { text-align: center; }
#s-e51121d4-4e00-48b5-ac76-17dde0055ac5 .shg-product-sold-out {
  display: none;
  color: rgba(200, 52, 91, 1);
  font-size: 20px;
}

#s-e51121d4-4e00-48b5-ac76-17dde0055ac5 .shg-product-price {
  color: rgba(200, 52, 91, 1);
  font-weight:  normal ;
  font-family: Boogaloo;
  font-style:  normal ;
  font-size: 20px;
}

#s-e51121d4-4e00-48b5-ac76-17dde0055ac5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 50px;
text-align: center;
border-color: rgba(200, 52, 91, 1);
background-color: rgba(200, 52, 91, 1);
font-size: 14px;
color: #ffffff; }
#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602:hover {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}
#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}

#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1ac15d50-a60f-4a0b-a494-13a8a86ae602.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6762fc79-b137-4156-9119-8fdb75e0ecfd { background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
background-position: center center; }
#s-6762fc79-b137-4156-9119-8fdb75e0ecfd > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0.75;
}
#s-db001b3e-d10d-49de-b023-68815195bc38 { margin-top: 50px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px; }
 #s-db001b3e-d10d-49de-b023-68815195bc38 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 100px;
   
   
   text-align: center;
 }

 

#s-db866250-f861-473a-b423-978545a5c9ec { margin-left: 20px;
margin-right: 20px; }
#s-4eb0aefd-e968-4557-b362-f3dfc66dcc23 { margin-top: 20px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-51eaa184-02ae-4a99-8ad9-9caae99b3d05 { box-shadow:0px 20px 40px 0px rgba(200, 52, 91, 0);
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
font-weight: bold;
color: rgba(31, 58, 113, 1);
text-decoration: none; }
#s-51eaa184-02ae-4a99-8ad9-9caae99b3d05:hover {opacity: 1 !important;
background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-51eaa184-02ae-4a99-8ad9-9caae99b3d05:active {background-color: rgba(200, 52, 91, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

 #s-51eaa184-02ae-4a99-8ad9-9caae99b3d05.shg-btn {
   color: rgba(31, 58, 113, 1);
   font-size: 20px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-65ed9f15-1644-4045-aebf-880282686443 { margin-top: 20px;
margin-bottom: 20px;
min-height: 50px; }
#s-65ed9f15-1644-4045-aebf-880282686443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-4d801bb6-c687-4d8c-8699-144c31a02dfb { min-height: 100px; }
#s-4d801bb6-c687-4d8c-8699-144c31a02dfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-0304fcbc-7135-439e-a479-982228252703 { padding-left: 0px;
padding-right: 0px; }
#s-ca4e2cda-d5b3-4e5c-b767-b68920a19f49 .shogun-icon-wrapper {
  text-align: center;
}


#s-ca4e2cda-d5b3-4e5c-b767-b68920a19f49 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d4144664-53e8-48ec-a4d5-3e1131b61859 { border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1); }
 #s-d4144664-53e8-48ec-a4d5-3e1131b61859 .shogun-heading-component h1 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   font-family: Boogaloo;
   font-style:  normal ;
   font-size: 45px;
   
   
   text-align: center;
 }

 

#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6 { min-height: 100px; }
#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6ec90b47-09eb-403a-a091-5f1fd68c4133 {  }
#s-ef8d9c7a-d68f-4030-94f2-72f95683b9e3 { text-align: center; }
#s-a786468e-29b6-4410-892d-121500190229 { margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-47ba6969-3267-447e-aa7d-9954b2c14e5c { min-height: 300px; }
#s-47ba6969-3267-447e-aa7d-9954b2c14e5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8c4cdd83-2da5-440e-b124-141e415da640 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-8c4cdd83-2da5-440e-b124-141e415da640 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   font-family: Itim;
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-2dd19cd5-36d7-411d-9924-601d50456703 { margin-left: 20px;
margin-right: 20px; }
#s-7ad6edec-122e-4c50-b745-410598f2f304 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-554e25d9-aef3-4524-9327-32fe1f2ace51 { min-height: 300px; }
#s-554e25d9-aef3-4524-9327-32fe1f2ace51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   font-family: Itim;
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-8ef6eb76-db0c-43d5-8f67-c6651294eaea { margin-left: 20px;
margin-right: 20px; }
#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 { min-height: 300px;
max-height: 300px; }
#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-abe29e70-6fc9-49ed-81a2-a3ffe4a8e696 { min-height: 300px;
max-height: 300px; }
#s-abe29e70-6fc9-49ed-81a2-a3ffe4a8e696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-5a02fe5e-87a7-4bff-991f-f27d7b68f7c6 { min-height: 300px; }
#s-5a02fe5e-87a7-4bff-991f-f27d7b68f7c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8d22f576-f751-4929-8b77-bc6912cfa3eb { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-8d22f576-f751-4929-8b77-bc6912cfa3eb .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   font-family: Itim;
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-3270cea4-0771-4f44-ac42-474ac169213b { margin-left: 20px;
margin-right: 20px; }
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fb67de94-c4c7-4cbb-bec1-fdbde7dcffc9 {
  display: none;
}
#s-360e0ce4-ac49-40e7-9f0c-46ddeb8a3652 { text-align: left; }
#s-95099554-f54f-44af-9106-80554a8fd0af { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-95099554-f54f-44af-9106-80554a8fd0af .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cc18a70f-8ea1-4d1c-b170-d3036fb63c6b { text-align: left; }
#s-cc18a70f-8ea1-4d1c-b170-d3036fb63c6b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cc18a70f-8ea1-4d1c-b170-d3036fb63c6b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cc18a70f-8ea1-4d1c-b170-d3036fb63c6b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-31f233ca-b1fc-4419-a6d1-9ab57b6053c2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-31f233ca-b1fc-4419-a6d1-9ab57b6053c2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-31f233ca-b1fc-4419-a6d1-9ab57b6053c2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-31f233ca-b1fc-4419-a6d1-9ab57b6053c2 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31f233ca-b1fc-4419-a6d1-9ab57b6053c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31f233ca-b1fc-4419-a6d1-9ab57b6053c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-31f233ca-b1fc-4419-a6d1-9ab57b6053c2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cc9fb8be-f2a6-4966-b7dc-cea1dc471f62 {
  display: none;
}
#s-18840307-b370-4bf3-b887-2832025ec921 { text-align: left; }
#s-b1fc97aa-aeeb-48e3-807e-b70c1f70067d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b1fc97aa-aeeb-48e3-807e-b70c1f70067d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bb8f2855-3dac-4aeb-9e15-427b2b5e758b { text-align: left; }
#s-bb8f2855-3dac-4aeb-9e15-427b2b5e758b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-bb8f2855-3dac-4aeb-9e15-427b2b5e758b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bb8f2855-3dac-4aeb-9e15-427b2b5e758b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9ab08901-bb24-4d39-b992-f89de8ca92b7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9ab08901-bb24-4d39-b992-f89de8ca92b7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9ab08901-bb24-4d39-b992-f89de8ca92b7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9ab08901-bb24-4d39-b992-f89de8ca92b7 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ab08901-bb24-4d39-b992-f89de8ca92b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ab08901-bb24-4d39-b992-f89de8ca92b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9ab08901-bb24-4d39-b992-f89de8ca92b7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0c1f2712-4c98-4dde-b68a-ea50051abb4a {
  display: none;
}
#s-e537dffc-2cab-4e6c-a454-17d05e920a65 { text-align: left; }
#s-9979dce6-ffc8-491c-9439-12d3cc7d83df { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9979dce6-ffc8-491c-9439-12d3cc7d83df .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fd5aafcd-b0c5-4888-a874-97e5ab47f9b4 { text-align: left; }
#s-fd5aafcd-b0c5-4888-a874-97e5ab47f9b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fd5aafcd-b0c5-4888-a874-97e5ab47f9b4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fd5aafcd-b0c5-4888-a874-97e5ab47f9b4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e3c621ad-c2be-4416-a05a-605a2f2926cf { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e3c621ad-c2be-4416-a05a-605a2f2926cf:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e3c621ad-c2be-4416-a05a-605a2f2926cf:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e3c621ad-c2be-4416-a05a-605a2f2926cf {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3c621ad-c2be-4416-a05a-605a2f2926cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3c621ad-c2be-4416-a05a-605a2f2926cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e3c621ad-c2be-4416-a05a-605a2f2926cf.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-43edb142-0b8a-4c79-8c6f-162f3fe37e37 {
  display: none;
}
#s-87342d9f-ccae-481f-9c6a-9938cc2884ca { text-align: left; }
#s-5752fd49-4bbb-43a3-a589-ad217ea8a019 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5752fd49-4bbb-43a3-a589-ad217ea8a019 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-22d490f0-8c01-4cac-87a0-2afa483737f8 { text-align: left; }
#s-22d490f0-8c01-4cac-87a0-2afa483737f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-22d490f0-8c01-4cac-87a0-2afa483737f8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-22d490f0-8c01-4cac-87a0-2afa483737f8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8de3db05-1356-4e7f-ab35-e395c8769a7f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8de3db05-1356-4e7f-ab35-e395c8769a7f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8de3db05-1356-4e7f-ab35-e395c8769a7f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8de3db05-1356-4e7f-ab35-e395c8769a7f {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8de3db05-1356-4e7f-ab35-e395c8769a7f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8de3db05-1356-4e7f-ab35-e395c8769a7f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8de3db05-1356-4e7f-ab35-e395c8769a7f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5f92d0cd-24a8-4941-bcd1-dc468281c585 {
  display: none;
}
#s-8df7b844-00e1-4a18-a2dd-fc7e5a3d7e80 { text-align: left; }
#s-44ece1dd-a275-4f32-be53-de7a19145473 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-44ece1dd-a275-4f32-be53-de7a19145473 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-eb04de92-e876-4ebe-ab45-cad6832604f6 { text-align: left; }
#s-eb04de92-e876-4ebe-ab45-cad6832604f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-eb04de92-e876-4ebe-ab45-cad6832604f6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-eb04de92-e876-4ebe-ab45-cad6832604f6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-bee362ed-3d7b-4f6e-a6de-ffcf9280244c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-bee362ed-3d7b-4f6e-a6de-ffcf9280244c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bee362ed-3d7b-4f6e-a6de-ffcf9280244c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bee362ed-3d7b-4f6e-a6de-ffcf9280244c {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bee362ed-3d7b-4f6e-a6de-ffcf9280244c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bee362ed-3d7b-4f6e-a6de-ffcf9280244c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bee362ed-3d7b-4f6e-a6de-ffcf9280244c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-51aafcef-1e19-4e4f-b6d5-b24fe59f8e7d {
  display: none;
}
#s-0bfae300-cea0-4a6a-a766-aece98ee969d { text-align: left; }
#s-8d7b8aba-0592-46dc-912d-9684d191ad54 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8d7b8aba-0592-46dc-912d-9684d191ad54 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ed74d0ae-7744-4af9-ad69-7954b948e19a { text-align: left; }
#s-ed74d0ae-7744-4af9-ad69-7954b948e19a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ed74d0ae-7744-4af9-ad69-7954b948e19a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ed74d0ae-7744-4af9-ad69-7954b948e19a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-589e0e19-e366-4782-8534-3e79bd133ba4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-589e0e19-e366-4782-8534-3e79bd133ba4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-589e0e19-e366-4782-8534-3e79bd133ba4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-589e0e19-e366-4782-8534-3e79bd133ba4 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-589e0e19-e366-4782-8534-3e79bd133ba4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-589e0e19-e366-4782-8534-3e79bd133ba4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-589e0e19-e366-4782-8534-3e79bd133ba4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9d0f3fca-dcbc-4055-9303-1e7d60e1ac27 {
  display: none;
}
#s-8315f75e-003f-4c4f-ad85-3e96dcb1ac06 { text-align: left; }
#s-7f298763-5ba9-4efe-b193-7a2258798d09 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7f298763-5ba9-4efe-b193-7a2258798d09 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-98ba0900-2a14-4ed1-a1ce-a159c2200d90 { text-align: left; }
#s-98ba0900-2a14-4ed1-a1ce-a159c2200d90 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-98ba0900-2a14-4ed1-a1ce-a159c2200d90 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-98ba0900-2a14-4ed1-a1ce-a159c2200d90 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d8eba759-2b10-433e-a7e3-850c2eb1cc99 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d8eba759-2b10-433e-a7e3-850c2eb1cc99:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d8eba759-2b10-433e-a7e3-850c2eb1cc99:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d8eba759-2b10-433e-a7e3-850c2eb1cc99 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8eba759-2b10-433e-a7e3-850c2eb1cc99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8eba759-2b10-433e-a7e3-850c2eb1cc99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d8eba759-2b10-433e-a7e3-850c2eb1cc99.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fbc1f5f3-2bd3-4e71-bbb8-bf7086de5ad2 {
  display: none;
}
#s-40d1475d-a4ae-45b1-980c-bcbbd79c91ed { text-align: left; }
#s-25470012-22ff-430e-bf94-742a4be51124 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-25470012-22ff-430e-bf94-742a4be51124 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fce165ac-c33b-4df2-a184-25162dc7f475 { text-align: left; }
#s-fce165ac-c33b-4df2-a184-25162dc7f475 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fce165ac-c33b-4df2-a184-25162dc7f475 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fce165ac-c33b-4df2-a184-25162dc7f475 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-57a2600e-1703-4585-b491-f29ed46a199b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-57a2600e-1703-4585-b491-f29ed46a199b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-57a2600e-1703-4585-b491-f29ed46a199b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-57a2600e-1703-4585-b491-f29ed46a199b {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57a2600e-1703-4585-b491-f29ed46a199b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57a2600e-1703-4585-b491-f29ed46a199b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-57a2600e-1703-4585-b491-f29ed46a199b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8b4f5b8c-5e44-4f03-84c3-da996d1acc51 {
  display: none;
}
#s-6ccbecda-a8ca-4616-b2f6-d808b590f011 { text-align: left; }
#s-69115b7d-8eb2-4c39-bc26-72ef27caac8f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-69115b7d-8eb2-4c39-bc26-72ef27caac8f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2d2052ac-9eaa-448a-b91d-7aa13d8e73de { text-align: left; }
#s-2d2052ac-9eaa-448a-b91d-7aa13d8e73de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2d2052ac-9eaa-448a-b91d-7aa13d8e73de .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2d2052ac-9eaa-448a-b91d-7aa13d8e73de .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3c28cfd5-85f2-4926-a34e-39890907b320 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3c28cfd5-85f2-4926-a34e-39890907b320:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3c28cfd5-85f2-4926-a34e-39890907b320:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3c28cfd5-85f2-4926-a34e-39890907b320 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c28cfd5-85f2-4926-a34e-39890907b320.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c28cfd5-85f2-4926-a34e-39890907b320.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3c28cfd5-85f2-4926-a34e-39890907b320.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2e1842c9-2de0-4568-88d6-f4a85463f3b0 {
  display: none;
}
#s-f0d8fade-6525-4c83-a763-1e1ff9cc95b3 { text-align: left; }
#s-c7955fcd-2a01-426b-bb7c-8914cdbfcd89 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c7955fcd-2a01-426b-bb7c-8914cdbfcd89 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-883b170d-1c01-4d60-a41d-9ebd58cdd255 { text-align: left; }
#s-883b170d-1c01-4d60-a41d-9ebd58cdd255 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-883b170d-1c01-4d60-a41d-9ebd58cdd255 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-883b170d-1c01-4d60-a41d-9ebd58cdd255 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f17f97cb-792e-4919-967d-7f254e64c7c1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f17f97cb-792e-4919-967d-7f254e64c7c1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f17f97cb-792e-4919-967d-7f254e64c7c1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f17f97cb-792e-4919-967d-7f254e64c7c1 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f17f97cb-792e-4919-967d-7f254e64c7c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f17f97cb-792e-4919-967d-7f254e64c7c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f17f97cb-792e-4919-967d-7f254e64c7c1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
}
