.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-a1204639-17c3-433a-80f0-6e2ac86d44b2 { padding-top: 10px;
padding-bottom: 10px; }
@media (max-width: 767px){#s-a1204639-17c3-433a-80f0-6e2ac86d44b2, #wrap-s-a1204639-17c3-433a-80f0-6e2ac86d44b2 { display:none !important; }}
#s-e7a037eb-fb13-4f24-beaf-70c1682b26e8 { padding-top: 10px;
padding-bottom: 10px; }
#s-4713b92c-2b2b-43bf-92b7-cc55f8928062 { padding-top: 10px;
padding-bottom: 10px; }
@media (min-width: 768px) and (max-width: 991px){#s-4713b92c-2b2b-43bf-92b7-cc55f8928062, #wrap-s-4713b92c-2b2b-43bf-92b7-cc55f8928062 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4713b92c-2b2b-43bf-92b7-cc55f8928062, #wrap-s-4713b92c-2b2b-43bf-92b7-cc55f8928062 { display:none !important; }}@media (min-width: 1200px){#s-4713b92c-2b2b-43bf-92b7-cc55f8928062, #wrap-s-4713b92c-2b2b-43bf-92b7-cc55f8928062 { display:none !important; }}
#s-0ae7dec9-dd2e-4889-927f-227368222045 { min-height: 50px; }
#s-0ae7dec9-dd2e-4889-927f-227368222045 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-064d5ef0-dd28-4dd0-824a-ae1f0f2f821f { margin-top: 10px;
margin-bottom: 10px; }
#s-064d5ef0-dd28-4dd0-824a-ae1f0f2f821f {
  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-d2e7cae9-f6ad-4a4b-88d2-2405dd559483 { margin-top: 10px;
margin-bottom: 10px; }
@media (min-width: 0px) {
[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2e7cae9-f6ad-4a4b-88d2-2405dd559483"] > .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-3541bd6a-f77d-4061-a174-5fe74f5e8d7c { text-align: left; }
.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

#s-7de2ed16-0123-44c2-8c63-1a32c7b86a9d { padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: left; }
#s-7de2ed16-0123-44c2-8c63-1a32c7b86a9d .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 33.333333333333336%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-7de2ed16-0123-44c2-8c63-1a32c7b86a9d .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-6713fa19-59e5-42df-987e-297e8ed3bdaf { margin-left: 20px;
margin-right: 20px; }
#s-0fe44e60-c1cc-44c7-be12-6a5152be18f9 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0fe44e60-c1cc-44c7-be12-6a5152be18f9 .shg-product-sold-out {
  display: none;
}

#s-0fe44e60-c1cc-44c7-be12-6a5152be18f9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0fe44e60-c1cc-44c7-be12-6a5152be18f9 .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-9e03282f-3eb8-4146-9638-b1a88bfeb98c { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
@media (min-width: 0px) {
[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9e03282f-3eb8-4146-9638-b1a88bfeb98c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-01b7ac4b-2724-473d-99c2-fb3975c6c291 { margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px; }
#s-4aea2795-df09-4bc0-a325-be520c0bc57b { margin-left: 20px;
margin-right: 20px;
min-height: 50px;
text-align: left; }
#s-4aea2795-df09-4bc0-a325-be520c0bc57b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4aea2795-df09-4bc0-a325-be520c0bc57b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4aea2795-df09-4bc0-a325-be520c0bc57b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4aea2795-df09-4bc0-a325-be520c0bc57b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-80677839-0da7-4081-9125-cf8bddde2959 { margin-top: 10px;
margin-left: 20px;
margin-right: 20px; }
#s-74a4e52a-a672-4156-8630-3acccc2b07b9 { text-align: left; }
#s-74a4e52a-a672-4156-8630-3acccc2b07b9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-74a4e52a-a672-4156-8630-3acccc2b07b9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-74a4e52a-a672-4156-8630-3acccc2b07b9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-74a4e52a-a672-4156-8630-3acccc2b07b9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-74a4e52a-a672-4156-8630-3acccc2b07b9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-755f143b-a5dd-4cb0-b51d-970207d089bd { margin-left: 40px;
margin-right: 40px;
padding-left: 60px;
padding-right: 60px;
min-height: 50px; }
@media (min-width: 992px) and (max-width: 1199px){#s-755f143b-a5dd-4cb0-b51d-970207d089bd, #wrap-s-755f143b-a5dd-4cb0-b51d-970207d089bd { display:none !important; }}@media (min-width: 1200px){#s-755f143b-a5dd-4cb0-b51d-970207d089bd, #wrap-s-755f143b-a5dd-4cb0-b51d-970207d089bd { display:none !important; }}
#s-755f143b-a5dd-4cb0-b51d-970207d089bd > .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-6bd1ffba-b658-4150-967f-15dd22ff9fca { 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-6bd1ffba-b658-4150-967f-15dd22ff9fca:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-6bd1ffba-b658-4150-967f-15dd22ff9fca:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

#s-6bd1ffba-b658-4150-967f-15dd22ff9fca {
  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-6bd1ffba-b658-4150-967f-15dd22ff9fca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6bd1ffba-b658-4150-967f-15dd22ff9fca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  bold ;
  font-style:  normal ;
  
}

#s-6bd1ffba-b658-4150-967f-15dd22ff9fca.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-08de3a61-44f3-41e7-819f-6c6d445e96f1 { margin-left: 40px;
margin-right: 40px;
padding-left: 200px;
padding-right: 200px;
min-height: 50px; }
@media (max-width: 767px){#s-08de3a61-44f3-41e7-819f-6c6d445e96f1, #wrap-s-08de3a61-44f3-41e7-819f-6c6d445e96f1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08de3a61-44f3-41e7-819f-6c6d445e96f1, #wrap-s-08de3a61-44f3-41e7-819f-6c6d445e96f1 { display:none !important; }}
#s-08de3a61-44f3-41e7-819f-6c6d445e96f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f2bf13e9-dbe0-4a5e-b20f-e5994fab4d03 { 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-f2bf13e9-dbe0-4a5e-b20f-e5994fab4d03:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-f2bf13e9-dbe0-4a5e-b20f-e5994fab4d03:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

#s-f2bf13e9-dbe0-4a5e-b20f-e5994fab4d03 {
  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-f2bf13e9-dbe0-4a5e-b20f-e5994fab4d03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2bf13e9-dbe0-4a5e-b20f-e5994fab4d03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  bold ;
  font-style:  normal ;
  
}

#s-f2bf13e9-dbe0-4a5e-b20f-e5994fab4d03.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



@media (min-width: 0px) {
[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6a70ccc-29cf-4ce2-8105-9204ab51a5b6"] > .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-eba3962f-5a37-4c14-a9f0-63cf41227332 { text-align: center; }
#s-75e43078-f1f5-4c38-b46f-e98701bad24d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-93a0ec7e-4382-435f-9266-e3c6b73b6955 { text-align: center; }
#s-c9869c63-fe43-4e16-b8cf-da5b8283c0f4 { 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-18c71960-2c46-4038-bd90-c179def39e02 { box-shadow:1px 1px 10px  rgba(0, 0, 0, 0.5);
background-attachment: fixed;
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-406e9e96-b67d-42b6-8d74-ffde3e2bb048 {  }
@media (min-width: 0px) {
[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-406e9e96-b67d-42b6-8d74-ffde3e2bb048"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c2e67944-0686-4747-82fc-273a411eeb30 { text-align: center; }
#s-9abf8e52-c962-45d4-ba52-d4e919754786 { padding-top: 10px;
padding-bottom: 10px; }
#s-9b629873-eb9b-44e6-a1d4-8c64d9290095 { text-align: center; }
#s-6eb578e4-df5f-4047-93bb-57affecbff2e { padding-top: 10px;
padding-bottom: 10px; }
#s-7dda975a-0ae7-4634-8a9e-93e4af846304 { text-align: center; }
#s-e3fea743-664c-4e29-9190-79290a544795 { padding-top: 10px;
padding-bottom: 10px; }
#s-7e64bdaf-168a-48dc-b64c-fb88ea72a197 {  }
@media (min-width: 0px) {
[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e64bdaf-168a-48dc-b64c-fb88ea72a197"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8aa6e9e4-fff8-44d6-8f59-4f2ff6fcdc97 { padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center; }
#s-83992e4a-d119-46f8-b9fe-ae212c4fc664 { padding-top: 10px;
padding-bottom: 10px; }
#s-eafb66a0-4883-4fb8-8b63-e046865d4046 { text-align: center; }
#s-38d90d9c-b4d3-42f9-8e99-4a9244b04813 { padding-top: 10px;
padding-bottom: 10px; }
#s-e8e69e01-a4b4-44c7-99b2-353a911f8c7a { margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
text-align: center; }
#s-d264a080-389d-42e3-aa26-1227e7e23fa2 { padding-top: 10px;
padding-bottom: 10px; }
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c {  }
@media (max-width: 767px){#s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c, #wrap-s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c, #wrap-s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c, #wrap-s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c { display:none !important; }}@media (min-width: 1200px){#s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c, #wrap-s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c { display:none !important; }}
#s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}


#s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c td.shogun-table-column, #s-058684df-a1ef-4d6c-bfb5-38bb5a62aa5c td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-8baa5a62-f4cf-4d96-abe6-06b6966d5716 { margin-left: 150px;
margin-right: 150px; }
#s-79c36552-f42a-4a48-9100-aa8a6636ed2e { min-height: 50px; }
@media (min-width: 768px) and (max-width: 991px){#s-79c36552-f42a-4a48-9100-aa8a6636ed2e, #wrap-s-79c36552-f42a-4a48-9100-aa8a6636ed2e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79c36552-f42a-4a48-9100-aa8a6636ed2e, #wrap-s-79c36552-f42a-4a48-9100-aa8a6636ed2e { display:none !important; }}@media (min-width: 1200px){#s-79c36552-f42a-4a48-9100-aa8a6636ed2e, #wrap-s-79c36552-f42a-4a48-9100-aa8a6636ed2e { display:none !important; }}
#s-79c36552-f42a-4a48-9100-aa8a6636ed2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-4d5194a3-3095-4da2-a3d3-bb476811b83d { margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-4d5194a3-3095-4da2-a3d3-bb476811b83d .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-ae12040f-3fab-4f59-b7d4-0abe30a5a633 { text-align: center; }
#s-995b4c32-7b75-4679-b972-8fd3b676a468 { min-height: 280px; }
#s-995b4c32-7b75-4679-b972-8fd3b676a468 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-sld-content {
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-e9664c7a-2087-4485-953e-650fc10fade4 { padding-top: 5px;
padding-bottom: 5px; }
#s-b724fbe9-cc42-4711-9075-d7fa06a8bca3 { min-height: 220px; }
#s-b724fbe9-cc42-4711-9075-d7fa06a8bca3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c9ce41e6-a6b0-45ad-b3e4-0dbbd8d83749 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-d7db801b-12a1-4367-a319-425c842e016e { min-height: 220px; }
#s-d7db801b-12a1-4367-a319-425c842e016e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c3acdac9-ff8e-4f3b-a2e6-799243147b2a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-41faee68-9863-4038-8520-309b18d3d599 { min-height: 220px; }
#s-41faee68-9863-4038-8520-309b18d3d599 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-cd7007e8-e3b1-407c-b22b-6db04387662a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-2af75048-f72c-467c-9186-d38e3c4b6d1f { min-height: 220px; }
#s-2af75048-f72c-467c-9186-d38e3c4b6d1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-88cfbe05-f44d-4782-858f-97826bf434ce { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-54e7a1bc-fe78-44af-af03-b2787410467c { min-height: 220px; }
#s-54e7a1bc-fe78-44af-af03-b2787410467c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-61566684-db3c-4a88-b3e4-3c6c51f439f9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-fb012bd0-3817-4730-a1a5-d0df621dbb05 { min-height: 220px; }
#s-fb012bd0-3817-4730-a1a5-d0df621dbb05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8f3e7d6d-1a31-4037-94fe-676b28267c01 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-e93eff15-9bb2-4421-944e-f709c0c3cf84 { min-height: 220px; }
#s-e93eff15-9bb2-4421-944e-f709c0c3cf84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-006170c3-8cea-42ec-8458-0b8a3c37cc65 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-a5feca4a-2481-45a3-8248-571378f1c9b5 { min-height: 220px; }
#s-a5feca4a-2481-45a3-8248-571378f1c9b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-be5d300b-5445-42f6-a00c-611509970733 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-e3482914-0a88-48e7-8051-46e532140bca { min-height: 220px; }
#s-e3482914-0a88-48e7-8051-46e532140bca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-cccbeb3c-b2d9-4617-8368-3900b445d8a2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-b073bc65-63d7-489b-ab37-fcb017abf2a5 { min-height: 220px; }
#s-b073bc65-63d7-489b-ab37-fcb017abf2a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-0abf3d8b-af97-4415-a4bc-89852a79d95c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
#s-f1ac97f4-3388-41c4-aa0c-8fd8e42ba690 { padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px; }
@media (max-width: 767px){#s-f1ac97f4-3388-41c4-aa0c-8fd8e42ba690, #wrap-s-f1ac97f4-3388-41c4-aa0c-8fd8e42ba690 { display:none !important; }}
#s-f1ac97f4-3388-41c4-aa0c-8fd8e42ba690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-75d3f842-01eb-4d17-84e8-34232f6ed130"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-3b803033-b0e5-4317-9bbd-a1c93f892322 { text-align: center; }
#s-0e608e01-d60c-4bf4-a83d-591a483414dd { margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px; }
#s-d82df3af-2d00-4136-893a-c780471e65df { text-align: center; }
#s-6c5d50d5-7415-486e-895e-85b498541bb6 { margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px; }
#s-773b1d50-90a5-462f-8e49-7a54b2204ef3 { text-align: center; }
#s-ea6a37e5-fbec-44ff-82aa-e0e899d49ba6 { margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px; }
#s-f6e14132-f946-46f8-bfde-c04583445e11 { text-align: center; }
#s-67e0d761-db25-4341-8ccc-f9bc59d2f3fa { 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);
padding-bottom: 10px;
min-height: 50px; }
#s-3ead6d35-8916-45ec-a487-b5adcaeb8d21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7fcaef4f-d5dd-4d00-b23f-c6576b19a9b7 { padding-top: 10px;
padding-bottom: 10px; }
 #s-7fcaef4f-d5dd-4d00-b23f-c6576b19a9b7 .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-226b938c-8f66-4022-bc4d-8eec25a5c180 {
  display: none;
}
#s-230d0563-5f71-41ee-9e91-a12e70266340 { margin-left: 10px;
margin-right: 10px;
text-align: center; }
#s-206ee0f3-9a94-483a-abc0-f64c6677c71a { min-height: 80px; }
#s-206ee0f3-9a94-483a-abc0-f64c6677c71a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-08d18726-85d7-45ed-a360-735280deeb30 { min-height: 30px; }
#s-08d18726-85d7-45ed-a360-735280deeb30 > .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: 20px;
}

#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;
}
#s-1e45fbfd-f8fd-4d21-a939-c63f437ddc46 { margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px; }
#s-1e45fbfd-f8fd-4d21-a939-c63f437ddc46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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-dd4efd31-3cea-4a27-a73f-796d4282bdc5 { margin-left: 10px;
margin-right: 10px;
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-dd4efd31-3cea-4a27-a73f-796d4282bdc5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-dd4efd31-3cea-4a27-a73f-796d4282bdc5:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

 #s-dd4efd31-3cea-4a27-a73f-796d4282bdc5.shg-btn {
   color: #ffffff;
   font-size: 12px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-33c869d9-56ea-4274-954b-3bdc37ec04c8 {
  display: none;
}
#s-4545846e-110f-4218-80de-81c92b9b7a60 { margin-left: 10px;
margin-right: 10px;
text-align: center; }
#s-d41d296f-1cda-4191-9ef2-2edb689b6cef { min-height: 80px; }
#s-d41d296f-1cda-4191-9ef2-2edb689b6cef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-4263b0aa-68af-4a00-9e63-211eabd0d9b7 { min-height: 30px; }
#s-4263b0aa-68af-4a00-9e63-211eabd0d9b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1ab3bcb9-5d5d-48cd-90ce-c8c4828b8eb9 { margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center; }
#s-1ab3bcb9-5d5d-48cd-90ce-c8c4828b8eb9 .shg-product-sold-out {
  display: none;
}

#s-1ab3bcb9-5d5d-48cd-90ce-c8c4828b8eb9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
}

#s-1ab3bcb9-5d5d-48cd-90ce-c8c4828b8eb9 .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-15d3a8b3-0c62-4f50-be53-83622bc5fc2e { margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px; }
#s-15d3a8b3-0c62-4f50-be53-83622bc5fc2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-0594d73f-f668-4f4b-981a-15b77c191eb8 { margin-left: 10px;
margin-right: 10px;
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-0594d73f-f668-4f4b-981a-15b77c191eb8:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-0594d73f-f668-4f4b-981a-15b77c191eb8:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

 #s-0594d73f-f668-4f4b-981a-15b77c191eb8.shg-btn {
   color: #ffffff;
   font-size: 12px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-4674c8dd-2f3d-42be-83a5-ec891223bb9c {
  display: none;
}
#s-797097c3-a9a0-4ecd-a377-6147883a6a15 { margin-left: 10px;
margin-right: 10px;
text-align: center; }
#s-696035d4-3e32-4a2d-8822-5cdff2b24da2 { min-height: 80px; }
#s-696035d4-3e32-4a2d-8822-5cdff2b24da2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ab65f31b-f143-4b60-8462-7c4291325518 { min-height: 30px; }
#s-ab65f31b-f143-4b60-8462-7c4291325518 > .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: 20px;
}

#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-9df24916-28b3-49e8-9fdc-4f43f485c56d { margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px; }
#s-9df24916-28b3-49e8-9fdc-4f43f485c56d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-148661b3-b138-466c-bc21-341e18ee8719 { margin-left: 10px;
margin-right: 10px;
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-148661b3-b138-466c-bc21-341e18ee8719:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-148661b3-b138-466c-bc21-341e18ee8719:active {background-color: rgba(106, 200, 249, 1) !important;
text-decoration: none !important;}

 #s-148661b3-b138-466c-bc21-341e18ee8719.shg-btn {
   color: #ffffff;
   font-size: 12px;
   font-weight:  bold ;
   font-style:  normal ;
   
 }
#s-73fa688c-92d2-467c-ad39-edec92e7309f { 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;
}
