.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-8ccb6c54-dc37-480b-aef4-f30be73db734 {
  padding-top: 10px;
padding-bottom: 10px;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: -webkit-box;
  display: flex;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
}

#s-1279f925-aa09-4282-be7e-feb16187cf78 .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-1279f925-aa09-4282-be7e-feb16187cf78 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-1279f925-aa09-4282-be7e-feb16187cf78 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-1279f925-aa09-4282-be7e-feb16187cf78 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 143, 52, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-1279f925-aa09-4282-be7e-feb16187cf78 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 143, 52, 1);
}

#s-1279f925-aa09-4282-be7e-feb16187cf78 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-1279f925-aa09-4282-be7e-feb16187cf78 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-1279f925-aa09-4282-be7e-feb16187cf78 .shogun-tab {
  max-width: calc(100% / 3 - (3 - 2) * 2px / 3);
}

#s-902306d4-d4ca-4a7a-b50b-1c6bb4dde441 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

#s-097c294e-6f2f-41f6-8894-b6b6b095fff0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-097c294e-6f2f-41f6-8894-b6b6b095fff0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-097c294e-6f2f-41f6-8894-b6b6b095fff0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-097c294e-6f2f-41f6-8894-b6b6b095fff0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-097c294e-6f2f-41f6-8894-b6b6b095fff0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-097c294e-6f2f-41f6-8894-b6b6b095fff0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-709868dd-dd1f-4f7c-a3bd-08f6792dc41d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-82568c1e-a8e6-40c2-ae54-d62fdd3b2385 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-90843641-0a51-4ffb-91a9-35f191181b51 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1638c880-4064-45c7-8177-c830d51a7387 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1638c880-4064-45c7-8177-c830d51a7387 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1638c880-4064-45c7-8177-c830d51a7387 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-1638c880-4064-45c7-8177-c830d51a7387 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1638c880-4064-45c7-8177-c830d51a7387 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-1638c880-4064-45c7-8177-c830d51a7387 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-da843372-f036-4805-b383-7e040d360daf {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0da88a57-62f1-4571-869a-c873592072fd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0da88a57-62f1-4571-869a-c873592072fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0da88a57-62f1-4571-869a-c873592072fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-0da88a57-62f1-4571-869a-c873592072fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0da88a57-62f1-4571-869a-c873592072fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0da88a57-62f1-4571-869a-c873592072fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-eeacac5f-e01a-4955-b533-444da9cca45c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f04a0c7b-ba37-44cf-bb80-0c85866d126a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f04a0c7b-ba37-44cf-bb80-0c85866d126a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f04a0c7b-ba37-44cf-bb80-0c85866d126a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-f04a0c7b-ba37-44cf-bb80-0c85866d126a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f04a0c7b-ba37-44cf-bb80-0c85866d126a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f04a0c7b-ba37-44cf-bb80-0c85866d126a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-445b0510-f09c-4c07-a4c9-d06086510030 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9571d039-ef90-4ad6-976e-f8e745989d7a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9571d039-ef90-4ad6-976e-f8e745989d7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9571d039-ef90-4ad6-976e-f8e745989d7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-9571d039-ef90-4ad6-976e-f8e745989d7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9571d039-ef90-4ad6-976e-f8e745989d7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9571d039-ef90-4ad6-976e-f8e745989d7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2313ffd8-3556-4992-b16d-8383a7247ae3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3fdd26b4-ac9d-476d-8b51-1c85d0465340 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3fdd26b4-ac9d-476d-8b51-1c85d0465340 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3fdd26b4-ac9d-476d-8b51-1c85d0465340 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-3fdd26b4-ac9d-476d-8b51-1c85d0465340 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3fdd26b4-ac9d-476d-8b51-1c85d0465340 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3fdd26b4-ac9d-476d-8b51-1c85d0465340 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5dcbc71d-31fe-4078-a8ae-6fdd59bfbc44 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

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

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

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

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

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

#s-5457dbb7-0f34-45a1-bbbf-0ea9dcb973d1 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none;
}
#s-5457dbb7-0f34-45a1-bbbf-0ea9dcb973d1:hover {background-color: rgba(151, 123, 45, 1) !important;
text-decoration: none !important;}#s-5457dbb7-0f34-45a1-bbbf-0ea9dcb973d1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5457dbb7-0f34-45a1-bbbf-0ea9dcb973d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

.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-920f40a1-397b-41d8-86bd-0b6fd4b76fde {
  padding-top: 0px;
padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-a1b4540d-c02f-44a7-b472-f5c9e541f266 {
  text-align: center;
}




  #s-a1b4540d-c02f-44a7-b472-f5c9e541f266 img.shogun-image {
    
    width: px;
  }


#s-a1b4540d-c02f-44a7-b472-f5c9e541f266 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-81286efd-acc6-45cd-9736-773b24cc15ff {
  text-align: center;
}




  #s-81286efd-acc6-45cd-9736-773b24cc15ff img.shogun-image {
    
    width: px;
  }


#s-81286efd-acc6-45cd-9736-773b24cc15ff .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7d60fcbc-65cc-432e-a4a3-6c6c08c7b565 {
  text-align: center;
}




  #s-7d60fcbc-65cc-432e-a4a3-6c6c08c7b565 img.shogun-image {
    
    width: px;
  }


#s-7d60fcbc-65cc-432e-a4a3-6c6c08c7b565 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-928fd796-c3f3-4d9a-9307-9b8c2189eaf4 {
  text-align: center;
}




  #s-928fd796-c3f3-4d9a-9307-9b8c2189eaf4 img.shogun-image {
    
    width: px;
  }


#s-928fd796-c3f3-4d9a-9307-9b8c2189eaf4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cd927a77-c526-43c8-8cd2-f1d6d4b649ae {
  text-align: center;
}




  #s-cd927a77-c526-43c8-8cd2-f1d6d4b649ae img.shogun-image {
    
    width: px;
  }


#s-cd927a77-c526-43c8-8cd2-f1d6d4b649ae .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-10c348e9-f283-4eed-b06b-9f5764d00d34 {
  text-align: center;
}




  #s-10c348e9-f283-4eed-b06b-9f5764d00d34 img.shogun-image {
    
    width: px;
  }


#s-10c348e9-f283-4eed-b06b-9f5764d00d34 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e674cea3-d5ee-4f78-b16f-39944355e6fe {
  text-align: center;
}




  #s-e674cea3-d5ee-4f78-b16f-39944355e6fe img.shogun-image {
    
    width: px;
  }


#s-e674cea3-d5ee-4f78-b16f-39944355e6fe .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-86dd1911-b940-46e6-9668-31eec9eb59b3 {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
}

#s-d7cb0a57-0264-431e-bc55-3542cfc557cf {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  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-433ce6a2-2338-4cd9-a449-d78f3dcd2030 {
  text-align: left;
}


.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 {
  max-width: 100%;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 .shg-image-zoom,
.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 {
  max-width: 100%;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 .shg-image-zoom,
.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 {
  max-width: 100%;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 .shg-image-zoom,
.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 {
  max-width: 100%;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 .shg-image-zoom,
.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 {
  max-width: 100%;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 .shg-image-zoom,
.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-433ce6a2-2338-4cd9-a449-d78f3dcd2030 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-43568859-0bc0-4fa6-92dd-ed8ec09a04dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-43568859-0bc0-4fa6-92dd-ed8ec09a04dd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-1b49daa3-1b78-4b0b-ac4a-4f8c173a50a2 {
  text-align: left;
}

#s-1b49daa3-1b78-4b0b-ac4a-4f8c173a50a2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1b49daa3-1b78-4b0b-ac4a-4f8c173a50a2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1b49daa3-1b78-4b0b-ac4a-4f8c173a50a2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7e3a6811-d109-44a3-b3f8-48de815c336f {
  display: none;
}
#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc {
  text-align: left;
}


.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc {
  max-width: 100%;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc .shg-image-zoom,
.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc {
  max-width: 100%;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc .shg-image-zoom,
.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc {
  max-width: 100%;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc .shg-image-zoom,
.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc {
  max-width: 100%;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc .shg-image-zoom,
.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc {
  max-width: 100%;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc .shg-image-zoom,
.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcd83347-ac01-4c60-8a0f-f087b904a1cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e5c75627-b23e-46b3-a7c7-0c046f6f1265 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e5c75627-b23e-46b3-a7c7-0c046f6f1265 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-d8f8811c-1344-47d8-bbbc-a57bad4f29e1 {
  text-align: left;
}

#s-d8f8811c-1344-47d8-bbbc-a57bad4f29e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d8f8811c-1344-47d8-bbbc-a57bad4f29e1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d8f8811c-1344-47d8-bbbc-a57bad4f29e1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b2519fed-864e-47be-a62b-eca8853a4b3d {
  display: none;
}
#s-6d335b58-f89f-4135-a292-7bfd5693845e {
  text-align: left;
}


.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e {
  max-width: 100%;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e .shg-image-zoom,
.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e {
  max-width: 100%;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e .shg-image-zoom,
.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e {
  max-width: 100%;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e .shg-image-zoom,
.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e {
  max-width: 100%;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e .shg-image-zoom,
.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e {
  max-width: 100%;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e .shg-image-zoom,
.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d335b58-f89f-4135-a292-7bfd5693845e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ccebe727-0eac-4a19-ba28-ff2016543ad4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ccebe727-0eac-4a19-ba28-ff2016543ad4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-9643b544-ed90-449c-a411-9bd8692a2525 {
  text-align: left;
}

#s-9643b544-ed90-449c-a411-9bd8692a2525 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9643b544-ed90-449c-a411-9bd8692a2525 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9643b544-ed90-449c-a411-9bd8692a2525 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a4e5d00f-d70e-4d75-9775-e4d8f0448b22 {
  display: none;
}
#s-6ba74e84-1daa-440d-8960-f0d75546abc2 {
  text-align: left;
}


.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 {
  max-width: 100%;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 .shg-image-zoom,
.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 {
  max-width: 100%;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 .shg-image-zoom,
.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 {
  max-width: 100%;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 .shg-image-zoom,
.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 {
  max-width: 100%;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 .shg-image-zoom,
.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 {
  max-width: 100%;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 .shg-image-zoom,
.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ba74e84-1daa-440d-8960-f0d75546abc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7264b4b1-0421-4d03-b2df-b35bdc56934f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7264b4b1-0421-4d03-b2df-b35bdc56934f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-5f738093-3cbf-4ce3-a1c7-61617612fb32 {
  text-align: left;
}

#s-5f738093-3cbf-4ce3-a1c7-61617612fb32 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5f738093-3cbf-4ce3-a1c7-61617612fb32 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5f738093-3cbf-4ce3-a1c7-61617612fb32 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5cd042bb-735b-4b49-a842-eec601c4a34b {
  display: none;
}
#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 {
  text-align: left;
}


.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 {
  max-width: 100%;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 .shg-image-zoom,
.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 {
  max-width: 100%;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 .shg-image-zoom,
.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 {
  max-width: 100%;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 .shg-image-zoom,
.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 {
  max-width: 100%;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 .shg-image-zoom,
.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 {
  max-width: 100%;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 .shg-image-zoom,
.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5cd62f7d-1dee-42bb-b785-4e30c01f2894 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dcbf02f0-45d6-41c8-8e4c-391d5ce78ad0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcbf02f0-45d6-41c8-8e4c-391d5ce78ad0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-01bb0b92-5501-4404-9b75-ac2eca93380b {
  text-align: left;
}

#s-01bb0b92-5501-4404-9b75-ac2eca93380b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-01bb0b92-5501-4404-9b75-ac2eca93380b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-01bb0b92-5501-4404-9b75-ac2eca93380b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

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

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

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

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

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

#s-9e6a8afd-4c3a-41c2-9351-4516e6adb534 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-9e6a8afd-4c3a-41c2-9351-4516e6adb534:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-9e6a8afd-4c3a-41c2-9351-4516e6adb534:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9e6a8afd-4c3a-41c2-9351-4516e6adb534 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-9e6a8afd-4c3a-41c2-9351-4516e6adb534.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e6a8afd-4c3a-41c2-9351-4516e6adb534.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9e6a8afd-4c3a-41c2-9351-4516e6adb534.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba0d63a5-352b-4a5c-a046-8fd9437f61b0 {
  display: none;
}
#s-07ed78fc-894b-4243-b750-e4a936aa9940 {
  text-align: left;
}


.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 {
  max-width: 100%;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 .shg-image-zoom,
.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 {
  max-width: 100%;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 .shg-image-zoom,
.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 {
  max-width: 100%;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 .shg-image-zoom,
.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 {
  max-width: 100%;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 .shg-image-zoom,
.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 {
  max-width: 100%;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 .shg-image-zoom,
.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ed78fc-894b-4243-b750-e4a936aa9940 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f3801637-39a2-4c8d-899d-82c4c981e8c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3801637-39a2-4c8d-899d-82c4c981e8c3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-57e002ec-2ce7-40b2-824d-8ac55b19aa9c {
  text-align: left;
}

#s-57e002ec-2ce7-40b2-824d-8ac55b19aa9c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-57e002ec-2ce7-40b2-824d-8ac55b19aa9c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-57e002ec-2ce7-40b2-824d-8ac55b19aa9c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-255c6d0f-2a0d-4baf-93d6-8eef3333dfda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-255c6d0f-2a0d-4baf-93d6-8eef3333dfda:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-255c6d0f-2a0d-4baf-93d6-8eef3333dfda:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-255c6d0f-2a0d-4baf-93d6-8eef3333dfda {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-255c6d0f-2a0d-4baf-93d6-8eef3333dfda.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-255c6d0f-2a0d-4baf-93d6-8eef3333dfda.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-255c6d0f-2a0d-4baf-93d6-8eef3333dfda.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-82f28f8e-e82d-45f4-830d-b8a7f38d9eeb {
  display: none;
}
#s-1d8e2e81-c474-471b-a794-79a2239cbc18 {
  text-align: left;
}


.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 {
  max-width: 100%;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 .shg-image-zoom,
.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 {
  max-width: 100%;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 .shg-image-zoom,
.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 {
  max-width: 100%;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 .shg-image-zoom,
.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 {
  max-width: 100%;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 .shg-image-zoom,
.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 {
  max-width: 100%;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 .shg-image-zoom,
.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d8e2e81-c474-471b-a794-79a2239cbc18 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b6845e25-f2d9-4058-99fc-99b5a2c1343d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6845e25-f2d9-4058-99fc-99b5a2c1343d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e115c1e2-f17c-4233-9a2c-13f59eb69281 {
  text-align: left;
}

#s-e115c1e2-f17c-4233-9a2c-13f59eb69281 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e115c1e2-f17c-4233-9a2c-13f59eb69281 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e115c1e2-f17c-4233-9a2c-13f59eb69281 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d4c25084-b51d-4bdd-a50d-0807d36be744 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-d4c25084-b51d-4bdd-a50d-0807d36be744:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-d4c25084-b51d-4bdd-a50d-0807d36be744:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4c25084-b51d-4bdd-a50d-0807d36be744 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-d4c25084-b51d-4bdd-a50d-0807d36be744.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4c25084-b51d-4bdd-a50d-0807d36be744.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d4c25084-b51d-4bdd-a50d-0807d36be744.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7dfc9e0c-9c07-414e-8e59-b8f1d2277764 {
  display: none;
}
#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 {
  text-align: left;
}


.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 {
  max-width: 100%;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 .shg-image-zoom,
.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 {
  max-width: 100%;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 .shg-image-zoom,
.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 {
  max-width: 100%;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 .shg-image-zoom,
.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 {
  max-width: 100%;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 .shg-image-zoom,
.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 {
  max-width: 100%;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 .shg-image-zoom,
.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf83e05f-1eeb-42b1-bc72-3d7162144f26 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3baff45d-0fa5-4e05-98f2-83ac9bd72270 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3baff45d-0fa5-4e05-98f2-83ac9bd72270 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b841fb38-d823-47ba-9a95-7aa568712e03 {
  text-align: left;
}

#s-b841fb38-d823-47ba-9a95-7aa568712e03 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b841fb38-d823-47ba-9a95-7aa568712e03 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b841fb38-d823-47ba-9a95-7aa568712e03 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-58a423f0-0f14-4cb6-8ef9-e2f8d8bdd477 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-58a423f0-0f14-4cb6-8ef9-e2f8d8bdd477:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-58a423f0-0f14-4cb6-8ef9-e2f8d8bdd477:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-58a423f0-0f14-4cb6-8ef9-e2f8d8bdd477 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-58a423f0-0f14-4cb6-8ef9-e2f8d8bdd477.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58a423f0-0f14-4cb6-8ef9-e2f8d8bdd477.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-58a423f0-0f14-4cb6-8ef9-e2f8d8bdd477.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bb515cd1-e074-45ca-89a7-128669ae3343 {
  display: none;
}
#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 {
  text-align: left;
}


.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 {
  max-width: 100%;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 .shg-image-zoom,
.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 {
  max-width: 100%;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 .shg-image-zoom,
.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 {
  max-width: 100%;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 .shg-image-zoom,
.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 {
  max-width: 100%;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 .shg-image-zoom,
.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 {
  max-width: 100%;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 .shg-image-zoom,
.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd30c730-e53b-4461-ba75-15bd6ae687b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-948f8120-2e5c-407f-8f91-a75195a56e1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-948f8120-2e5c-407f-8f91-a75195a56e1f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-46ac8920-8308-4292-a8e8-5869c140e4b5 {
  text-align: left;
}

#s-46ac8920-8308-4292-a8e8-5869c140e4b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-46ac8920-8308-4292-a8e8-5869c140e4b5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-46ac8920-8308-4292-a8e8-5869c140e4b5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2057b9c3-3b0e-407b-90c7-d76e918a56c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-2057b9c3-3b0e-407b-90c7-d76e918a56c4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-2057b9c3-3b0e-407b-90c7-d76e918a56c4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2057b9c3-3b0e-407b-90c7-d76e918a56c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-2057b9c3-3b0e-407b-90c7-d76e918a56c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2057b9c3-3b0e-407b-90c7-d76e918a56c4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2057b9c3-3b0e-407b-90c7-d76e918a56c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-94a600a3-5742-4e2b-88da-5fdc49b2ccd6 {
  display: none;
}
#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 {
  text-align: left;
}


.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 {
  max-width: 100%;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 .shg-image-zoom,
.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 {
  max-width: 100%;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 .shg-image-zoom,
.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 {
  max-width: 100%;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 .shg-image-zoom,
.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 {
  max-width: 100%;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 .shg-image-zoom,
.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 {
  max-width: 100%;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 .shg-image-zoom,
.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1589012-547b-414a-9aa9-c1223fcdf9b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c1e5ad76-d2c7-4d5a-8d01-236d705c27bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1e5ad76-d2c7-4d5a-8d01-236d705c27bc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-7dfbc286-0110-418f-8725-2fa378ac5e69 {
  text-align: left;
}

#s-7dfbc286-0110-418f-8725-2fa378ac5e69 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7dfbc286-0110-418f-8725-2fa378ac5e69 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7dfbc286-0110-418f-8725-2fa378ac5e69 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a2984643-6747-455a-8acc-7f8ab38c1f23 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-a2984643-6747-455a-8acc-7f8ab38c1f23:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-a2984643-6747-455a-8acc-7f8ab38c1f23:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a2984643-6747-455a-8acc-7f8ab38c1f23 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-a2984643-6747-455a-8acc-7f8ab38c1f23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2984643-6747-455a-8acc-7f8ab38c1f23.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a2984643-6747-455a-8acc-7f8ab38c1f23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-acaaf17c-b68d-47f9-9596-23327fbbd1dc {
  display: none;
}
#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 {
  text-align: left;
}


.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 {
  max-width: 100%;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 .shg-image-zoom,
.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 {
  max-width: 100%;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 .shg-image-zoom,
.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 {
  max-width: 100%;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 .shg-image-zoom,
.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 {
  max-width: 100%;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 .shg-image-zoom,
.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 {
  max-width: 100%;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 .shg-image-zoom,
.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b70ccd20-0f67-41e8-94db-a366b2fc1160 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-db535aa3-f51d-4bbf-8de3-bc8fae8607ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db535aa3-f51d-4bbf-8de3-bc8fae8607ad .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-32c4e8f6-8c0c-47e0-a502-cdf505c2a05b {
  text-align: left;
}

#s-32c4e8f6-8c0c-47e0-a502-cdf505c2a05b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-32c4e8f6-8c0c-47e0-a502-cdf505c2a05b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-32c4e8f6-8c0c-47e0-a502-cdf505c2a05b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-35f6e987-29f0-46fd-91b7-34dc08f422a5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-35f6e987-29f0-46fd-91b7-34dc08f422a5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-35f6e987-29f0-46fd-91b7-34dc08f422a5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35f6e987-29f0-46fd-91b7-34dc08f422a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-35f6e987-29f0-46fd-91b7-34dc08f422a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35f6e987-29f0-46fd-91b7-34dc08f422a5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-35f6e987-29f0-46fd-91b7-34dc08f422a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-13365f3e-6ac8-4a7d-955d-9d5b713600aa {
  display: none;
}
#s-efa22b7d-8f02-4af8-925a-bd424e20c586 {
  text-align: left;
}


.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 {
  max-width: 100%;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 .shg-image-zoom,
.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 {
  max-width: 100%;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 .shg-image-zoom,
.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 {
  max-width: 100%;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 .shg-image-zoom,
.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 {
  max-width: 100%;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 .shg-image-zoom,
.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 {
  max-width: 100%;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 .shg-image-zoom,
.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa22b7d-8f02-4af8-925a-bd424e20c586 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-74481c65-abf7-4188-8b27-47f509313982 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74481c65-abf7-4188-8b27-47f509313982 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-2fd5da81-34c5-4091-ba07-f507bac1ccd3 {
  text-align: left;
}

#s-2fd5da81-34c5-4091-ba07-f507bac1ccd3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2fd5da81-34c5-4091-ba07-f507bac1ccd3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2fd5da81-34c5-4091-ba07-f507bac1ccd3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2b0583fb-3921-47b7-843e-513a4331ec42 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-2b0583fb-3921-47b7-843e-513a4331ec42:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-2b0583fb-3921-47b7-843e-513a4331ec42:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b0583fb-3921-47b7-843e-513a4331ec42 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-2b0583fb-3921-47b7-843e-513a4331ec42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b0583fb-3921-47b7-843e-513a4331ec42.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2b0583fb-3921-47b7-843e-513a4331ec42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-36133086-5582-469d-8cb5-6cf4a0665796 {
  display: none;
}
#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 {
  text-align: left;
}


.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 {
  max-width: 100%;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 .shg-image-zoom,
.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 {
  max-width: 100%;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 .shg-image-zoom,
.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 {
  max-width: 100%;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 .shg-image-zoom,
.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 {
  max-width: 100%;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 .shg-image-zoom,
.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 {
  max-width: 100%;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 .shg-image-zoom,
.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fae4d2d-2e9c-44e2-aafe-a211b32a9d29 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f5fa7436-277e-46d0-bccd-f85568a6504c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5fa7436-277e-46d0-bccd-f85568a6504c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-fa1ab800-5af1-4116-9dcf-2488cb563464 {
  text-align: left;
}

#s-fa1ab800-5af1-4116-9dcf-2488cb563464 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fa1ab800-5af1-4116-9dcf-2488cb563464 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fa1ab800-5af1-4116-9dcf-2488cb563464 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6d02289e-c96a-4a55-bb07-0a1c15975c41 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-6d02289e-c96a-4a55-bb07-0a1c15975c41:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-6d02289e-c96a-4a55-bb07-0a1c15975c41:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6d02289e-c96a-4a55-bb07-0a1c15975c41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-6d02289e-c96a-4a55-bb07-0a1c15975c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d02289e-c96a-4a55-bb07-0a1c15975c41.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6d02289e-c96a-4a55-bb07-0a1c15975c41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-294471da-ffe1-42e3-b561-b71f438b3143 {
  display: none;
}
#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 {
  text-align: left;
}


.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 {
  max-width: 100%;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 .shg-image-zoom,
.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 {
  max-width: 100%;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 .shg-image-zoom,
.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 {
  max-width: 100%;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 .shg-image-zoom,
.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 {
  max-width: 100%;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 .shg-image-zoom,
.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 {
  max-width: 100%;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 .shg-image-zoom,
.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8bca392b-bdc9-4e65-8ae7-a211e0f6b117 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a6a9e5bb-81b1-4751-9fbe-25ce28c15355 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6a9e5bb-81b1-4751-9fbe-25ce28c15355 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-17803a76-84a3-4a2b-ba1a-0ae58f68ce77 {
  text-align: left;
}

#s-17803a76-84a3-4a2b-ba1a-0ae58f68ce77 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-17803a76-84a3-4a2b-ba1a-0ae58f68ce77 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-17803a76-84a3-4a2b-ba1a-0ae58f68ce77 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-da564c55-810e-4c4a-8416-d8a319ba7cda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-da564c55-810e-4c4a-8416-d8a319ba7cda:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-da564c55-810e-4c4a-8416-d8a319ba7cda:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da564c55-810e-4c4a-8416-d8a319ba7cda {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-da564c55-810e-4c4a-8416-d8a319ba7cda.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da564c55-810e-4c4a-8416-d8a319ba7cda.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-da564c55-810e-4c4a-8416-d8a319ba7cda.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-41981863-e293-452f-847e-4bab02fd1c0a {
  display: none;
}
#s-d5506df2-2b35-4989-8c64-48d4ef957b04 {
  text-align: left;
}


.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 {
  max-width: 100%;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 .shg-image-zoom,
.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 {
  max-width: 100%;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 .shg-image-zoom,
.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 {
  max-width: 100%;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 .shg-image-zoom,
.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 {
  max-width: 100%;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 .shg-image-zoom,
.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 {
  max-width: 100%;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 .shg-image-zoom,
.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5506df2-2b35-4989-8c64-48d4ef957b04 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ee275c84-0b55-4a32-9f3d-486419569d80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee275c84-0b55-4a32-9f3d-486419569d80 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-c9a422c3-b148-4241-987f-a88164d037d5 {
  text-align: left;
}

#s-c9a422c3-b148-4241-987f-a88164d037d5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c9a422c3-b148-4241-987f-a88164d037d5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c9a422c3-b148-4241-987f-a88164d037d5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ce03736b-e75e-4e2c-9eb3-86f37d1c3173 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-ce03736b-e75e-4e2c-9eb3-86f37d1c3173:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ce03736b-e75e-4e2c-9eb3-86f37d1c3173:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ce03736b-e75e-4e2c-9eb3-86f37d1c3173 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-ce03736b-e75e-4e2c-9eb3-86f37d1c3173.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce03736b-e75e-4e2c-9eb3-86f37d1c3173.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ce03736b-e75e-4e2c-9eb3-86f37d1c3173.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-48b1c89c-8591-40b5-a414-4baf1c9bf98a {
  display: none;
}
#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 {
  text-align: left;
}


.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 {
  max-width: 100%;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 .shg-image-zoom,
.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 {
  max-width: 100%;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 .shg-image-zoom,
.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 {
  max-width: 100%;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 .shg-image-zoom,
.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 {
  max-width: 100%;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 .shg-image-zoom,
.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 {
  max-width: 100%;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 .shg-image-zoom,
.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aefa25e0-9c93-47bf-b3cb-508f78140b60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-adbcb969-7a3e-4305-b869-474881375820 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adbcb969-7a3e-4305-b869-474881375820 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-590fe4c5-11ec-4695-b2c4-73e6fbf362ef {
  text-align: left;
}

#s-590fe4c5-11ec-4695-b2c4-73e6fbf362ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-590fe4c5-11ec-4695-b2c4-73e6fbf362ef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-590fe4c5-11ec-4695-b2c4-73e6fbf362ef .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e9101d57-8179-4dde-bf26-ba73a0c974c2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-e9101d57-8179-4dde-bf26-ba73a0c974c2:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e9101d57-8179-4dde-bf26-ba73a0c974c2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9101d57-8179-4dde-bf26-ba73a0c974c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-e9101d57-8179-4dde-bf26-ba73a0c974c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9101d57-8179-4dde-bf26-ba73a0c974c2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e9101d57-8179-4dde-bf26-ba73a0c974c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b84e9efe-8a51-472a-842a-ad930e12f8d1 {
  display: none;
}
#s-5daca87c-01c6-462a-b81d-e51af106f428 {
  text-align: left;
}


.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 {
  max-width: 100%;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 .shg-image-zoom,
.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 {
  max-width: 100%;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 .shg-image-zoom,
.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 {
  max-width: 100%;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 .shg-image-zoom,
.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 {
  max-width: 100%;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 .shg-image-zoom,
.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 {
  max-width: 100%;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 .shg-image-zoom,
.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5daca87c-01c6-462a-b81d-e51af106f428 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1a5544c3-be77-4368-bb78-f488520d8123 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a5544c3-be77-4368-bb78-f488520d8123 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-2e5ec409-801a-444a-b449-85e2cb7c1d73 {
  text-align: left;
}

#s-2e5ec409-801a-444a-b449-85e2cb7c1d73 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2e5ec409-801a-444a-b449-85e2cb7c1d73 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2e5ec409-801a-444a-b449-85e2cb7c1d73 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-647de063-706f-44e6-a8a9-4ae01cf92d4f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-647de063-706f-44e6-a8a9-4ae01cf92d4f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-647de063-706f-44e6-a8a9-4ae01cf92d4f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-647de063-706f-44e6-a8a9-4ae01cf92d4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-647de063-706f-44e6-a8a9-4ae01cf92d4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-647de063-706f-44e6-a8a9-4ae01cf92d4f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-647de063-706f-44e6-a8a9-4ae01cf92d4f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3f7aff5c-4f8d-4dca-8e06-4300c05ae157 {
  display: none;
}
#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 {
  text-align: left;
}


.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 {
  max-width: 100%;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 .shg-image-zoom,
.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 {
  max-width: 100%;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 .shg-image-zoom,
.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 {
  max-width: 100%;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 .shg-image-zoom,
.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 {
  max-width: 100%;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 .shg-image-zoom,
.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 {
  max-width: 100%;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 .shg-image-zoom,
.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8cecc9ab-0ff9-4626-8b3d-8a94c1654280 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-42709763-975b-4ae9-b410-3e7b936ecb6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42709763-975b-4ae9-b410-3e7b936ecb6e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-740ce9be-4ced-413b-aaf5-16cc19ee6ad6 {
  text-align: left;
}

#s-740ce9be-4ced-413b-aaf5-16cc19ee6ad6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-740ce9be-4ced-413b-aaf5-16cc19ee6ad6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-740ce9be-4ced-413b-aaf5-16cc19ee6ad6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0144a263-ce07-4b75-908d-cc652a095fb7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-0144a263-ce07-4b75-908d-cc652a095fb7:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-0144a263-ce07-4b75-908d-cc652a095fb7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0144a263-ce07-4b75-908d-cc652a095fb7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-0144a263-ce07-4b75-908d-cc652a095fb7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0144a263-ce07-4b75-908d-cc652a095fb7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-0144a263-ce07-4b75-908d-cc652a095fb7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-359fb1f3-e2a1-484a-ab59-ee448e8ad4a2 {
  display: none;
}
#s-8a542001-2f3a-4809-8843-a70e9a54f13e {
  text-align: left;
}


.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e {
  max-width: 100%;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e .shg-image-zoom,
.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e {
  max-width: 100%;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e .shg-image-zoom,
.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e {
  max-width: 100%;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e .shg-image-zoom,
.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e {
  max-width: 100%;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e .shg-image-zoom,
.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e {
  max-width: 100%;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e .shg-image-zoom,
.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a542001-2f3a-4809-8843-a70e9a54f13e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-de8e2224-7bdf-410c-b5d3-d83c625fa6f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de8e2224-7bdf-410c-b5d3-d83c625fa6f3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-91ef78aa-238d-4346-aadb-5b4d3df0d9fc {
  text-align: left;
}

#s-91ef78aa-238d-4346-aadb-5b4d3df0d9fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-91ef78aa-238d-4346-aadb-5b4d3df0d9fc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-91ef78aa-238d-4346-aadb-5b4d3df0d9fc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c6d0527e-1cd7-403c-9af7-46c4a460815b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-c6d0527e-1cd7-403c-9af7-46c4a460815b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-c6d0527e-1cd7-403c-9af7-46c4a460815b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c6d0527e-1cd7-403c-9af7-46c4a460815b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-c6d0527e-1cd7-403c-9af7-46c4a460815b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6d0527e-1cd7-403c-9af7-46c4a460815b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c6d0527e-1cd7-403c-9af7-46c4a460815b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-78c8a280-5ef4-4d25-8320-2c157171ab95 {
  display: none;
}
#s-73839e2e-2a75-4dcc-930e-192134c489dc {
  text-align: left;
}


.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc {
  max-width: 100%;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc .shg-image-zoom,
.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc {
  max-width: 100%;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc .shg-image-zoom,
.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc {
  max-width: 100%;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc .shg-image-zoom,
.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc {
  max-width: 100%;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc .shg-image-zoom,
.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc {
  max-width: 100%;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc .shg-image-zoom,
.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73839e2e-2a75-4dcc-930e-192134c489dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5d65f793-67d5-401b-a9b4-00d1d159fc67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d65f793-67d5-401b-a9b4-00d1d159fc67 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f5b0daa1-0ede-416b-b53b-201c5c602248 {
  text-align: left;
}

#s-f5b0daa1-0ede-416b-b53b-201c5c602248 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f5b0daa1-0ede-416b-b53b-201c5c602248 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f5b0daa1-0ede-416b-b53b-201c5c602248 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-feccd6d1-bd5f-43cd-b131-8c4ad4170bbe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-feccd6d1-bd5f-43cd-b131-8c4ad4170bbe:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-feccd6d1-bd5f-43cd-b131-8c4ad4170bbe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-feccd6d1-bd5f-43cd-b131-8c4ad4170bbe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-feccd6d1-bd5f-43cd-b131-8c4ad4170bbe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-feccd6d1-bd5f-43cd-b131-8c4ad4170bbe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-feccd6d1-bd5f-43cd-b131-8c4ad4170bbe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-a9609ff9-7c12-483d-a53d-ee2fd100a03d {
  min-height: 50px;
background-color: rgba(248, 243, 237, 1);
}








#s-a9609ff9-7c12-483d-a53d-ee2fd100a03d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9609ff9-7c12-483d-a53d-ee2fd100a03d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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-76b5c1f9-266b-42bc-9786-b8d2f6304e9d {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(248, 243, 237, 1);
}

@media (min-width: 0px) {
[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-76b5c1f9-266b-42bc-9786-b8d2f6304e9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b2443e79-19f7-4143-bb1d-ab5f950e3f47 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b2443e79-19f7-4143-bb1d-ab5f950e3f47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-372a029d-efed-441d-8c54-cf1432167554 .shogun-icon-wrapper {
  text-align: center;
}


#s-372a029d-efed-441d-8c54-cf1432167554 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-7203c14f-16bc-4063-bdab-d9bbbf6f9b2c {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-fe37d20d-c3ed-41a6-aed1-13ebd6ac4e32 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none;
}
#s-fe37d20d-c3ed-41a6-aed1-13ebd6ac4e32:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-fe37d20d-c3ed-41a6-aed1-13ebd6ac4e32:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-fe37d20d-c3ed-41a6-aed1-13ebd6ac4e32.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c685f2f4-a74e-4804-871d-12ed281113c9 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c685f2f4-a74e-4804-871d-12ed281113c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-d9efd040-33d8-4acb-941a-c128be679ae7 .shogun-icon-wrapper {
  text-align: center;
}


#s-d9efd040-33d8-4acb-941a-c128be679ae7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-4c1d3bc0-25e5-4ac7-ad85-f91a8cdf8966 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-4bd52feb-9a7d-42b7-b764-097e56b0cbcb {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none;
}
#s-4bd52feb-9a7d-42b7-b764-097e56b0cbcb:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-4bd52feb-9a7d-42b7-b764-097e56b0cbcb:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-4bd52feb-9a7d-42b7-b764-097e56b0cbcb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cb18c12e-1c71-4a82-9cd0-1d61348c84fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-9649030c-b840-45fc-9c04-1cb6da0d8bc4 .shogun-icon-wrapper {
  text-align: center;
}


#s-9649030c-b840-45fc-9c04-1cb6da0d8bc4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-4377e448-ecc6-4e29-8315-71d4dd951480 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-b5122650-6bbd-425c-add9-20315ea6d581 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none;
}
#s-b5122650-6bbd-425c-add9-20315ea6d581:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-b5122650-6bbd-425c-add9-20315ea6d581:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-b5122650-6bbd-425c-add9-20315ea6d581.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6878cabc-3c96-4e5a-b382-ccc01d548417 {
  min-height: 50px;
background-color: rgba(175, 143, 52, 1);
}








#s-6878cabc-3c96-4e5a-b382-ccc01d548417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6878cabc-3c96-4e5a-b382-ccc01d548417.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-be44cde7-04af-4e2d-8a6a-efb33c7aeb6a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d28f9b3a-c3b3-4562-a60e-38ea81c7cbea {
  text-align: left;
}




  #s-d28f9b3a-c3b3-4562-a60e-38ea81c7cbea img.shogun-image {
    
    width: px;
  }


#s-d28f9b3a-c3b3-4562-a60e-38ea81c7cbea .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-beecc9a7-c7be-42e1-9133-7c378861b419 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-beecc9a7-c7be-42e1-9133-7c378861b419"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: -webkit-box;
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-d573bb2a-f06b-42c4-91f3-8326317e549c {
  text-align: center;
}

#s-a07dde22-f554-47c2-8fce-021ff036a009 {
  padding-top: 0px;
}

#s-c342825d-8518-4494-93e6-51173af1b188 {
  padding-top: 15px;
}

#s-3729768d-068f-4776-88e1-17d2ed43f4da {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px;
}

/*
  $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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
