.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-75f1cb7b-31d3-41dd-9971-4ba4283145cc { min-height: 50px; }
#s-75f1cb7b-31d3-41dd-9971-4ba4283145cc > .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-6de3b7c1-55fe-4633-8258-bf89e48cafb7 { margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-6de3b7c1-55fe-4633-8258-bf89e48cafb7 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 32px;
   
   
   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-2bae0597-9111-4f27-a00d-e9f8c0c8c3d5 { padding-top: 10px;
padding-bottom: 10px; }
#s-081bfbff-3bca-4ba7-b1f3-4632155e70d9 { padding-top: 10px;
padding-bottom: 10px; }
#s-cb4a872c-7d0e-4cf1-b524-7ce077604347 { min-height: 50px; }
#s-cb4a872c-7d0e-4cf1-b524-7ce077604347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e2e0ef09-4aeb-4a1d-a152-6ee6199839e5 { margin-top: 10px;
margin-bottom: 10px; }
#s-e2e0ef09-4aeb-4a1d-a152-6ee6199839e5 {
  display: none;
}
.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-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11 { margin-top: 10px;
margin-bottom: 10px; }
@media (min-width: 0px) {
[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3a3b771-5e5b-4a1a-b6aa-7f986e9ffd11"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: -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-694951af-75a1-4822-ad37-7f6dd3a3b3ab { text-align: left; }
#s-de94cedb-70b5-4975-a4ad-420cb66d1d15 { margin-left: 20px;
margin-right: 20px; }
#s-6ddee067-fb8c-43af-a9ce-3c6eb13e4d25 { margin-left: 20px;
margin-right: 20px;
text-align: center; }
#s-6ddee067-fb8c-43af-a9ce-3c6eb13e4d25 .shg-product-sold-out {
  display: none;
}

#s-6ddee067-fb8c-43af-a9ce-3c6eb13e4d25 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6ddee067-fb8c-43af-a9ce-3c6eb13e4d25 .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-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea { margin-left: 20px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
@media (min-width: 0px) {
[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-6dcd7f58-7c7e-4f0f-89fb-8a361c108dea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-e7fb3230-fdd4-4638-98d1-118488031b04 { margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px; }
#s-4b1858b4-1f4a-489a-9bae-899b1100d23b { margin-left: 20px;
margin-right: 20px;
min-height: 50px;
text-align: left; }
#s-4b1858b4-1f4a-489a-9bae-899b1100d23b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4b1858b4-1f4a-489a-9bae-899b1100d23b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4b1858b4-1f4a-489a-9bae-899b1100d23b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4b1858b4-1f4a-489a-9bae-899b1100d23b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-538b6213-cb44-42e9-b460-785ca18b35ef { margin-top: 10px;
margin-left: 20px;
margin-right: 20px; }
#s-d86fc4a1-e274-47bc-a21d-e2f668dee2e9 { padding-left: 20px;
padding-right: 20px;
text-align: left; }
#s-d86fc4a1-e274-47bc-a21d-e2f668dee2e9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d86fc4a1-e274-47bc-a21d-e2f668dee2e9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d86fc4a1-e274-47bc-a21d-e2f668dee2e9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d86fc4a1-e274-47bc-a21d-e2f668dee2e9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d86fc4a1-e274-47bc-a21d-e2f668dee2e9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-7b17606d-30bc-4026-8ad4-db0ef6db6de1 { margin-left: 40px;
margin-right: 40px;
padding-left: 150px;
padding-right: 150px;
min-height: 50px; }
@media (max-width: 767px){#s-7b17606d-30bc-4026-8ad4-db0ef6db6de1, #wrap-s-7b17606d-30bc-4026-8ad4-db0ef6db6de1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b17606d-30bc-4026-8ad4-db0ef6db6de1, #wrap-s-7b17606d-30bc-4026-8ad4-db0ef6db6de1 { display:none !important; }}
#s-7b17606d-30bc-4026-8ad4-db0ef6db6de1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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-c7b7bfa7-1cde-4516-8014-c12b049904f1 { margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 20px;
min-width: 100%;
text-align: center;
background-color: #3498db;
font-size: 14px;
font-weight: bold;
color: #ffffff; }
#s-c7b7bfa7-1cde-4516-8014-c12b049904f1:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-c7b7bfa7-1cde-4516-8014-c12b049904f1:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

#s-c7b7bfa7-1cde-4516-8014-c12b049904f1 {
  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-c7b7bfa7-1cde-4516-8014-c12b049904f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7b7bfa7-1cde-4516-8014-c12b049904f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  bold ;
  font-style:  normal ;
  
}

#s-c7b7bfa7-1cde-4516-8014-c12b049904f1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-495c4d10-daea-4b0c-9312-0b8e197378ee { margin-left: 40px;
margin-right: 40px;
padding-left: 70px;
padding-right: 70px;
min-height: 50px; }
@media (min-width: 992px) and (max-width: 1199px){#s-495c4d10-daea-4b0c-9312-0b8e197378ee, #wrap-s-495c4d10-daea-4b0c-9312-0b8e197378ee { display:none !important; }}@media (min-width: 1200px){#s-495c4d10-daea-4b0c-9312-0b8e197378ee, #wrap-s-495c4d10-daea-4b0c-9312-0b8e197378ee { display:none !important; }}
#s-495c4d10-daea-4b0c-9312-0b8e197378ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8845c008-1787-4d6a-a1cb-8e92c42436d4 { margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 20px;
min-width: 100%;
text-align: center;
background-color: #3498db;
font-size: 14px;
font-weight: bold;
color: #ffffff; }
#s-8845c008-1787-4d6a-a1cb-8e92c42436d4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-8845c008-1787-4d6a-a1cb-8e92c42436d4:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

#s-8845c008-1787-4d6a-a1cb-8e92c42436d4 {
  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-8845c008-1787-4d6a-a1cb-8e92c42436d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8845c008-1787-4d6a-a1cb-8e92c42436d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  bold ;
  font-style:  normal ;
  
}

#s-8845c008-1787-4d6a-a1cb-8e92c42436d4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



@media (min-width: 0px) {
[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11943134-0afa-4d2c-ad01-5318f320acfe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-09ff5307-357c-4a77-b532-29f9d1f3a35e { text-align: center; }
#s-54363db4-22af-4997-b84c-7567e4fbe731 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-c8a896fa-a307-4c5b-877a-12a29c776d73 { text-align: center; }
#s-90d61bdc-9a7b-49e2-bfab-7a0501d17e32 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-446c4b45-352c-4204-b73c-1e3e9de3de76 { margin-left: 150px;
margin-right: 150px; }
#s-57f0f013-aa1d-45e1-adf1-5694576e36f9 { padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-attachment: scroll; }
#s-57f0f013-aa1d-45e1-adf1-5694576e36f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-18c71960-2c46-4038-bd90-c179def39e02 { box-shadow:1px 1px 10px  rgba(0, 0, 0, 0.5);
background-attachment: fixed;
margin-left: 10px;
margin-right: 10px;
min-height: 50px; }
#s-18c71960-2c46-4038-bd90-c179def39e02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-cd6cc47d-0a5e-42c0-a951-867318e2e7aa { margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-cd6cc47d-0a5e-42c0-a951-867318e2e7aa .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-57e650cb-51a0-4642-9f96-3f035503607d {  }
@media (min-width: 0px) {
[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-57e650cb-51a0-4642-9f96-3f035503607d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-ab125c08-1889-48f6-8347-46ac26ee0997 { text-align: center; }
#s-d2bb9bce-4444-48a7-8db7-3a73e98e1cb5 { padding-top: 10px;
padding-bottom: 10px; }
#s-6e688026-9e65-4b5f-af34-282bc165fe8c { text-align: center; }
#s-44b16a72-cc22-493d-8fe8-0d4ea83cd72b { padding-top: 10px;
padding-bottom: 10px; }
#s-e07c6bc8-26c3-4d94-9574-ca73087ef57c { text-align: center; }
#s-198166b0-0f08-4977-b91b-87b8c3259868 { padding-top: 10px;
padding-bottom: 10px; }
#s-35e7dc7d-cea9-41d2-b0c5-2003fbd99c65 { text-align: center; }
#s-c1f4164f-fe90-48dd-96a6-2e9a1305aec1 { padding-top: 10px;
padding-bottom: 10px; }
#s-dcc138bc-c2f5-4a74-81ed-d7c946c96539 { box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.5);
background-attachment: fixed;
margin-left: 10px;
margin-right: 10px;
min-height: 50px; }
@media (min-width: 768px) and (max-width: 991px){#s-dcc138bc-c2f5-4a74-81ed-d7c946c96539, #wrap-s-dcc138bc-c2f5-4a74-81ed-d7c946c96539 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcc138bc-c2f5-4a74-81ed-d7c946c96539, #wrap-s-dcc138bc-c2f5-4a74-81ed-d7c946c96539 { display:none !important; }}@media (min-width: 1200px){#s-dcc138bc-c2f5-4a74-81ed-d7c946c96539, #wrap-s-dcc138bc-c2f5-4a74-81ed-d7c946c96539 { display:none !important; }}
#s-dcc138bc-c2f5-4a74-81ed-d7c946c96539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-0204d47c-1f4d-4cbe-a3ac-c6f9237060d3 { margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 0px; }
 #s-0204d47c-1f4d-4cbe-a3ac-c6f9237060d3 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-36900cb4-4a7d-4737-b58e-47896bef55c2 { margin-left: 30px;
margin-right: 30px; }
 #s-36900cb4-4a7d-4737-b58e-47896bef55c2 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-365382e6-94c4-40f2-b95e-4dec131eb33c {  }
@media (min-width: 0px) {
[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-365382e6-94c4-40f2-b95e-4dec131eb33c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d78ccd6e-0c86-4e21-9d30-5175ed375b44 { text-align: center; }
#s-da2d89fe-915f-4fba-bd03-ab28c0d6a652 { padding-top: 10px;
padding-bottom: 10px; }
 #s-da2d89fe-915f-4fba-bd03-ab28c0d6a652 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 20px;
   
   
   text-align: center;
 }

 

#s-8d530fc8-54f5-423f-876b-feab2b6623cc { text-align: center; }
#s-b6dab809-ea4b-4496-9a51-e2a33a599452 { padding-top: 10px;
padding-bottom: 10px; }
 #s-b6dab809-ea4b-4496-9a51-e2a33a599452 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 20px;
   
   
   text-align: center;
 }

 

#s-903af419-24c9-4cbf-b2ca-9d9b0018eebd { text-align: center; }
#s-64202dc4-f64e-4f02-acf6-ad555066727b { padding-top: 10px;
padding-bottom: 10px; }
 #s-64202dc4-f64e-4f02-acf6-ad555066727b .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 20px;
   
   
   text-align: center;
 }

 

#s-41018340-8744-44f7-a5d4-28ce598badc3 { text-align: center; }
#s-1e539c24-7c3f-401e-bdee-efa0a2e25abb { padding-top: 10px;
padding-bottom: 10px; }
 #s-1e539c24-7c3f-401e-bdee-efa0a2e25abb .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 20px;
   
   
   text-align: center;
 }

 

#s-8baa5a62-f4cf-4d96-abe6-06b6966d5716 { margin-left: 150px;
margin-right: 150px; }
#s-72eb246d-e0a3-4e06-951c-6c0426fbb701 { min-height: 50px; }
#s-72eb246d-e0a3-4e06-951c-6c0426fbb701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-98448f0e-4512-4dca-9708-2aa43088ed93 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-98448f0e-4512-4dca-9708-2aa43088ed93"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-0f1c35a8-47ec-448b-aed9-96e9723e29ea { text-align: center; }
#s-a8c3fd5f-da34-40ed-9a3b-c641659dcc8f { min-height: 80px; }
#s-a8c3fd5f-da34-40ed-9a3b-c641659dcc8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-358296f8-d9f4-40b2-b29e-191d5316b730 { margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px; }
#s-7c518173-44cb-4145-aeee-3b7531c231b2 { text-align: center; }
#s-99898952-a91b-4777-9de5-b5ffd584e85e { min-height: 80px; }
#s-99898952-a91b-4777-9de5-b5ffd584e85e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-44236d7b-95a7-429d-a23e-7e8eadc75acb { margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px; }
#s-ed2da7a5-cafa-41b8-a372-14d572811922 { text-align: center; }
#s-aac048d1-8e02-4241-b62a-a8b4eeb28b7f { min-height: 80px; }
#s-aac048d1-8e02-4241-b62a-a8b4eeb28b7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fd2403f2-1f91-4996-aae3-d84d1d35f675 { margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px; }
#s-fef337a4-64ce-4dda-9fef-60fc09102220 { text-align: center; }
#s-316cacdf-78bb-44e7-a6c9-51343fbb3bc6 { min-height: 80px; }
#s-316cacdf-78bb-44e7-a6c9-51343fbb3bc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fada99e5-ec62-4eee-b2ff-e4d9c4d964c4 { margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px; }
#s-17cd6444-a8dd-40c4-b424-9cf15555d9be { margin-left: 150px;
margin-right: 150px; }
#s-3ead6d35-8916-45ec-a487-b5adcaeb8d21 { box-shadow:1px 1px 10px  rgba(0, 0, 0, 0.5);
margin-left: 10px;
margin-right: 10px;
min-height: 50px; }
#s-3ead6d35-8916-45ec-a487-b5adcaeb8d21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-3b5c8c37-02bc-422e-855b-b3317fbc2898 { margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-3b5c8c37-02bc-422e-855b-b3317fbc2898 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46 {  }
@media (min-width: 0px) {
[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5fa297b0-31da-49f1-b3f9-58fb9ec70a46"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-fcdee3ca-179b-454d-a2a1-81c7507a732e { text-align: center; }
#s-226b938c-8f66-4022-bc4d-8eec25a5c180 {
  display: none;
}
#s-206ee0f3-9a94-483a-abc0-f64c6677c71a { min-height: 80px; }
#s-206ee0f3-9a94-483a-abc0-f64c6677c71a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b6451d01-f119-4d77-a9f4-d741bff09cb6 { padding-top: 10px;
padding-bottom: 10px; }
#s-21c93613-566c-473e-aaa3-3b9f22ef1991 { min-height: 30px; }
#s-21c93613-566c-473e-aaa3-3b9f22ef1991 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e4896af8-93ea-46fc-a94f-5c89f8835ebd { margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center; }
#s-e4896af8-93ea-46fc-a94f-5c89f8835ebd .shg-product-sold-out {
  display: none;
}

#s-e4896af8-93ea-46fc-a94f-5c89f8835ebd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e4896af8-93ea-46fc-a94f-5c89f8835ebd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

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

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

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

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

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

#s-bb66d99a-0bfc-4afa-a8a7-6c99fe26a32d { margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: #3498db;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: none; }
#s-bb66d99a-0bfc-4afa-a8a7-6c99fe26a32d:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-bb66d99a-0bfc-4afa-a8a7-6c99fe26a32d:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

 #s-bb66d99a-0bfc-4afa-a8a7-6c99fe26a32d.shg-btn {
   color: #ffffff;
   font-size: 12px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-216d6579-274d-4f87-874d-36545daedde9 { text-align: center; }
#s-9df4027b-096c-4f28-bafb-86d688de38d7 {
  display: none;
}
#s-618a5201-c995-41e0-9dce-5c2dc8902d5b { min-height: 80px; }
#s-618a5201-c995-41e0-9dce-5c2dc8902d5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-61fa2d5c-ae13-41bc-93ea-8f4ee8bb408f { padding-top: 10px;
padding-bottom: 10px; }
#s-c1b5a380-b69e-4951-90aa-d232334f1af8 { min-height: 30px; }
#s-c1b5a380-b69e-4951-90aa-d232334f1af8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-badb89b0-d03e-4422-bb9e-5ff1d98a21b3 { margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center; }
#s-badb89b0-d03e-4422-bb9e-5ff1d98a21b3 .shg-product-sold-out {
  display: none;
}

#s-badb89b0-d03e-4422-bb9e-5ff1d98a21b3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-badb89b0-d03e-4422-bb9e-5ff1d98a21b3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
#s-924fcd50-ed03-4b96-868f-dbcd5a35f032 { margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: #3498db;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: none; }
#s-924fcd50-ed03-4b96-868f-dbcd5a35f032:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-924fcd50-ed03-4b96-868f-dbcd5a35f032:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

 #s-924fcd50-ed03-4b96-868f-dbcd5a35f032.shg-btn {
   color: #ffffff;
   font-size: 12px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-375e72d4-4546-4728-ab44-e60c2ea4077a { text-align: center; }
#s-8a1c7afd-5aa4-4f45-89a2-5c22b4cc48db {
  display: none;
}
#s-696035d4-3e32-4a2d-8822-5cdff2b24da2 { min-height: 80px; }
#s-696035d4-3e32-4a2d-8822-5cdff2b24da2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9eaa521d-6fa4-4df4-8271-3f590e0206d5 { padding-top: 10px;
padding-bottom: 10px; }
#s-23cb0e4f-a9b9-4b0e-b6c2-28f23b55cb19 { min-height: 30px; }
#s-23cb0e4f-a9b9-4b0e-b6c2-28f23b55cb19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2146667b-33c8-4b8f-8a24-abf435fcacd0 { margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center; }
#s-2146667b-33c8-4b8f-8a24-abf435fcacd0 .shg-product-sold-out {
  display: none;
}

#s-2146667b-33c8-4b8f-8a24-abf435fcacd0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2146667b-33c8-4b8f-8a24-abf435fcacd0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
#s-3274d015-9481-4857-8573-64d6b8b36c0b { margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: #3498db;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: none; }
#s-3274d015-9481-4857-8573-64d6b8b36c0b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-3274d015-9481-4857-8573-64d6b8b36c0b:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

 #s-3274d015-9481-4857-8573-64d6b8b36c0b.shg-btn {
   color: #ffffff;
   font-size: 12px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-e089de15-2bb4-4015-a95f-6cb319852c52 { margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px; }
@media (min-width: 768px) and (max-width: 991px){#s-e089de15-2bb4-4015-a95f-6cb319852c52, #wrap-s-e089de15-2bb4-4015-a95f-6cb319852c52 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e089de15-2bb4-4015-a95f-6cb319852c52, #wrap-s-e089de15-2bb4-4015-a95f-6cb319852c52 { display:none !important; }}@media (min-width: 1200px){#s-e089de15-2bb4-4015-a95f-6cb319852c52, #wrap-s-e089de15-2bb4-4015-a95f-6cb319852c52 { display:none !important; }}
#s-e089de15-2bb4-4015-a95f-6cb319852c52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-4399d9c1-bd64-48e9-ba8f-d0d779ddfff2 { box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.5);
min-height: 50px; }
#s-4399d9c1-bd64-48e9-ba8f-d0d779ddfff2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fae75c89-78de-41c1-8af3-12bdd77f3924 { margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 0px; }
 #s-fae75c89-78de-41c1-8af3-12bdd77f3924 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-5a36466b-7161-463f-b926-13a2aef6d2fb {  }
@media (min-width: 0px) {
[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5a36466b-7161-463f-b926-13a2aef6d2fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-7797e056-860b-464b-ba43-e2b73c738a61 {
  display: none;
}
#s-971e836c-4d09-413c-ab6d-8064eefec7a9 { margin-left: 10px;
margin-right: 10px;
text-align: center; }
#s-6d5daa94-31b7-4e93-890a-6ae4824410ce { min-height: 80px; }
#s-6d5daa94-31b7-4e93-890a-6ae4824410ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2c14149f-0241-41b2-bed4-eba053af79a1 { padding-top: 10px;
padding-bottom: 10px; }
 #s-2c14149f-0241-41b2-bed4-eba053af79a1 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-d159f643-9e8f-479c-9f97-2cac7cabef84 { min-height: 30px; }
#s-d159f643-9e8f-479c-9f97-2cac7cabef84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-31ab14ac-3158-418f-8454-1999246aa25d { margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center; }
#s-31ab14ac-3158-418f-8454-1999246aa25d .shg-product-sold-out {
  display: none;
}

#s-31ab14ac-3158-418f-8454-1999246aa25d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
}

#s-31ab14ac-3158-418f-8454-1999246aa25d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
#s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5 { margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px; }
@media (min-width: 0px) {
[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-12da9706-dc8d-42d2-b7bf-066bb40cf0d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-50d232b1-064a-4071-946f-55e1bf8e14b9 { margin-left: 60px;
margin-right: 60px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: #3498db;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: none; }
#s-50d232b1-064a-4071-946f-55e1bf8e14b9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-50d232b1-064a-4071-946f-55e1bf8e14b9:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

 #s-50d232b1-064a-4071-946f-55e1bf8e14b9.shg-btn {
   color: #ffffff;
   font-size: 12px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-88388f3e-045a-4293-9b44-4e09b821b0a3 { margin-left: 150px;
margin-right: 150px; }
#s-d0d75318-87a1-44ee-aece-bb17728cb34f {
  display: none;
}
#s-852ba854-3dbe-4a39-886d-aa7f3f19ac49 { margin-left: 10px;
margin-right: 10px;
text-align: center; }
#s-6b65520a-dda6-45df-b3ed-051dde88f29d { min-height: 80px; }
#s-6b65520a-dda6-45df-b3ed-051dde88f29d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e7f6502b-134e-4fdb-a2c7-26dcd30789ee { padding-top: 10px;
padding-bottom: 10px; }
 #s-e7f6502b-134e-4fdb-a2c7-26dcd30789ee .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-53569c73-4101-4c98-9d9a-0cc1563b5d7c { min-height: 30px; }
#s-53569c73-4101-4c98-9d9a-0cc1563b5d7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d0b2af32-068b-4798-9dc8-2cc70a59d33f { margin-top: 10px;
margin-bottom: 10px;
text-align: center; }
#s-d0b2af32-068b-4798-9dc8-2cc70a59d33f .shg-product-sold-out {
  display: none;
}

#s-d0b2af32-068b-4798-9dc8-2cc70a59d33f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
}

#s-d0b2af32-068b-4798-9dc8-2cc70a59d33f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
#s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a { margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px; }
@media (min-width: 0px) {
[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-07d13ea5-dc9b-4bc7-9e7d-77ec99fca97a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-183e525c-c5d4-472c-baca-5f2af030de48 { margin-left: 60px;
margin-right: 60px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: #3498db;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: none; }
#s-183e525c-c5d4-472c-baca-5f2af030de48:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-183e525c-c5d4-472c-baca-5f2af030de48:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

 #s-183e525c-c5d4-472c-baca-5f2af030de48.shg-btn {
   color: #ffffff;
   font-size: 12px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-794eaca8-82c0-4c31-8c61-d588aa49e268 { margin-left: 150px;
margin-right: 150px; }
#s-f21e8b88-0dc5-430e-9ec0-1c4563d0a520 {
  display: none;
}
#s-698a8048-3505-4cf8-b276-65ec907fdb7d { margin-left: 10px;
margin-right: 10px;
text-align: center; }
#s-a711ef65-b175-4eba-aaf6-bbf595b968fe { min-height: 80px; }
#s-a711ef65-b175-4eba-aaf6-bbf595b968fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a1c382f4-40cc-409c-8862-ee40c66ab61e { padding-top: 10px;
padding-bottom: 10px; }
 #s-a1c382f4-40cc-409c-8862-ee40c66ab61e .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-c9deae35-bb24-4ec0-add2-51ab5c80d9f6 { min-height: 30px; }
#s-c9deae35-bb24-4ec0-add2-51ab5c80d9f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ada31bc0-9aec-4c6f-b14c-e34f726146d6 { margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center; }
#s-ada31bc0-9aec-4c6f-b14c-e34f726146d6 .shg-product-sold-out {
  display: none;
}

#s-ada31bc0-9aec-4c6f-b14c-e34f726146d6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
}

#s-ada31bc0-9aec-4c6f-b14c-e34f726146d6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}
#s-ecf3f084-9f65-4f93-af94-f91564d2edd8 { margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px; }
@media (min-width: 0px) {
[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ecf3f084-9f65-4f93-af94-f91564d2edd8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-3b44de64-08b2-4a2d-907b-60b4517709c1 { margin-left: 60px;
margin-right: 60px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 20px;
text-align: center;
background-color: #3498db;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: none; }
#s-3b44de64-08b2-4a2d-907b-60b4517709c1:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-3b44de64-08b2-4a2d-907b-60b4517709c1:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

 #s-3b44de64-08b2-4a2d-907b-60b4517709c1.shg-btn {
   color: #ffffff;
   font-size: 12px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-041dc963-079f-4e74-8d51-a389f1c8d537 { margin-left: 150px;
margin-right: 150px; }
/*
  $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;
}
