.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;
}

.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-b23272c6-c80f-4626-ba36-e2dd62fcadf8 .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-b23272c6-c80f-4626-ba36-e2dd62fcadf8 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-b23272c6-c80f-4626-ba36-e2dd62fcadf8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-b23272c6-c80f-4626-ba36-e2dd62fcadf8 .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-b23272c6-c80f-4626-ba36-e2dd62fcadf8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-b23272c6-c80f-4626-ba36-e2dd62fcadf8 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-b23272c6-c80f-4626-ba36-e2dd62fcadf8 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-b23272c6-c80f-4626-ba36-e2dd62fcadf8 .shogun-tab {
  max-width: calc(100% / 3 - (3 - 2) * 2px / 3);
}

#s-1fea1bdb-c980-4618-81ae-b31b3537977c {
  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-0aea3eb0-5635-4241-938f-eec0bbbdc13b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0aea3eb0-5635-4241-938f-eec0bbbdc13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0aea3eb0-5635-4241-938f-eec0bbbdc13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-0aea3eb0-5635-4241-938f-eec0bbbdc13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0aea3eb0-5635-4241-938f-eec0bbbdc13b > .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-0aea3eb0-5635-4241-938f-eec0bbbdc13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b1cb1bc5-df26-4d84-b7df-dafa32e52341 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-70b255b8-ec35-4891-b42d-9b548dd8a7b7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fabd369c-1d15-4834-a46c-6af9a60854d4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fabd369c-1d15-4834-a46c-6af9a60854d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-fabd369c-1d15-4834-a46c-6af9a60854d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-fabd369c-1d15-4834-a46c-6af9a60854d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-fabd369c-1d15-4834-a46c-6af9a60854d4 > .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-fabd369c-1d15-4834-a46c-6af9a60854d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-caf309a4-7367-4a84-97c6-1c2e844a2fd9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-89fa0f81-62a6-4c87-904a-838fb7597f1b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-89fa0f81-62a6-4c87-904a-838fb7597f1b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-89fa0f81-62a6-4c87-904a-838fb7597f1b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-89fa0f81-62a6-4c87-904a-838fb7597f1b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-89fa0f81-62a6-4c87-904a-838fb7597f1b > .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-89fa0f81-62a6-4c87-904a-838fb7597f1b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-696e887d-7f2f-4a0c-9959-2225c71d1fcf {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-794acbed-8a01-4cf9-885e-b3f31eae4fdb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-794acbed-8a01-4cf9-885e-b3f31eae4fdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-794acbed-8a01-4cf9-885e-b3f31eae4fdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-794acbed-8a01-4cf9-885e-b3f31eae4fdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-794acbed-8a01-4cf9-885e-b3f31eae4fdb > .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-794acbed-8a01-4cf9-885e-b3f31eae4fdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6d1feb6e-ffac-4e02-a818-f2db21a5d8a6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9bb515dd-0554-4fcd-9047-9297c38df6d1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9bb515dd-0554-4fcd-9047-9297c38df6d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9bb515dd-0554-4fcd-9047-9297c38df6d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-9bb515dd-0554-4fcd-9047-9297c38df6d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9bb515dd-0554-4fcd-9047-9297c38df6d1 > .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-9bb515dd-0554-4fcd-9047-9297c38df6d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ed834071-c1d5-428f-9ebc-ad81082a9cf1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-678623af-e69a-4863-928c-389fde519fb2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-678623af-e69a-4863-928c-389fde519fb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-678623af-e69a-4863-928c-389fde519fb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-678623af-e69a-4863-928c-389fde519fb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-678623af-e69a-4863-928c-389fde519fb2 > .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-678623af-e69a-4863-928c-389fde519fb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4b6bcffc-7d1b-4385-b6a9-88c4e63fd0ab {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5bc58215-53b6-4974-9d38-722f6751ce82 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5bc58215-53b6-4974-9d38-722f6751ce82 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5bc58215-53b6-4974-9d38-722f6751ce82 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-5bc58215-53b6-4974-9d38-722f6751ce82 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5bc58215-53b6-4974-9d38-722f6751ce82 > .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-5bc58215-53b6-4974-9d38-722f6751ce82 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-572ecdd9-f330-4eaa-b1db-45cdea2bd7b1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c0aac646-6d34-4476-a808-b74c36838649 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c0aac646-6d34-4476-a808-b74c36838649 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c0aac646-6d34-4476-a808-b74c36838649 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-c0aac646-6d34-4476-a808-b74c36838649 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c0aac646-6d34-4476-a808-b74c36838649 > .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-c0aac646-6d34-4476-a808-b74c36838649 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-db2d0a2a-a576-45d7-a538-88373e934d0c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0907f529-a978-4aab-8a74-afcf53044884 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0907f529-a978-4aab-8a74-afcf53044884 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0907f529-a978-4aab-8a74-afcf53044884 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-0907f529-a978-4aab-8a74-afcf53044884 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0907f529-a978-4aab-8a74-afcf53044884 > .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-0907f529-a978-4aab-8a74-afcf53044884 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-aaa750f3-8fa6-487a-a9d4-cc11afe7f369 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8665f022-11a5-40ff-85fe-cf1e9266125e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8665f022-11a5-40ff-85fe-cf1e9266125e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8665f022-11a5-40ff-85fe-cf1e9266125e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-8665f022-11a5-40ff-85fe-cf1e9266125e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8665f022-11a5-40ff-85fe-cf1e9266125e > .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-8665f022-11a5-40ff-85fe-cf1e9266125e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-030b13dc-d3c2-4d3b-8445-2618cd1eefbe {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-77518af6-b552-4451-896c-e02b5fdbe0b7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-77518af6-b552-4451-896c-e02b5fdbe0b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-77518af6-b552-4451-896c-e02b5fdbe0b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-77518af6-b552-4451-896c-e02b5fdbe0b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-77518af6-b552-4451-896c-e02b5fdbe0b7 > .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-77518af6-b552-4451-896c-e02b5fdbe0b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e7c83401-20c7-4d67-acd6-5a2aeeb8ff0f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-72f2f5c7-1f4f-40b4-9507-49e02b72fc8e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-72f2f5c7-1f4f-40b4-9507-49e02b72fc8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-72f2f5c7-1f4f-40b4-9507-49e02b72fc8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-72f2f5c7-1f4f-40b4-9507-49e02b72fc8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-72f2f5c7-1f4f-40b4-9507-49e02b72fc8e > .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-72f2f5c7-1f4f-40b4-9507-49e02b72fc8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-eaf387ae-aa73-4d0a-8d6f-72759b916437 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f5a18496-068a-4b5f-b6e4-f2dc6763e00b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f5a18496-068a-4b5f-b6e4-f2dc6763e00b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f5a18496-068a-4b5f-b6e4-f2dc6763e00b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-f5a18496-068a-4b5f-b6e4-f2dc6763e00b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f5a18496-068a-4b5f-b6e4-f2dc6763e00b > .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-f5a18496-068a-4b5f-b6e4-f2dc6763e00b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e3a64dc6-240b-4382-a26e-e9112d1e4ba3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4a431b08-01d3-4ccd-82ad-5e863dc94984 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4a431b08-01d3-4ccd-82ad-5e863dc94984 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4a431b08-01d3-4ccd-82ad-5e863dc94984 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-4a431b08-01d3-4ccd-82ad-5e863dc94984 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4a431b08-01d3-4ccd-82ad-5e863dc94984 > .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-4a431b08-01d3-4ccd-82ad-5e863dc94984 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2a310eba-267f-4ab5-af52-89ddc2ef24e5 {
  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-8f64de11-3f16-4e8a-befd-451331ded9c0 {
  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-8f64de11-3f16-4e8a-befd-451331ded9c0:hover {background-color: rgba(151, 123, 45, 1) !important;
text-decoration: none !important;}#s-8f64de11-3f16-4e8a-befd-451331ded9c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f64de11-3f16-4e8a-befd-451331ded9c0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

.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-6863242c-40e5-4a53-9c7b-4cddd1285466 {
  min-height: 50px;
}








#s-6863242c-40e5-4a53-9c7b-4cddd1285466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6863242c-40e5-4a53-9c7b-4cddd1285466.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.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-15c76e74-9154-40b4-aa24-234f007ddb7a {
  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-37866559-1a6c-4700-816f-69ca149b66be {
  text-align: center;
}




  #s-37866559-1a6c-4700-816f-69ca149b66be img.shogun-image {
    
    width: px;
  }


#s-37866559-1a6c-4700-816f-69ca149b66be .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-1e82bfd9-9982-4869-bef4-0f79aadd3adc {
  text-align: center;
}




  #s-1e82bfd9-9982-4869-bef4-0f79aadd3adc img.shogun-image {
    
    width: px;
  }


#s-1e82bfd9-9982-4869-bef4-0f79aadd3adc .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-e9675b1e-5c7f-48e4-af46-84b91e04f828 {
  text-align: center;
}




  #s-e9675b1e-5c7f-48e4-af46-84b91e04f828 img.shogun-image {
    
    width: px;
  }


#s-e9675b1e-5c7f-48e4-af46-84b91e04f828 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-e7339728-a9ff-4ab0-b688-3987511c867b {
  text-align: center;
}




  #s-e7339728-a9ff-4ab0-b688-3987511c867b img.shogun-image {
    
    width: px;
  }


#s-e7339728-a9ff-4ab0-b688-3987511c867b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-2aee2f86-a3c0-403b-9eab-d6dd3064e25c {
  text-align: center;
}




  #s-2aee2f86-a3c0-403b-9eab-d6dd3064e25c img.shogun-image {
    
    width: px;
  }


#s-2aee2f86-a3c0-403b-9eab-d6dd3064e25c .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-3a84329f-2ab9-40f6-8465-743f58689f04 {
  text-align: center;
}




  #s-3a84329f-2ab9-40f6-8465-743f58689f04 img.shogun-image {
    
    width: px;
  }


#s-3a84329f-2ab9-40f6-8465-743f58689f04 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c53b75f2-a840-4c6e-94d2-9643fb868edf {
  text-align: center;
}




  #s-c53b75f2-a840-4c6e-94d2-9643fb868edf img.shogun-image {
    
    width: px;
  }


#s-c53b75f2-a840-4c6e-94d2-9643fb868edf .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

/*
  $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-bf358c6a-f1ff-4c5c-84aa-a283aed793d5 {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
}

#s-6f90e023-b736-4bd9-a49f-93721c67c088 {
  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-27b71002-b987-4c42-831c-77e129b734dd {
  text-align: left;
}


.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd {
  max-width: 100%;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd .shg-image-zoom,
.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd {
  max-width: 100%;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd .shg-image-zoom,
.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd {
  max-width: 100%;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd .shg-image-zoom,
.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd {
  max-width: 100%;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd .shg-image-zoom,
.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd {
  max-width: 100%;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd .shg-image-zoom,
.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27b71002-b987-4c42-831c-77e129b734dd .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-aa74e031-b592-434a-8728-46438437ad64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aa74e031-b592-434a-8728-46438437ad64 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-c8eb8b69-c32f-4da3-82c3-aaff6bdfd246 {
  text-align: left;
}

#s-c8eb8b69-c32f-4da3-82c3-aaff6bdfd246 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c8eb8b69-c32f-4da3-82c3-aaff6bdfd246 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c8eb8b69-c32f-4da3-82c3-aaff6bdfd246 .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-9d5d8131-fde4-4c9b-b4ec-7790a1d73191 {
  display: none;
}
#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 {
  text-align: left;
}


.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 {
  max-width: 100%;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 .shg-image-zoom,
.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 {
  max-width: 100%;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 .shg-image-zoom,
.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 {
  max-width: 100%;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 .shg-image-zoom,
.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 {
  max-width: 100%;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 .shg-image-zoom,
.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 {
  max-width: 100%;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 .shg-image-zoom,
.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09dbdd6c-6ae7-4181-ace8-1a5c996e7622 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a93ff363-f243-4f4b-b3f1-d84427cf680b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a93ff363-f243-4f4b-b3f1-d84427cf680b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-715917a8-1762-4c51-a312-9883c85416a1 {
  text-align: left;
}

#s-715917a8-1762-4c51-a312-9883c85416a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-715917a8-1762-4c51-a312-9883c85416a1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-715917a8-1762-4c51-a312-9883c85416a1 .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-44ea9f25-1798-46ba-8e38-a12d8bf59c2b {
  display: none;
}
#s-ecb83094-d44a-4e8a-8904-65059db2c3cc {
  text-align: left;
}


.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc {
  max-width: 100%;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc .shg-image-zoom,
.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc {
  max-width: 100%;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc .shg-image-zoom,
.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc {
  max-width: 100%;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc .shg-image-zoom,
.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc {
  max-width: 100%;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc .shg-image-zoom,
.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc {
  max-width: 100%;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc .shg-image-zoom,
.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecb83094-d44a-4e8a-8904-65059db2c3cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-614bb5b8-57ad-4ce0-9cab-1ad61045131f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-614bb5b8-57ad-4ce0-9cab-1ad61045131f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-d3a48cc6-4972-4e98-b3c4-f720c9866752 {
  text-align: left;
}

#s-d3a48cc6-4972-4e98-b3c4-f720c9866752 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d3a48cc6-4972-4e98-b3c4-f720c9866752 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d3a48cc6-4972-4e98-b3c4-f720c9866752 .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-419cfe2f-ff05-4c34-9033-cce9e26886b1 {
  display: none;
}
#s-27239478-3447-4761-83df-6d998ed8c912 {
  text-align: left;
}


.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 {
  max-width: 100%;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 .shg-image-zoom,
.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 {
  max-width: 100%;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 .shg-image-zoom,
.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 {
  max-width: 100%;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 .shg-image-zoom,
.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 {
  max-width: 100%;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 .shg-image-zoom,
.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 {
  max-width: 100%;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 .shg-image-zoom,
.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27239478-3447-4761-83df-6d998ed8c912 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f054aa1c-219e-4447-aa58-490473292e10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f054aa1c-219e-4447-aa58-490473292e10 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-2cd14866-9e7d-4277-a939-055b8bc541d3 {
  text-align: left;
}

#s-2cd14866-9e7d-4277-a939-055b8bc541d3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2cd14866-9e7d-4277-a939-055b8bc541d3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2cd14866-9e7d-4277-a939-055b8bc541d3 .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-c0acb5c1-f7bf-4724-8abd-e0c77647293f {
  display: none;
}
#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 {
  text-align: left;
}


.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 {
  max-width: 100%;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 .shg-image-zoom,
.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 {
  max-width: 100%;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 .shg-image-zoom,
.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 {
  max-width: 100%;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 .shg-image-zoom,
.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 {
  max-width: 100%;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 .shg-image-zoom,
.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 {
  max-width: 100%;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 .shg-image-zoom,
.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5716ca0a-32d8-44d9-94e9-c5f8c59566a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5d850638-c378-4c7d-8695-93624f0f01f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d850638-c378-4c7d-8695-93624f0f01f7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-df903884-29ca-43d8-9803-bbefb01470b6 {
  text-align: left;
}

#s-df903884-29ca-43d8-9803-bbefb01470b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-df903884-29ca-43d8-9803-bbefb01470b6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-df903884-29ca-43d8-9803-bbefb01470b6 .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-0c7f7eca-d566-4b01-8b13-47f55ca5592c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-0c7f7eca-d566-4b01-8b13-47f55ca5592c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-0c7f7eca-d566-4b01-8b13-47f55ca5592c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0c7f7eca-d566-4b01-8b13-47f55ca5592c {
  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-0c7f7eca-d566-4b01-8b13-47f55ca5592c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c7f7eca-d566-4b01-8b13-47f55ca5592c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-0c7f7eca-d566-4b01-8b13-47f55ca5592c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-af5a90cb-41e3-4fbd-804d-c64c35ccf397 {
  display: none;
}
#s-83f6ef82-1966-4051-9d01-761aad8b7fce {
  text-align: left;
}


.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce {
  max-width: 100%;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce .shg-image-zoom,
.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce {
  max-width: 100%;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce .shg-image-zoom,
.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce {
  max-width: 100%;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce .shg-image-zoom,
.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce {
  max-width: 100%;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce .shg-image-zoom,
.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce {
  max-width: 100%;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce .shg-image-zoom,
.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f6ef82-1966-4051-9d01-761aad8b7fce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-33cf2595-8de6-41c8-a87b-b5e5a5a51087 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33cf2595-8de6-41c8-a87b-b5e5a5a51087 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-6a1e7e34-bd19-41c8-ab52-3b9c68602c85 {
  text-align: left;
}

#s-6a1e7e34-bd19-41c8-ab52-3b9c68602c85 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6a1e7e34-bd19-41c8-ab52-3b9c68602c85 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6a1e7e34-bd19-41c8-ab52-3b9c68602c85 .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-486f98bd-327d-41a3-ba59-c0772022c6ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-486f98bd-327d-41a3-ba59-c0772022c6ee:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-486f98bd-327d-41a3-ba59-c0772022c6ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-486f98bd-327d-41a3-ba59-c0772022c6ee {
  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-486f98bd-327d-41a3-ba59-c0772022c6ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-486f98bd-327d-41a3-ba59-c0772022c6ee.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-486f98bd-327d-41a3-ba59-c0772022c6ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3387d086-6e9e-4ab6-ba82-5a457edc9553 {
  display: none;
}
#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 {
  text-align: left;
}


.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 {
  max-width: 100%;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 .shg-image-zoom,
.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 {
  max-width: 100%;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 .shg-image-zoom,
.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 {
  max-width: 100%;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 .shg-image-zoom,
.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 {
  max-width: 100%;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 .shg-image-zoom,
.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 {
  max-width: 100%;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 .shg-image-zoom,
.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4d1e268-d0c0-4c49-9309-7284d3ded013 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5348c8d4-40d8-484d-9fb1-8709055c736f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5348c8d4-40d8-484d-9fb1-8709055c736f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-bcbcc56f-b7fd-475c-9844-a9673a30489d {
  text-align: left;
}

#s-bcbcc56f-b7fd-475c-9844-a9673a30489d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-bcbcc56f-b7fd-475c-9844-a9673a30489d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bcbcc56f-b7fd-475c-9844-a9673a30489d .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-cc8e2e7c-f408-4928-af70-06edb3abda04 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-cc8e2e7c-f408-4928-af70-06edb3abda04:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-cc8e2e7c-f408-4928-af70-06edb3abda04:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cc8e2e7c-f408-4928-af70-06edb3abda04 {
  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-cc8e2e7c-f408-4928-af70-06edb3abda04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc8e2e7c-f408-4928-af70-06edb3abda04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-cc8e2e7c-f408-4928-af70-06edb3abda04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1bb13c05-5975-4709-8ddd-c14d3b54f13c {
  display: none;
}
#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a {
  text-align: left;
}


.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a {
  max-width: 100%;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a .shg-image-zoom,
.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a {
  max-width: 100%;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a .shg-image-zoom,
.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a {
  max-width: 100%;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a .shg-image-zoom,
.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a {
  max-width: 100%;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a .shg-image-zoom,
.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a {
  max-width: 100%;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a .shg-image-zoom,
.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ab720ac-364f-42ff-abc0-8e1f64c3af7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-af469ed4-e28b-40ba-8588-2ea64e2d80e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af469ed4-e28b-40ba-8588-2ea64e2d80e5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e8718079-dc51-41c9-8338-0bc15675b8dd {
  text-align: left;
}

#s-e8718079-dc51-41c9-8338-0bc15675b8dd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e8718079-dc51-41c9-8338-0bc15675b8dd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e8718079-dc51-41c9-8338-0bc15675b8dd .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-7c9792fd-92a7-41be-9114-e6478bf0c62a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-7c9792fd-92a7-41be-9114-e6478bf0c62a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-7c9792fd-92a7-41be-9114-e6478bf0c62a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c9792fd-92a7-41be-9114-e6478bf0c62a {
  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-7c9792fd-92a7-41be-9114-e6478bf0c62a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c9792fd-92a7-41be-9114-e6478bf0c62a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7c9792fd-92a7-41be-9114-e6478bf0c62a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9e6b7e2e-d356-4697-9a73-13cda70961ca {
  display: none;
}
#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 {
  text-align: left;
}


.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 {
  max-width: 100%;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 .shg-image-zoom,
.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 {
  max-width: 100%;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 .shg-image-zoom,
.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 {
  max-width: 100%;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 .shg-image-zoom,
.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 {
  max-width: 100%;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 .shg-image-zoom,
.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 {
  max-width: 100%;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 .shg-image-zoom,
.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13f94bf9-392b-4e51-8aae-c2191a3a87a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-45f02c1d-0678-4516-bda8-45e7c02a1081 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45f02c1d-0678-4516-bda8-45e7c02a1081 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-efc94910-51b3-45ea-bd6f-d59fbc8d7a86 {
  text-align: left;
}

#s-efc94910-51b3-45ea-bd6f-d59fbc8d7a86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-efc94910-51b3-45ea-bd6f-d59fbc8d7a86 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-efc94910-51b3-45ea-bd6f-d59fbc8d7a86 .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-bd026d3f-95fe-40dd-84a4-e02dabeac8fa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-bd026d3f-95fe-40dd-84a4-e02dabeac8fa:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-bd026d3f-95fe-40dd-84a4-e02dabeac8fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bd026d3f-95fe-40dd-84a4-e02dabeac8fa {
  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-bd026d3f-95fe-40dd-84a4-e02dabeac8fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bd026d3f-95fe-40dd-84a4-e02dabeac8fa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-bd026d3f-95fe-40dd-84a4-e02dabeac8fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-776b9e16-663c-4c62-b722-f167fc66ce32 {
  display: none;
}
#s-31372dfd-a8fe-4783-9653-e16c3979a869 {
  text-align: left;
}


.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 {
  max-width: 100%;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 .shg-image-zoom,
.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 {
  max-width: 100%;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 .shg-image-zoom,
.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 {
  max-width: 100%;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 .shg-image-zoom,
.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 {
  max-width: 100%;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 .shg-image-zoom,
.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 {
  max-width: 100%;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 .shg-image-zoom,
.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31372dfd-a8fe-4783-9653-e16c3979a869 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5db1fb76-87ee-4506-81c9-1ff015a182f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5db1fb76-87ee-4506-81c9-1ff015a182f7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-66afcf33-7794-4a3b-8284-de747538a737 {
  text-align: left;
}

#s-66afcf33-7794-4a3b-8284-de747538a737 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-66afcf33-7794-4a3b-8284-de747538a737 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-66afcf33-7794-4a3b-8284-de747538a737 .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-fd7baec6-281b-4f55-8f25-2266ecb50e17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-fd7baec6-281b-4f55-8f25-2266ecb50e17:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-fd7baec6-281b-4f55-8f25-2266ecb50e17:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd7baec6-281b-4f55-8f25-2266ecb50e17 {
  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-fd7baec6-281b-4f55-8f25-2266ecb50e17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd7baec6-281b-4f55-8f25-2266ecb50e17.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-fd7baec6-281b-4f55-8f25-2266ecb50e17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b35f400b-f4b8-4a20-ab27-ff954ff4f2ab {
  display: none;
}
#s-a409b650-1f74-43bd-9043-5984bf365728 {
  text-align: left;
}


.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 {
  max-width: 100%;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 .shg-image-zoom,
.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 {
  max-width: 100%;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 .shg-image-zoom,
.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 {
  max-width: 100%;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 .shg-image-zoom,
.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 {
  max-width: 100%;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 .shg-image-zoom,
.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 {
  max-width: 100%;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 .shg-image-zoom,
.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a409b650-1f74-43bd-9043-5984bf365728 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-be0d3246-2cce-4db4-a7a0-9ed000192707 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be0d3246-2cce-4db4-a7a0-9ed000192707 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d8fb2f2e-d0df-4fd1-8143-eaee6eccdacd {
  text-align: left;
}

#s-d8fb2f2e-d0df-4fd1-8143-eaee6eccdacd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d8fb2f2e-d0df-4fd1-8143-eaee6eccdacd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d8fb2f2e-d0df-4fd1-8143-eaee6eccdacd .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-333f79a7-3367-495f-8e29-7eced9de1c28 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-333f79a7-3367-495f-8e29-7eced9de1c28:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-333f79a7-3367-495f-8e29-7eced9de1c28:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-333f79a7-3367-495f-8e29-7eced9de1c28 {
  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-333f79a7-3367-495f-8e29-7eced9de1c28.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-333f79a7-3367-495f-8e29-7eced9de1c28.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-333f79a7-3367-495f-8e29-7eced9de1c28.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-40405145-8c34-4e34-8d08-e953cf04b68d {
  display: none;
}
#s-dc1afe44-505c-4790-9222-ab72234300ba {
  text-align: left;
}


.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba {
  max-width: 100%;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba .shg-image-zoom,
.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba {
  max-width: 100%;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba .shg-image-zoom,
.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba {
  max-width: 100%;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba .shg-image-zoom,
.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba {
  max-width: 100%;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba .shg-image-zoom,
.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba {
  max-width: 100%;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba .shg-image-zoom,
.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc1afe44-505c-4790-9222-ab72234300ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-360e924d-5247-4a43-abe6-d5b6dbc44afb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-360e924d-5247-4a43-abe6-d5b6dbc44afb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-cf238358-0407-4769-9a5c-66240184095e {
  text-align: left;
}

#s-cf238358-0407-4769-9a5c-66240184095e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cf238358-0407-4769-9a5c-66240184095e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cf238358-0407-4769-9a5c-66240184095e .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-c6c6bb5a-676d-4fc7-b0a7-6dcfc3700b58 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-c6c6bb5a-676d-4fc7-b0a7-6dcfc3700b58:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-c6c6bb5a-676d-4fc7-b0a7-6dcfc3700b58:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c6c6bb5a-676d-4fc7-b0a7-6dcfc3700b58 {
  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-c6c6bb5a-676d-4fc7-b0a7-6dcfc3700b58.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6c6bb5a-676d-4fc7-b0a7-6dcfc3700b58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c6c6bb5a-676d-4fc7-b0a7-6dcfc3700b58.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-78d9bbc2-f30a-4c04-aa41-c2be674c75ec {
  display: none;
}
#s-9de0d7be-3882-46bc-be09-3d62157a756e {
  text-align: left;
}


.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e {
  max-width: 100%;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e .shg-image-zoom,
.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e {
  max-width: 100%;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e .shg-image-zoom,
.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e {
  max-width: 100%;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e .shg-image-zoom,
.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e {
  max-width: 100%;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e .shg-image-zoom,
.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e {
  max-width: 100%;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e .shg-image-zoom,
.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9de0d7be-3882-46bc-be09-3d62157a756e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-28ed93e3-4e84-481f-b242-efaec057256d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28ed93e3-4e84-481f-b242-efaec057256d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-dac9211d-177d-4298-8206-f8299686f2c8 {
  text-align: left;
}

#s-dac9211d-177d-4298-8206-f8299686f2c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-dac9211d-177d-4298-8206-f8299686f2c8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dac9211d-177d-4298-8206-f8299686f2c8 .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-385d3a1f-3834-47fe-a200-7717c90fc4ff {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-385d3a1f-3834-47fe-a200-7717c90fc4ff:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-385d3a1f-3834-47fe-a200-7717c90fc4ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-385d3a1f-3834-47fe-a200-7717c90fc4ff {
  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-385d3a1f-3834-47fe-a200-7717c90fc4ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-385d3a1f-3834-47fe-a200-7717c90fc4ff.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-385d3a1f-3834-47fe-a200-7717c90fc4ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-31ac1b39-59be-4aed-a01b-7d361b821977 {
  display: none;
}
#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b {
  text-align: left;
}


.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b {
  max-width: 100%;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b .shg-image-zoom,
.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b {
  max-width: 100%;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b .shg-image-zoom,
.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b {
  max-width: 100%;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b .shg-image-zoom,
.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b {
  max-width: 100%;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b .shg-image-zoom,
.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b {
  max-width: 100%;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b .shg-image-zoom,
.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0bc6bae-91e0-4ebd-b771-9bf8099d383b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2b05059f-e52f-4e05-a76d-fca5017266f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b05059f-e52f-4e05-a76d-fca5017266f3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9d7572a1-2c7e-401b-85b7-7e87ee141d80 {
  text-align: left;
}

#s-9d7572a1-2c7e-401b-85b7-7e87ee141d80 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9d7572a1-2c7e-401b-85b7-7e87ee141d80 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9d7572a1-2c7e-401b-85b7-7e87ee141d80 .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-56c81b1a-80e4-47bc-9ca3-acde519ab89c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-56c81b1a-80e4-47bc-9ca3-acde519ab89c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-56c81b1a-80e4-47bc-9ca3-acde519ab89c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-56c81b1a-80e4-47bc-9ca3-acde519ab89c {
  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-56c81b1a-80e4-47bc-9ca3-acde519ab89c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56c81b1a-80e4-47bc-9ca3-acde519ab89c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-56c81b1a-80e4-47bc-9ca3-acde519ab89c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8c92ae14-3174-4ca4-aac6-793baae1d829 {
  display: none;
}
#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 {
  text-align: left;
}


.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 {
  max-width: 100%;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 .shg-image-zoom,
.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 {
  max-width: 100%;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 .shg-image-zoom,
.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 {
  max-width: 100%;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 .shg-image-zoom,
.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 {
  max-width: 100%;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 .shg-image-zoom,
.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 {
  max-width: 100%;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 .shg-image-zoom,
.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7dcba3e-72df-4cbe-8d06-90d94abbb951 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a9d3083e-f3b5-4004-bf12-4d913c341b1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9d3083e-f3b5-4004-bf12-4d913c341b1a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1de95838-9211-4b8a-8c8b-cb23137e1ed1 {
  text-align: left;
}

#s-1de95838-9211-4b8a-8c8b-cb23137e1ed1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1de95838-9211-4b8a-8c8b-cb23137e1ed1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1de95838-9211-4b8a-8c8b-cb23137e1ed1 .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-d9f24069-c4fc-4c6c-bea1-0559a36efbbf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-d9f24069-c4fc-4c6c-bea1-0559a36efbbf:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-d9f24069-c4fc-4c6c-bea1-0559a36efbbf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9f24069-c4fc-4c6c-bea1-0559a36efbbf {
  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-d9f24069-c4fc-4c6c-bea1-0559a36efbbf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9f24069-c4fc-4c6c-bea1-0559a36efbbf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d9f24069-c4fc-4c6c-bea1-0559a36efbbf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c546a80a-1041-4948-838c-c2fceb1d8b18 {
  display: none;
}
#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb {
  text-align: left;
}


.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb {
  max-width: 100%;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb .shg-image-zoom,
.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb {
  max-width: 100%;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb .shg-image-zoom,
.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb {
  max-width: 100%;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb .shg-image-zoom,
.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb {
  max-width: 100%;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb .shg-image-zoom,
.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb {
  max-width: 100%;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb .shg-image-zoom,
.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40922e83-66f1-42d3-b5ef-ef6c48da6cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e330dd78-88fb-47e6-a6e3-220f66de88fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e330dd78-88fb-47e6-a6e3-220f66de88fd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-cb4a4960-6257-40e9-b4a5-1650d96f86e7 {
  text-align: left;
}

#s-cb4a4960-6257-40e9-b4a5-1650d96f86e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cb4a4960-6257-40e9-b4a5-1650d96f86e7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cb4a4960-6257-40e9-b4a5-1650d96f86e7 .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-34ac1f45-bac3-445a-907a-c61259f6aeb4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-34ac1f45-bac3-445a-907a-c61259f6aeb4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-34ac1f45-bac3-445a-907a-c61259f6aeb4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-34ac1f45-bac3-445a-907a-c61259f6aeb4 {
  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-34ac1f45-bac3-445a-907a-c61259f6aeb4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34ac1f45-bac3-445a-907a-c61259f6aeb4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-34ac1f45-bac3-445a-907a-c61259f6aeb4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-604cdfb6-aa96-45fc-a0cf-5c1928605b76 {
  display: none;
}
#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 {
  text-align: left;
}


.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 {
  max-width: 100%;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 .shg-image-zoom,
.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 {
  max-width: 100%;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 .shg-image-zoom,
.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 {
  max-width: 100%;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 .shg-image-zoom,
.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 {
  max-width: 100%;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 .shg-image-zoom,
.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 {
  max-width: 100%;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 .shg-image-zoom,
.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a4e16c1-1026-4e43-93b9-45dbc85f0dd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fd32a224-1a54-41c8-9dc5-2c3c57af6d5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd32a224-1a54-41c8-9dc5-2c3c57af6d5b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0eba6db4-b796-41dc-bde4-ada2ef7c9cc6 {
  text-align: left;
}

#s-0eba6db4-b796-41dc-bde4-ada2ef7c9cc6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0eba6db4-b796-41dc-bde4-ada2ef7c9cc6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0eba6db4-b796-41dc-bde4-ada2ef7c9cc6 .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-ee41ea92-80d5-4d5a-8c0b-cd201df0e753 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-ee41ea92-80d5-4d5a-8c0b-cd201df0e753:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ee41ea92-80d5-4d5a-8c0b-cd201df0e753:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee41ea92-80d5-4d5a-8c0b-cd201df0e753 {
  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-ee41ea92-80d5-4d5a-8c0b-cd201df0e753.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee41ea92-80d5-4d5a-8c0b-cd201df0e753.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ee41ea92-80d5-4d5a-8c0b-cd201df0e753.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3c08db5f-4266-4c3f-b81f-7950665380e2 {
  display: none;
}
#s-f8757425-ced2-4e93-b6e8-727b91972a23 {
  text-align: left;
}


.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 {
  max-width: 100%;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 .shg-image-zoom,
.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 {
  max-width: 100%;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 .shg-image-zoom,
.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 {
  max-width: 100%;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 .shg-image-zoom,
.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 {
  max-width: 100%;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 .shg-image-zoom,
.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 {
  max-width: 100%;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 .shg-image-zoom,
.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8757425-ced2-4e93-b6e8-727b91972a23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-527b1ead-264d-4905-abe6-517867f3813f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-527b1ead-264d-4905-abe6-517867f3813f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b83fbca2-8ed0-44d6-8a86-b4f0ac5984ff {
  text-align: left;
}

#s-b83fbca2-8ed0-44d6-8a86-b4f0ac5984ff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b83fbca2-8ed0-44d6-8a86-b4f0ac5984ff .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b83fbca2-8ed0-44d6-8a86-b4f0ac5984ff .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-9c37a346-63fe-4aad-a9b3-5cc2a647e6f4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-9c37a346-63fe-4aad-a9b3-5cc2a647e6f4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-9c37a346-63fe-4aad-a9b3-5cc2a647e6f4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9c37a346-63fe-4aad-a9b3-5cc2a647e6f4 {
  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-9c37a346-63fe-4aad-a9b3-5cc2a647e6f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c37a346-63fe-4aad-a9b3-5cc2a647e6f4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9c37a346-63fe-4aad-a9b3-5cc2a647e6f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b0c5a02c-da79-4af0-bb6d-8a372f0e6765 {
  display: none;
}
#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 {
  text-align: left;
}


.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 {
  max-width: 100%;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 .shg-image-zoom,
.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 {
  max-width: 100%;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 .shg-image-zoom,
.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 {
  max-width: 100%;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 .shg-image-zoom,
.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 {
  max-width: 100%;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 .shg-image-zoom,
.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 {
  max-width: 100%;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 .shg-image-zoom,
.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4672e9d7-4dfc-4140-9e98-e760f884eb09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-316e9ef7-b69a-42c9-8776-1063ba833e0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-316e9ef7-b69a-42c9-8776-1063ba833e0f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-312b3430-4e49-47af-ad4c-101bd6e8cf23 {
  text-align: left;
}

#s-312b3430-4e49-47af-ad4c-101bd6e8cf23 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-312b3430-4e49-47af-ad4c-101bd6e8cf23 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-312b3430-4e49-47af-ad4c-101bd6e8cf23 .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-376c3da1-84e4-465f-97c0-295a503bdfa5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-376c3da1-84e4-465f-97c0-295a503bdfa5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-376c3da1-84e4-465f-97c0-295a503bdfa5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-376c3da1-84e4-465f-97c0-295a503bdfa5 {
  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-376c3da1-84e4-465f-97c0-295a503bdfa5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-376c3da1-84e4-465f-97c0-295a503bdfa5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-376c3da1-84e4-465f-97c0-295a503bdfa5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f6518451-ad3c-4b09-8cdb-5e0565930ffa {
  display: none;
}
#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 {
  text-align: left;
}


.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 {
  max-width: 100%;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 .shg-image-zoom,
.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 {
  max-width: 100%;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 .shg-image-zoom,
.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 {
  max-width: 100%;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 .shg-image-zoom,
.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 {
  max-width: 100%;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 .shg-image-zoom,
.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 {
  max-width: 100%;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 .shg-image-zoom,
.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c40cb722-b70e-4635-b9e9-ca07ba7d02c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-17b09043-1122-4eb2-9666-5f8a464cae15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17b09043-1122-4eb2-9666-5f8a464cae15 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-a3a10ef1-c86c-4a7c-acd2-7a2c013fa82d {
  text-align: left;
}

#s-a3a10ef1-c86c-4a7c-acd2-7a2c013fa82d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a3a10ef1-c86c-4a7c-acd2-7a2c013fa82d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a3a10ef1-c86c-4a7c-acd2-7a2c013fa82d .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-b88ff9b8-5c4a-4e46-9ab0-9ea28b6ef6e9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-b88ff9b8-5c4a-4e46-9ab0-9ea28b6ef6e9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b88ff9b8-5c4a-4e46-9ab0-9ea28b6ef6e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b88ff9b8-5c4a-4e46-9ab0-9ea28b6ef6e9 {
  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-b88ff9b8-5c4a-4e46-9ab0-9ea28b6ef6e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b88ff9b8-5c4a-4e46-9ab0-9ea28b6ef6e9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b88ff9b8-5c4a-4e46-9ab0-9ea28b6ef6e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cf64d91d-d30c-4a39-aa10-11f61489e76d {
  min-height: 50px;
background-color: rgba(248, 243, 237, 1);
}








#s-cf64d91d-d30c-4a39-aa10-11f61489e76d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf64d91d-d30c-4a39-aa10-11f61489e76d.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-605838d8-3a3b-4ca0-b3b3-de5421bc9c67 {
  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-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-605838d8-3a3b-4ca0-b3b3-de5421bc9c67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ce1b3991-3930-4f25-93e4-a3e9892e8a4e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-83dca572-5548-43db-ad5e-f4f641c6f176 .shogun-icon-wrapper {
  text-align: center;
}


#s-83dca572-5548-43db-ad5e-f4f641c6f176 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-f183c234-af02-49ab-a256-c63010f4b319 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-d9fae4f1-f821-4370-a696-b0dfdbea850f {
  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-d9fae4f1-f821-4370-a696-b0dfdbea850f:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-d9fae4f1-f821-4370-a696-b0dfdbea850f:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-d9fae4f1-f821-4370-a696-b0dfdbea850f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a2889caf-f79e-4eaf-8a66-811620115a98 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a2889caf-f79e-4eaf-8a66-811620115a98"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a954941b-96dc-46fa-9efe-6942fda3b51c .shogun-icon-wrapper {
  text-align: center;
}


#s-a954941b-96dc-46fa-9efe-6942fda3b51c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-bd085300-cb7e-4f18-a2ec-220c886fdb1a {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-2d6c48d5-ac0d-4599-aa6d-f774e93deecd {
  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-2d6c48d5-ac0d-4599-aa6d-f774e93deecd:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-2d6c48d5-ac0d-4599-aa6d-f774e93deecd:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-2d6c48d5-ac0d-4599-aa6d-f774e93deecd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4b15aeb9-4b84-4468-b6c2-9d8817ebe300"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-88977eb4-5171-437d-8563-e56726913ae6 .shogun-icon-wrapper {
  text-align: center;
}


#s-88977eb4-5171-437d-8563-e56726913ae6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-bd968281-2965-46ff-a2c7-1db85ff3966b {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-7f2fd41e-6a88-490a-84cd-7ff96b72abe5 {
  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-7f2fd41e-6a88-490a-84cd-7ff96b72abe5:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-7f2fd41e-6a88-490a-84cd-7ff96b72abe5:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-7f2fd41e-6a88-490a-84cd-7ff96b72abe5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5ae68759-0de9-4066-9225-9cae95d7d6af {
  min-height: 50px;
background-color: rgba(175, 143, 52, 1);
}








#s-5ae68759-0de9-4066-9225-9cae95d7d6af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae68759-0de9-4066-9225-9cae95d7d6af.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-3bf77056-a12c-45e9-87f1-8f5ea94018ba {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3bf77056-a12c-45e9-87f1-8f5ea94018ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a9e5b109-5873-47bd-899b-b513affbe8c9 {
  text-align: left;
}




  #s-a9e5b109-5873-47bd-899b-b513affbe8c9 img.shogun-image {
    
    width: px;
  }


#s-a9e5b109-5873-47bd-899b-b513affbe8c9 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-34079e8e-384a-4130-848a-00579a0f29b3 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-34079e8e-384a-4130-848a-00579a0f29b3"] > .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-7bb30feb-41c1-4753-9e99-f4fc50afca48 {
  text-align: center;
}

#s-6b8d7566-5fca-4756-9114-bc5747c9ef1d {
  padding-top: 0px;
}

#s-5b3bdcdc-30c8-4911-b51e-7b1c18e4cc88 {
  padding-top: 15px;
}

#s-58b88851-7558-48ce-9890-c1da8db2a216 {
  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;
}
