.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-55545f64-079e-4728-be7a-9fb08b6e9847 { margin-top: 25px;
padding-top: 50px;
min-height: 500px; }
#s-55545f64-079e-4728-be7a-9fb08b6e9847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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-dee157a7-9ab7-4c54-81a1-63f0e4c96024 { padding-top: 10px;
padding-bottom: 10px; }
 #s-dee157a7-9ab7-4c54-81a1-63f0e4c96024 .shogun-heading-component h1 {
   color: #000;
   font-weight:  600 ;
   font-family: Nunito Sans;
   font-style:  normal ;
   font-size: 36px;
   
   
   text-align: center;
 }

 

#s-8d7425ae-c84c-49ea-bde1-d7aef055ccb9 { padding-top: 10px;
padding-bottom: 10px; }
 #s-8d7425ae-c84c-49ea-bde1-d7aef055ccb9 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 26px;
   
   
   text-align: center;
 }

 

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

.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 !important;
  max-width: 100% !important;
}

.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-9ed0209d-1e4b-4b88-b5f3-bf8156b47317 { margin-top: 25px;
margin-left: auto;
margin-right: auto;
max-width: 750px;
text-align: center; }
#s-52e2b6f5-e9b0-4213-8597-f4b51da911f7 { margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 1200px; }
#s-52e2b6f5-e9b0-4213-8597-f4b51da911f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-76bae3b0-594d-43a9-a642-b44141c0b18b { padding-left: 10px;
padding-right: 10px;
min-height: 250px; }
#s-76bae3b0-594d-43a9-a642-b44141c0b18b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}
.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-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b { margin-top: 5px;
margin-bottom: 5px; }
@media (min-width: 0px) {
[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-5a74a0da-13f3-4531-b1d5-c363b0a5fd1b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-7c7653fc-e8b5-44e5-916d-354441aa0ec1 { padding-top: 10px;
padding-bottom: 10px;
min-height: 50px; }
#s-7c7653fc-e8b5-44e5-916d-354441aa0ec1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fe003e7d-773f-4058-90be-854f528866b8 { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 70px;
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-19c19c38-73c0-4677-ad6f-50ae2d9c7c74 { padding-left: 10px;
padding-right: 10px; }
#s-c6ca9427-4594-4f66-a85c-2e94c4a294ad { padding-top: 10px;
padding-bottom: 10px;
min-height: 50px; }
#s-c6ca9427-4594-4f66-a85c-2e94c4a294ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f50f3e9f-255f-43b4-8f51-f8350e8d83ce { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 70px;
text-align: center; }
#s-9e5ff273-95e2-489b-8039-0e1491de89f4 { padding-left: 10px;
padding-right: 10px; }
#s-54cb05b8-6bac-4b37-b0a7-b11c1e32b657 { padding-top: 10px;
padding-bottom: 10px;
min-height: 50px; }
#s-54cb05b8-6bac-4b37-b0a7-b11c1e32b657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2fb5d406-1242-49a5-bc86-3e9e3162fb19 { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 70px;
text-align: center; }
#s-5d2cf494-dfa1-455a-a670-31d4059b664e { padding-left: 10px;
padding-right: 10px; }
#s-c07f6e0a-c320-40f2-95ef-c9b2dbe5b90b { box-shadow:0px 6px 6px 0px rgba(0, 0, 0, 0.26);
margin-top: 50px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
padding-top: 50px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px;
border-radius: 2px;
min-height: 50px;
background-color: rgba(230, 230, 230, 1); }
#s-c07f6e0a-c320-40f2-95ef-c9b2dbe5b90b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-cb1c4acf-859f-4e92-a1d3-5802a33d8742 { padding-top: 10px;
padding-bottom: 10px; }
 #s-cb1c4acf-859f-4e92-a1d3-5802a33d8742 .shogun-heading-component h3 {
   color: rgba(36, 24, 150, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 30px;
   
   
   text-align: left;
 }

 

#s-e88925ca-94f1-4371-9235-de9937564ef8 {  }
@media (min-width: 0px) {
[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e88925ca-94f1-4371-9235-de9937564ef8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-682e8409-8fbb-4f71-b2d3-6d556a700803 { padding-top: 10px;
padding-bottom: 10px; }
 #s-682e8409-8fbb-4f71-b2d3-6d556a700803 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   font-family: Nunito Sans;
   font-style:  normal ;
   font-size: 36px;
   
   
   text-align: center;
 }

 

#s-60e548df-0008-48fe-9bae-8139a41fe18b { padding-top: 50px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px;
min-height: 250px; }
#s-60e548df-0008-48fe-9bae-8139a41fe18b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6ae2bbcf-7034-4684-9e3f-abdfe0b14d5c { padding-top: 10px; }
 #s-6ae2bbcf-7034-4684-9e3f-abdfe0b14d5c .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 28px;
   
   
   text-align: center;
 }

 

#s-6011f06e-0941-4b59-8839-582eb29054a4 { padding-bottom: 10px; }
 #s-6011f06e-0941-4b59-8839-582eb29054a4 .shogun-heading-component h4 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-958f7f21-428e-4c61-8916-a8a29b585e90 { padding-top: 15px;
padding-bottom: 15px; }
@media (min-width: 0px) {
[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6af1524-a82a-4e08-904e-1a387984acfb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-80e54f0f-4b50-45a7-bc57-515a4622e087 { padding-top: 25px;
padding-bottom: 25px; }
#s-80e54f0f-4b50-45a7-bc57-515a4622e087 {
  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-297e4176-6773-4f04-9e44-bc08ae1c19b3 { margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left; }
#s-12122114-4ce1-4997-813e-b015fe5c39d0 { padding-top: 10px;
padding-bottom: 10px; }
 #s-12122114-4ce1-4997-813e-b015fe5c39d0 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-e50ab00f-896d-4306-8faa-846ad3440f6a { text-align: center; }
#s-e50ab00f-896d-4306-8faa-846ad3440f6a .shg-product-sold-out {
  display: none;
}

#s-e50ab00f-896d-4306-8faa-846ad3440f6a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e50ab00f-896d-4306-8faa-846ad3440f6a .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-b46b1552-9349-4c70-b25c-ee819f749479 { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1); }
#s-b46b1552-9349-4c70-b25c-ee819f749479:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-b46b1552-9349-4c70-b25c-ee819f749479:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b46b1552-9349-4c70-b25c-ee819f749479 {
  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-b46b1552-9349-4c70-b25c-ee819f749479.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b46b1552-9349-4c70-b25c-ee819f749479.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b46b1552-9349-4c70-b25c-ee819f749479.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


  #s-b46b1552-9349-4c70-b25c-ee819f749479.shg-btn.shg-product-atc-success {
    font-weight:  normal ;
    
    font-style:  normal ;
    
    color: ;
  }


#s-36c59c7d-d89c-47fc-8718-e89343a7f356 { padding-top: 25px;
padding-bottom: 25px; }
#s-36c59c7d-d89c-47fc-8718-e89343a7f356 {
  display: none;
}
#s-e462c691-26ac-4127-aaf1-193c8c2b07a3 { margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left; }
#s-b9bcf98e-c54a-4a8c-92c0-48d56025168f { padding-top: 10px;
padding-bottom: 10px; }
 #s-b9bcf98e-c54a-4a8c-92c0-48d56025168f .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-709783b8-b73c-4e1f-9bf8-ff5d2505dd09 { text-align: center; }
#s-709783b8-b73c-4e1f-9bf8-ff5d2505dd09 .shg-product-sold-out {
  display: none;
}

#s-709783b8-b73c-4e1f-9bf8-ff5d2505dd09 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-709783b8-b73c-4e1f-9bf8-ff5d2505dd09 .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-d034de3e-aef7-4ce2-8d46-b8f3370bef84 { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1); }
#s-d034de3e-aef7-4ce2-8d46-b8f3370bef84:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-d034de3e-aef7-4ce2-8d46-b8f3370bef84:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d034de3e-aef7-4ce2-8d46-b8f3370bef84 {
  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-d034de3e-aef7-4ce2-8d46-b8f3370bef84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d034de3e-aef7-4ce2-8d46-b8f3370bef84.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d034de3e-aef7-4ce2-8d46-b8f3370bef84.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d4b5cec9-3677-453e-b4ef-30fd75694ff1 { margin-top: 25px;
margin-bottom: 25px;
padding-top: 50px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px; }
#s-d4b5cec9-3677-453e-b4ef-30fd75694ff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a75df2df-44cf-4e45-83de-bf093fe8d193 { padding-left: 25px;
padding-right: 25px;
min-height: 250px; }
#s-a75df2df-44cf-4e45-83de-bf093fe8d193 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c02c3672-23e7-4637-a6d8-8bcf9f28eca2 { padding-top: 10px; }
 #s-c02c3672-23e7-4637-a6d8-8bcf9f28eca2 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 28px;
   
   
   text-align: center;
 }

 

#s-2c886bf6-2f2f-47fe-b7b2-b4dfd6dac179 { padding-bottom: 10px; }
 #s-2c886bf6-2f2f-47fe-b7b2-b4dfd6dac179 .shogun-heading-component h4 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-4bd30653-72d4-4fa8-b2fb-4e664b5c352f { padding-top: 15px;
padding-bottom: 15px; }
@media (min-width: 0px) {
[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-01d04568-82da-4e8e-b98d-2fbb0fe2a392"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-799e2a4f-a188-4d77-920b-f7fc9244e622 { min-height: 335px; }
#s-799e2a4f-a188-4d77-920b-f7fc9244e622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab28722c-324e-4a43-9bab-71ec3684725e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f97ad3e2-0918-4a77-ae46-28e5ed924c3b { padding-top: 25px;
padding-bottom: 25px; }
#s-f97ad3e2-0918-4a77-ae46-28e5ed924c3b {
  display: none;
}
#s-b80ea0b8-5cdc-426d-ac15-f8f570788bc8 { margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left; }
#s-b519c21b-fa4f-4b69-8f37-dfc5b3a61d83 { padding-top: 10px;
padding-bottom: 10px; }
 #s-b519c21b-fa4f-4b69-8f37-dfc5b3a61d83 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-7968b232-d598-4f47-ad66-3ce0073c1963 { text-align: center; }
#s-7968b232-d598-4f47-ad66-3ce0073c1963 .shg-product-sold-out {
  display: none;
}

#s-7968b232-d598-4f47-ad66-3ce0073c1963 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7968b232-d598-4f47-ad66-3ce0073c1963 .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-c0454105-9e65-4710-ac22-fc375168760a { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1); }
#s-c0454105-9e65-4710-ac22-fc375168760a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-c0454105-9e65-4710-ac22-fc375168760a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c0454105-9e65-4710-ac22-fc375168760a {
  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-c0454105-9e65-4710-ac22-fc375168760a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0454105-9e65-4710-ac22-fc375168760a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c0454105-9e65-4710-ac22-fc375168760a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d35f286a-b720-4f3a-83bd-0311d4596122 { padding-top: 25px;
padding-bottom: 25px; }
#s-d35f286a-b720-4f3a-83bd-0311d4596122 {
  display: none;
}
#s-b3fb5c17-6290-4407-bd21-2135b2bf6115 { margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left; }
#s-4f05e5b9-5f8d-4b3a-8e50-4f459fdfb141 { padding-top: 10px;
padding-bottom: 10px; }
 #s-4f05e5b9-5f8d-4b3a-8e50-4f459fdfb141 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-f9d0593b-f724-4266-b470-7740127730f4 { text-align: center; }
#s-f9d0593b-f724-4266-b470-7740127730f4 .shg-product-sold-out {
  display: none;
}

#s-f9d0593b-f724-4266-b470-7740127730f4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f9d0593b-f724-4266-b470-7740127730f4 .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-c199627f-4ae9-48c4-85bf-266e45230d8e { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1); }
#s-c199627f-4ae9-48c4-85bf-266e45230d8e:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-c199627f-4ae9-48c4-85bf-266e45230d8e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c199627f-4ae9-48c4-85bf-266e45230d8e {
  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-c199627f-4ae9-48c4-85bf-266e45230d8e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c199627f-4ae9-48c4-85bf-266e45230d8e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c199627f-4ae9-48c4-85bf-266e45230d8e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



@media (min-width: 0px) {
[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87c9569d-531d-4ffb-9911-a135d37bb837"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4909b03a-a14e-42ac-aba9-99c5a5825d3e { padding-top: 25px;
padding-bottom: 25px; }
#s-4909b03a-a14e-42ac-aba9-99c5a5825d3e {
  display: none;
}
#s-6ddae1d1-3219-4ad3-a9ce-ac10bfa2f1a8 { margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left; }
#s-5b18e36d-d0bb-4b06-a312-05c4b085a410 { padding-top: 10px;
padding-bottom: 10px; }
 #s-5b18e36d-d0bb-4b06-a312-05c4b085a410 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-a3a07696-28bd-4a98-81df-c34bd7dfc37b { text-align: center; }
#s-a3a07696-28bd-4a98-81df-c34bd7dfc37b .shg-product-sold-out {
  display: none;
}

#s-a3a07696-28bd-4a98-81df-c34bd7dfc37b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a3a07696-28bd-4a98-81df-c34bd7dfc37b .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-1bbdaea2-4152-4711-b0b9-77203c403c1a { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1); }
#s-1bbdaea2-4152-4711-b0b9-77203c403c1a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-1bbdaea2-4152-4711-b0b9-77203c403c1a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1bbdaea2-4152-4711-b0b9-77203c403c1a {
  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-1bbdaea2-4152-4711-b0b9-77203c403c1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bbdaea2-4152-4711-b0b9-77203c403c1a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1bbdaea2-4152-4711-b0b9-77203c403c1a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f9b25d01-5a8e-4b03-9c68-225ff895093b { padding-top: 25px;
padding-bottom: 25px; }
#s-f9b25d01-5a8e-4b03-9c68-225ff895093b {
  display: none;
}
#s-1c9d02e1-060b-4c7d-a4e1-48ab0360c30e { margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left; }
#s-ac9e814f-da85-4431-98de-66552f9adfd6 { padding-top: 10px;
padding-bottom: 10px; }
 #s-ac9e814f-da85-4431-98de-66552f9adfd6 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-a0850a18-76b7-4a01-a3fd-4a73ee4c3e99 { text-align: center; }
#s-a0850a18-76b7-4a01-a3fd-4a73ee4c3e99 .shg-product-sold-out {
  display: none;
}

#s-a0850a18-76b7-4a01-a3fd-4a73ee4c3e99 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a0850a18-76b7-4a01-a3fd-4a73ee4c3e99 .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-559dc56c-64d8-428a-a76c-a94f450cddf3 { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1); }
#s-559dc56c-64d8-428a-a76c-a94f450cddf3:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-559dc56c-64d8-428a-a76c-a94f450cddf3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-559dc56c-64d8-428a-a76c-a94f450cddf3 {
  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-559dc56c-64d8-428a-a76c-a94f450cddf3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-559dc56c-64d8-428a-a76c-a94f450cddf3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-559dc56c-64d8-428a-a76c-a94f450cddf3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cceecc34-342c-4ecf-9a9f-0e48dd106643 { padding-top: 50px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px;
min-height: 250px; }
#s-cceecc34-342c-4ecf-9a9f-0e48dd106643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-efc20d20-9ac9-45bf-9e86-36b96338ef72 { padding-top: 10px; }
 #s-efc20d20-9ac9-45bf-9e86-36b96338ef72 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 28px;
   
   
   text-align: center;
 }

 

#s-3ad6d4ad-e741-41f1-a167-ffb8a4358c04 { padding-bottom: 10px; }
 #s-3ad6d4ad-e741-41f1-a167-ffb8a4358c04 .shogun-heading-component h4 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-bca39575-d664-4b47-a5a8-dd5f98b73801 { padding-top: 15px;
padding-bottom: 15px; }
#s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226 { margin-left: auto;
margin-right: auto;
max-width: 1200px; }
@media (min-width: 0px) {
[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0041eb6c-4b0e-4f2a-8095-a7ddf8d2e226"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9dbe677e-9d65-48ed-b5fa-3a3d22ab2988"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-96b1ee19-c081-4b38-b237-61743cd14e98 { padding-top: 25px;
padding-bottom: 25px; }
#s-96b1ee19-c081-4b38-b237-61743cd14e98 {
  display: none;
}
#s-04025e77-c679-43d1-b238-08a9b538cbad { margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left; }
#s-6ab2deb7-1360-435f-973f-d956f914c5ed { padding-top: 10px;
padding-bottom: 10px; }
 #s-6ab2deb7-1360-435f-973f-d956f914c5ed .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-6b55e122-797c-4ca7-8f4b-c80ebc8159ff { text-align: center; }
#s-6b55e122-797c-4ca7-8f4b-c80ebc8159ff .shg-product-sold-out {
  display: none;
}

#s-6b55e122-797c-4ca7-8f4b-c80ebc8159ff .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6b55e122-797c-4ca7-8f4b-c80ebc8159ff .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-ab7163b9-466e-493d-9e36-e145351aac5c { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1); }
#s-ab7163b9-466e-493d-9e36-e145351aac5c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-ab7163b9-466e-493d-9e36-e145351aac5c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ab7163b9-466e-493d-9e36-e145351aac5c {
  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-ab7163b9-466e-493d-9e36-e145351aac5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab7163b9-466e-493d-9e36-e145351aac5c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ab7163b9-466e-493d-9e36-e145351aac5c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e4192047-be83-47e0-a9cd-1a51e67a25ee { padding-top: 25px;
padding-bottom: 25px; }
#s-e4192047-be83-47e0-a9cd-1a51e67a25ee {
  display: none;
}
#s-bf277769-5e62-4f07-b0f4-5653a21293d9 { margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left; }
#s-22f09cdc-9e34-458c-8c3f-a8b393cb37d4 { padding-top: 10px;
padding-bottom: 10px; }
 #s-22f09cdc-9e34-458c-8c3f-a8b393cb37d4 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-61d2c316-8511-45b8-b7be-6f86d67d144b { text-align: center; }
#s-61d2c316-8511-45b8-b7be-6f86d67d144b .shg-product-sold-out {
  display: none;
}

#s-61d2c316-8511-45b8-b7be-6f86d67d144b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-61d2c316-8511-45b8-b7be-6f86d67d144b .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-574cacea-f066-4d59-83b2-e08404105382 { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1); }
#s-574cacea-f066-4d59-83b2-e08404105382:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-574cacea-f066-4d59-83b2-e08404105382:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-574cacea-f066-4d59-83b2-e08404105382 {
  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-574cacea-f066-4d59-83b2-e08404105382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-574cacea-f066-4d59-83b2-e08404105382.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-574cacea-f066-4d59-83b2-e08404105382.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1ddcf3bd-51e7-441c-a185-9136b0293b64 { min-height: 335px; }
#s-1ddcf3bd-51e7-441c-a185-9136b0293b64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72e1d511-ecc2-4e0a-8870-d91cc364b345"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d63829e7-e4d9-48e5-96a2-f52023b86c60 { padding-top: 25px;
padding-bottom: 25px; }
#s-d63829e7-e4d9-48e5-96a2-f52023b86c60 {
  display: none;
}
#s-c120c2d1-a59c-43d3-9a09-56fabb045a30 { margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left; }
#s-287d52d3-b4df-442c-94b5-05f6d49c48a5 { padding-top: 10px;
padding-bottom: 10px; }
 #s-287d52d3-b4df-442c-94b5-05f6d49c48a5 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-7a5948dc-bcca-4977-8767-11f4531613c7 { text-align: center; }
#s-7a5948dc-bcca-4977-8767-11f4531613c7 .shg-product-sold-out {
  display: none;
}

#s-7a5948dc-bcca-4977-8767-11f4531613c7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7a5948dc-bcca-4977-8767-11f4531613c7 .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-e07d8217-fa16-40f5-a6f4-d726b7e05958 { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1); }
#s-e07d8217-fa16-40f5-a6f4-d726b7e05958:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-e07d8217-fa16-40f5-a6f4-d726b7e05958:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e07d8217-fa16-40f5-a6f4-d726b7e05958 {
  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-e07d8217-fa16-40f5-a6f4-d726b7e05958.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e07d8217-fa16-40f5-a6f4-d726b7e05958.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e07d8217-fa16-40f5-a6f4-d726b7e05958.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d330ccd0-e5b7-4934-b9d9-8e27a08d7eab { padding-top: 25px;
padding-bottom: 25px; }
#s-d330ccd0-e5b7-4934-b9d9-8e27a08d7eab {
  display: none;
}
#s-604720be-3649-4a90-8770-b647621b3e5e { margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left; }
#s-96637eec-cc25-4b81-9179-5ee121cdbcea { padding-top: 10px;
padding-bottom: 10px; }
 #s-96637eec-cc25-4b81-9179-5ee121cdbcea .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-da17794f-5ace-45f5-a898-00af91c80201 { text-align: center; }
#s-da17794f-5ace-45f5-a898-00af91c80201 .shg-product-sold-out {
  display: none;
}

#s-da17794f-5ace-45f5-a898-00af91c80201 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-da17794f-5ace-45f5-a898-00af91c80201 .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-94fd5c8a-dd3b-4517-9495-76b557c33d9b { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1); }
#s-94fd5c8a-dd3b-4517-9495-76b557c33d9b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-94fd5c8a-dd3b-4517-9495-76b557c33d9b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-94fd5c8a-dd3b-4517-9495-76b557c33d9b {
  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-94fd5c8a-dd3b-4517-9495-76b557c33d9b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94fd5c8a-dd3b-4517-9495-76b557c33d9b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-94fd5c8a-dd3b-4517-9495-76b557c33d9b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7db403ab-868a-4861-8377-dac117b6a027 { margin-left: auto;
margin-right: auto;
max-width: 1200px; }
@media (min-width: 0px) {
[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7db403ab-868a-4861-8377-dac117b6a027"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff150f8c-6061-4a64-b12a-96fe0e80df53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-acb688c3-f649-40a1-b4ff-dc39e82a0b48 { padding-top: 25px;
padding-bottom: 25px; }
#s-acb688c3-f649-40a1-b4ff-dc39e82a0b48 {
  display: none;
}
#s-7e60c778-8ae1-44c6-8597-3ebcfa0fd848 { margin-left: auto;
margin-right: auto;
padding-top: -px;
max-width: 250px;
text-align: left; }
#s-e52f05c1-5f20-410f-9cba-2f9e45c3dece { padding-top: 10px;
padding-bottom: 10px; }
 #s-e52f05c1-5f20-410f-9cba-2f9e45c3dece .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-2ac139ac-af1d-4736-9624-9e12bd6428a8 { text-align: center; }
#s-2ac139ac-af1d-4736-9624-9e12bd6428a8 .shg-product-sold-out {
  display: none;
}

#s-2ac139ac-af1d-4736-9624-9e12bd6428a8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2ac139ac-af1d-4736-9624-9e12bd6428a8 .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-df30fd22-9e3c-463d-885e-847641d45b91 { margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: rgba(36, 24, 150, 1); }
#s-df30fd22-9e3c-463d-885e-847641d45b91:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-df30fd22-9e3c-463d-885e-847641d45b91:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-df30fd22-9e3c-463d-885e-847641d45b91 {
  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-df30fd22-9e3c-463d-885e-847641d45b91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df30fd22-9e3c-463d-885e-847641d45b91.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-df30fd22-9e3c-463d-885e-847641d45b91.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1858759a-77d3-4b47-9093-d76ebcc98941 { min-height: 50px; }
#s-1858759a-77d3-4b47-9093-d76ebcc98941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e2cc0bee-e62e-4791-b456-a197a505868c { min-height: 50px; }
#s-e2cc0bee-e62e-4791-b456-a197a505868c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
/*
  $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;
}
