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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ac77301f-8954-4aa5-948c-5bd08e709b64 {
  padding-top: 10px;
padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bfe90c64-2ebf-423f-b60f-79d1966bbe2c .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-bfe90c64-2ebf-423f-b60f-79d1966bbe2c .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-bfe90c64-2ebf-423f-b60f-79d1966bbe2c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-bfe90c64-2ebf-423f-b60f-79d1966bbe2c .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-bfe90c64-2ebf-423f-b60f-79d1966bbe2c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 143, 52, 1);
}

#s-bfe90c64-2ebf-423f-b60f-79d1966bbe2c .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-bfe90c64-2ebf-423f-b60f-79d1966bbe2c .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-bfe90c64-2ebf-423f-b60f-79d1966bbe2c .shogun-tab {
  max-width: calc(100% / 3 - (3 - 2) * 2px / 3);
}

.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-dec9947d-b9ba-4e31-bad5-f271c41b626d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-dec9947d-b9ba-4e31-bad5-f271c41b626d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-dec9947d-b9ba-4e31-bad5-f271c41b626d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-dec9947d-b9ba-4e31-bad5-f271c41b626d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-dec9947d-b9ba-4e31-bad5-f271c41b626d > .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-dec9947d-b9ba-4e31-bad5-f271c41b626d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3124bc2b-d0ec-487f-bf7c-0fda5350190e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-bb71bc23-c485-4ed9-a509-e58cbd51e12e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d4b5cc71-30de-43ec-803a-ae7177629550 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ad4469fa-e690-40f9-974e-96378fda571d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d0c0d305-9e79-4fc7-82ea-6e81d8337175 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d0c0d305-9e79-4fc7-82ea-6e81d8337175 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d0c0d305-9e79-4fc7-82ea-6e81d8337175 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-d0c0d305-9e79-4fc7-82ea-6e81d8337175 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d0c0d305-9e79-4fc7-82ea-6e81d8337175 > .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-d0c0d305-9e79-4fc7-82ea-6e81d8337175 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-450d4f60-af40-4002-aed2-b9209c5c51b3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-940b746d-4123-44a8-bdf4-f28324f9a937 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-940b746d-4123-44a8-bdf4-f28324f9a937 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-940b746d-4123-44a8-bdf4-f28324f9a937 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-940b746d-4123-44a8-bdf4-f28324f9a937 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-940b746d-4123-44a8-bdf4-f28324f9a937 > .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-940b746d-4123-44a8-bdf4-f28324f9a937 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3d862072-e1a4-4217-b7ad-960c4459eaa5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f92c73e6-b0a7-4700-9fe2-539537417710 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f92c73e6-b0a7-4700-9fe2-539537417710 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f92c73e6-b0a7-4700-9fe2-539537417710 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-f92c73e6-b0a7-4700-9fe2-539537417710 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f92c73e6-b0a7-4700-9fe2-539537417710 > .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-f92c73e6-b0a7-4700-9fe2-539537417710 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-fd9fa1a9-2090-458f-aa3b-97db57d8d694 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e59a032f-c412-4116-a276-2f98394b1a09 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e59a032f-c412-4116-a276-2f98394b1a09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e59a032f-c412-4116-a276-2f98394b1a09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-e59a032f-c412-4116-a276-2f98394b1a09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e59a032f-c412-4116-a276-2f98394b1a09 > .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-e59a032f-c412-4116-a276-2f98394b1a09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a125a947-2f94-419a-92fc-807e0d6a87e9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2e827ade-b5f0-414e-8ba4-7a970ebbe9d6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2e827ade-b5f0-414e-8ba4-7a970ebbe9d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2e827ade-b5f0-414e-8ba4-7a970ebbe9d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-2e827ade-b5f0-414e-8ba4-7a970ebbe9d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2e827ade-b5f0-414e-8ba4-7a970ebbe9d6 > .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-2e827ade-b5f0-414e-8ba4-7a970ebbe9d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9c972786-7f7d-4aee-9758-d60fff0720e7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-adb2fbd6-4a3e-4f9f-b3ce-2c14b1cff9a2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-adb2fbd6-4a3e-4f9f-b3ce-2c14b1cff9a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-adb2fbd6-4a3e-4f9f-b3ce-2c14b1cff9a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-adb2fbd6-4a3e-4f9f-b3ce-2c14b1cff9a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-adb2fbd6-4a3e-4f9f-b3ce-2c14b1cff9a2 > .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-adb2fbd6-4a3e-4f9f-b3ce-2c14b1cff9a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-639d5481-2a1a-4484-a745-c8b9437f52c4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-81e0a6a3-acb0-4e06-8487-00803c9c6a31 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-81e0a6a3-acb0-4e06-8487-00803c9c6a31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-81e0a6a3-acb0-4e06-8487-00803c9c6a31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-81e0a6a3-acb0-4e06-8487-00803c9c6a31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-81e0a6a3-acb0-4e06-8487-00803c9c6a31 > .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-81e0a6a3-acb0-4e06-8487-00803c9c6a31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9c8b3c4c-5a37-4592-8a7e-efa45547c316 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9945cd88-2c7c-438b-8568-4585d87c3808 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9945cd88-2c7c-438b-8568-4585d87c3808 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9945cd88-2c7c-438b-8568-4585d87c3808 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-9945cd88-2c7c-438b-8568-4585d87c3808 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9945cd88-2c7c-438b-8568-4585d87c3808 > .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-9945cd88-2c7c-438b-8568-4585d87c3808 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4e9b1439-f7bc-46c5-aecb-177e4bcea325 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e72d516a-6936-4988-a1b1-a8d0e4d68e1e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e72d516a-6936-4988-a1b1-a8d0e4d68e1e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e72d516a-6936-4988-a1b1-a8d0e4d68e1e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-e72d516a-6936-4988-a1b1-a8d0e4d68e1e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e72d516a-6936-4988-a1b1-a8d0e4d68e1e > .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-e72d516a-6936-4988-a1b1-a8d0e4d68e1e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9fd7e757-3bba-450d-a839-1db3f8f4c9ea {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-938dc246-616c-4218-a77e-ff0d1c2058d3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-938dc246-616c-4218-a77e-ff0d1c2058d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-938dc246-616c-4218-a77e-ff0d1c2058d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-938dc246-616c-4218-a77e-ff0d1c2058d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-938dc246-616c-4218-a77e-ff0d1c2058d3 > .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-938dc246-616c-4218-a77e-ff0d1c2058d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0ea940ad-cfc4-4bf2-92ec-61f1628670e0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ecb8bc31-995a-4273-90cf-872001ca890f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ecb8bc31-995a-4273-90cf-872001ca890f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ecb8bc31-995a-4273-90cf-872001ca890f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-ecb8bc31-995a-4273-90cf-872001ca890f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ecb8bc31-995a-4273-90cf-872001ca890f > .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-ecb8bc31-995a-4273-90cf-872001ca890f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-19a45e3e-0d8d-4ee1-8c55-3d8184b188cb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-884eff2d-7fbc-4f98-8168-eec22c67adf4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-884eff2d-7fbc-4f98-8168-eec22c67adf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-884eff2d-7fbc-4f98-8168-eec22c67adf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-884eff2d-7fbc-4f98-8168-eec22c67adf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-884eff2d-7fbc-4f98-8168-eec22c67adf4 > .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-884eff2d-7fbc-4f98-8168-eec22c67adf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9a7bda88-eb35-4034-84ba-f0adb1783c49 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7cf326c9-a3ef-4280-9aa7-8e18156167c5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7cf326c9-a3ef-4280-9aa7-8e18156167c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7cf326c9-a3ef-4280-9aa7-8e18156167c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-7cf326c9-a3ef-4280-9aa7-8e18156167c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7cf326c9-a3ef-4280-9aa7-8e18156167c5 > .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-7cf326c9-a3ef-4280-9aa7-8e18156167c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f14cb089-3633-4b5d-8370-47e7d1df3a6f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a98bdaba-0798-4b41-a24b-aad887ce2fae > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a98bdaba-0798-4b41-a24b-aad887ce2fae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a98bdaba-0798-4b41-a24b-aad887ce2fae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-a98bdaba-0798-4b41-a24b-aad887ce2fae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a98bdaba-0798-4b41-a24b-aad887ce2fae > .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-a98bdaba-0798-4b41-a24b-aad887ce2fae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4deb40be-deb1-4664-90fb-d5d6f3271d2d {
  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-d5c76b5c-4294-4904-96cc-5c797c1d702a {
  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-d5c76b5c-4294-4904-96cc-5c797c1d702a:hover {background-color: rgba(151, 123, 45, 1) !important;
text-decoration: none !important;}#s-d5c76b5c-4294-4904-96cc-5c797c1d702a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d5c76b5c-4294-4904-96cc-5c797c1d702a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-2602521e-2c8e-4ab6-a2b8-656cca555ab5 {
  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-15d8c8d2-2223-45dd-88a1-710a87c38d65 {
  text-align: center;
}




  #s-15d8c8d2-2223-45dd-88a1-710a87c38d65 img.shogun-image {
    
    width: px;
  }


#s-15d8c8d2-2223-45dd-88a1-710a87c38d65 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-2f3d0091-a276-4e10-abdd-7d543a04df90 {
  text-align: center;
}




  #s-2f3d0091-a276-4e10-abdd-7d543a04df90 img.shogun-image {
    
    width: px;
  }


#s-2f3d0091-a276-4e10-abdd-7d543a04df90 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-37cfc26e-a077-4617-9efd-21e7bfea7536 {
  text-align: center;
}




  #s-37cfc26e-a077-4617-9efd-21e7bfea7536 img.shogun-image {
    
    width: px;
  }


#s-37cfc26e-a077-4617-9efd-21e7bfea7536 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-cb14878c-a67d-458e-a802-95bea1a74dba {
  text-align: center;
}




  #s-cb14878c-a67d-458e-a802-95bea1a74dba img.shogun-image {
    
    width: px;
  }


#s-cb14878c-a67d-458e-a802-95bea1a74dba .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-e0930b90-fbe6-4642-87f9-4c2298c95d6a {
  text-align: center;
}




  #s-e0930b90-fbe6-4642-87f9-4c2298c95d6a img.shogun-image {
    
    width: px;
  }


#s-e0930b90-fbe6-4642-87f9-4c2298c95d6a .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-89cada1a-cf69-4643-baea-d484a568fb4b {
  text-align: center;
}




  #s-89cada1a-cf69-4643-baea-d484a568fb4b img.shogun-image {
    
    width: px;
  }


#s-89cada1a-cf69-4643-baea-d484a568fb4b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-e4a14f55-e7bb-48d5-9467-4a54aa3b659c {
  text-align: center;
}




  #s-e4a14f55-e7bb-48d5-9467-4a54aa3b659c img.shogun-image {
    
    width: px;
  }


#s-e4a14f55-e7bb-48d5-9467-4a54aa3b659c .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-287ce716-28ad-4e87-9e98-a389ffb64203 {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
}

#s-f9855686-1abd-41e6-ac10-b215bc4e682b {
  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-52abbc2d-e294-44ad-ac5a-364723f4d27f {
  text-align: left;
}


.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f {
  max-width: 100%;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f .shg-image-zoom,
.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f {
  max-width: 100%;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f .shg-image-zoom,
.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f {
  max-width: 100%;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f .shg-image-zoom,
.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f {
  max-width: 100%;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f .shg-image-zoom,
.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f {
  max-width: 100%;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f .shg-image-zoom,
.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52abbc2d-e294-44ad-ac5a-364723f4d27f .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-5fd1564b-40ce-4bb1-9275-810a9f12a22d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5fd1564b-40ce-4bb1-9275-810a9f12a22d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-ea24a703-e0ac-44a8-8f8a-32ed83c08735 {
  text-align: left;
}

#s-ea24a703-e0ac-44a8-8f8a-32ed83c08735 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ea24a703-e0ac-44a8-8f8a-32ed83c08735 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ea24a703-e0ac-44a8-8f8a-32ed83c08735 .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-9c3eafd2-6028-422c-acab-c62673118e6e {
  display: none;
}
#s-e402bb3e-1076-4bd4-a200-455dc818525e {
  text-align: left;
}


.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e {
  max-width: 100%;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e .shg-image-zoom,
.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e {
  max-width: 100%;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e .shg-image-zoom,
.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e {
  max-width: 100%;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e .shg-image-zoom,
.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e {
  max-width: 100%;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e .shg-image-zoom,
.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e {
  max-width: 100%;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e .shg-image-zoom,
.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e402bb3e-1076-4bd4-a200-455dc818525e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b2d05f2f-2582-42f7-99bb-16c5d4aa3fde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2d05f2f-2582-42f7-99bb-16c5d4aa3fde .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-d6ac8174-876f-46b3-a7c5-28b2240b22cc {
  text-align: left;
}

#s-d6ac8174-876f-46b3-a7c5-28b2240b22cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d6ac8174-876f-46b3-a7c5-28b2240b22cc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d6ac8174-876f-46b3-a7c5-28b2240b22cc .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-4e73f8c9-afe4-42d6-9d1b-07edfa0592d4 {
  display: none;
}
#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 {
  text-align: left;
}


.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 {
  max-width: 100%;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 .shg-image-zoom,
.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 {
  max-width: 100%;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 .shg-image-zoom,
.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 {
  max-width: 100%;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 .shg-image-zoom,
.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 {
  max-width: 100%;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 .shg-image-zoom,
.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 {
  max-width: 100%;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 .shg-image-zoom,
.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b3adba1-0f3a-4409-8cca-da4988fe40e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-07e615bc-6491-4ca3-a9c4-86560f9d6f45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-07e615bc-6491-4ca3-a9c4-86560f9d6f45 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-5d4c6e68-5ff5-46ef-a31c-78797b23035c {
  text-align: left;
}

#s-5d4c6e68-5ff5-46ef-a31c-78797b23035c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5d4c6e68-5ff5-46ef-a31c-78797b23035c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5d4c6e68-5ff5-46ef-a31c-78797b23035c .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-a35fb21e-8e11-44b3-879e-db34a94148ee {
  display: none;
}
#s-64f7110c-a37c-4667-bb8e-ec420ac5678f {
  text-align: left;
}


.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f {
  max-width: 100%;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f .shg-image-zoom,
.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f {
  max-width: 100%;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f .shg-image-zoom,
.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f {
  max-width: 100%;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f .shg-image-zoom,
.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f {
  max-width: 100%;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f .shg-image-zoom,
.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f {
  max-width: 100%;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f .shg-image-zoom,
.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64f7110c-a37c-4667-bb8e-ec420ac5678f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-62f06b48-42a4-4020-bcac-177662c8c9d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-62f06b48-42a4-4020-bcac-177662c8c9d4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-d6e2a059-98b1-4739-90c3-07c53f6a4faa {
  text-align: left;
}

#s-d6e2a059-98b1-4739-90c3-07c53f6a4faa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d6e2a059-98b1-4739-90c3-07c53f6a4faa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d6e2a059-98b1-4739-90c3-07c53f6a4faa .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-addcdbae-2fba-410c-9dca-de1cb24499cb {
  display: none;
}
#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 {
  text-align: left;
}


.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 {
  max-width: 100%;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 .shg-image-zoom,
.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 {
  max-width: 100%;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 .shg-image-zoom,
.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 {
  max-width: 100%;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 .shg-image-zoom,
.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 {
  max-width: 100%;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 .shg-image-zoom,
.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 {
  max-width: 100%;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 .shg-image-zoom,
.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8660a663-6d7e-4cb7-b7be-d5dd26ba2742 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ff61275a-e2eb-4d7d-85dd-eec40857f0a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff61275a-e2eb-4d7d-85dd-eec40857f0a0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-64e72965-5479-4a78-8d92-03a1afd7dac5 {
  text-align: left;
}

#s-64e72965-5479-4a78-8d92-03a1afd7dac5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-64e72965-5479-4a78-8d92-03a1afd7dac5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-64e72965-5479-4a78-8d92-03a1afd7dac5 .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-c7436685-eb4d-4708-ba9c-eb5c27761895 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-c7436685-eb4d-4708-ba9c-eb5c27761895:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-c7436685-eb4d-4708-ba9c-eb5c27761895:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7436685-eb4d-4708-ba9c-eb5c27761895 {
  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-c7436685-eb4d-4708-ba9c-eb5c27761895.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7436685-eb4d-4708-ba9c-eb5c27761895.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c7436685-eb4d-4708-ba9c-eb5c27761895.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-43241b53-9fae-4e90-836e-c74c8836738b {
  display: none;
}
#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb {
  text-align: left;
}


.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb {
  max-width: 100%;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb .shg-image-zoom,
.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb {
  max-width: 100%;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb .shg-image-zoom,
.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb {
  max-width: 100%;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb .shg-image-zoom,
.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb {
  max-width: 100%;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb .shg-image-zoom,
.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb {
  max-width: 100%;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb .shg-image-zoom,
.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0d52bfd-178c-4801-9049-6a9ba009f8eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4778119b-f61e-4bb9-a177-4d53f8546678 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4778119b-f61e-4bb9-a177-4d53f8546678 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1b2b4821-60ab-4135-97ff-18a067cd8a06 {
  text-align: left;
}

#s-1b2b4821-60ab-4135-97ff-18a067cd8a06 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1b2b4821-60ab-4135-97ff-18a067cd8a06 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1b2b4821-60ab-4135-97ff-18a067cd8a06 .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-75209630-9efc-433a-92f9-817cee0a80ff {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-75209630-9efc-433a-92f9-817cee0a80ff:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-75209630-9efc-433a-92f9-817cee0a80ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-75209630-9efc-433a-92f9-817cee0a80ff {
  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-75209630-9efc-433a-92f9-817cee0a80ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75209630-9efc-433a-92f9-817cee0a80ff.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-75209630-9efc-433a-92f9-817cee0a80ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d9c1b3bd-2930-4726-85ea-1f43ef0db0df {
  display: none;
}
#s-b1f9c006-c733-4dc4-a913-33a02d09467b {
  text-align: left;
}


.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b {
  max-width: 100%;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b .shg-image-zoom,
.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b {
  max-width: 100%;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b .shg-image-zoom,
.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b {
  max-width: 100%;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b .shg-image-zoom,
.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b {
  max-width: 100%;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b .shg-image-zoom,
.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b {
  max-width: 100%;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b .shg-image-zoom,
.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1f9c006-c733-4dc4-a913-33a02d09467b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e989cc8e-47b1-4f7b-b649-05eca615c32e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e989cc8e-47b1-4f7b-b649-05eca615c32e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-c8db515c-a3cc-4a6a-9ce3-4ca06f2eb041 {
  text-align: left;
}

#s-c8db515c-a3cc-4a6a-9ce3-4ca06f2eb041 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c8db515c-a3cc-4a6a-9ce3-4ca06f2eb041 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c8db515c-a3cc-4a6a-9ce3-4ca06f2eb041 .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-279f3753-986c-4791-a2d6-69e9bc170c00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-279f3753-986c-4791-a2d6-69e9bc170c00:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-279f3753-986c-4791-a2d6-69e9bc170c00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-279f3753-986c-4791-a2d6-69e9bc170c00 {
  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-279f3753-986c-4791-a2d6-69e9bc170c00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-279f3753-986c-4791-a2d6-69e9bc170c00.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-279f3753-986c-4791-a2d6-69e9bc170c00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2f029949-71af-44ae-916a-76405d8f8847 {
  display: none;
}
#s-d6c518db-4250-4a6b-8978-04031363aec8 {
  text-align: left;
}


.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 {
  max-width: 100%;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 .shg-image-zoom,
.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 {
  max-width: 100%;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 .shg-image-zoom,
.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 {
  max-width: 100%;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 .shg-image-zoom,
.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 {
  max-width: 100%;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 .shg-image-zoom,
.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 {
  max-width: 100%;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 .shg-image-zoom,
.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6c518db-4250-4a6b-8978-04031363aec8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-15728478-5af5-412c-8a83-863cdf2d2585 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15728478-5af5-412c-8a83-863cdf2d2585 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-98aa8655-a8a5-4e2e-9a53-24ca66a7ab02 {
  text-align: left;
}

#s-98aa8655-a8a5-4e2e-9a53-24ca66a7ab02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-98aa8655-a8a5-4e2e-9a53-24ca66a7ab02 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-98aa8655-a8a5-4e2e-9a53-24ca66a7ab02 .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-c383c8ac-3035-44de-85a4-a221a40aa3a4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-c383c8ac-3035-44de-85a4-a221a40aa3a4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-c383c8ac-3035-44de-85a4-a221a40aa3a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c383c8ac-3035-44de-85a4-a221a40aa3a4 {
  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-c383c8ac-3035-44de-85a4-a221a40aa3a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c383c8ac-3035-44de-85a4-a221a40aa3a4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c383c8ac-3035-44de-85a4-a221a40aa3a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1568aecc-d8d0-4962-9e51-5bb1f86c37bf {
  display: none;
}
#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 {
  text-align: left;
}


.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 {
  max-width: 100%;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 .shg-image-zoom,
.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 {
  max-width: 100%;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 .shg-image-zoom,
.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 {
  max-width: 100%;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 .shg-image-zoom,
.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 {
  max-width: 100%;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 .shg-image-zoom,
.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 {
  max-width: 100%;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 .shg-image-zoom,
.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f7aaf86-b1b4-4024-bc8e-3cc517de6628 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b6e5074c-2efc-4f77-b562-47dbbdda8759 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6e5074c-2efc-4f77-b562-47dbbdda8759 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-670b113a-b525-419c-b989-029afb6dbbec {
  text-align: left;
}

#s-670b113a-b525-419c-b989-029afb6dbbec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-670b113a-b525-419c-b989-029afb6dbbec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-670b113a-b525-419c-b989-029afb6dbbec .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-0441cf5c-1894-4957-815f-e8f0675c5343 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-0441cf5c-1894-4957-815f-e8f0675c5343:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-0441cf5c-1894-4957-815f-e8f0675c5343:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0441cf5c-1894-4957-815f-e8f0675c5343 {
  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-0441cf5c-1894-4957-815f-e8f0675c5343.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0441cf5c-1894-4957-815f-e8f0675c5343.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-0441cf5c-1894-4957-815f-e8f0675c5343.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a4a80ef4-409e-46ad-bb86-e91a45738f32 {
  display: none;
}
#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 {
  text-align: left;
}


.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 {
  max-width: 100%;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 .shg-image-zoom,
.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 {
  max-width: 100%;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 .shg-image-zoom,
.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 {
  max-width: 100%;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 .shg-image-zoom,
.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 {
  max-width: 100%;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 .shg-image-zoom,
.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 {
  max-width: 100%;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 .shg-image-zoom,
.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed1afca-7476-4de7-8ac4-e77f874a20f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c501db00-bd8e-4089-98f4-626762470274 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c501db00-bd8e-4089-98f4-626762470274 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-953a94cd-001d-41cd-aab7-f875fde05112 {
  text-align: left;
}

#s-953a94cd-001d-41cd-aab7-f875fde05112 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-953a94cd-001d-41cd-aab7-f875fde05112 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-953a94cd-001d-41cd-aab7-f875fde05112 .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-1fd0808f-ebaa-46d0-840a-52b53a8566c9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-1fd0808f-ebaa-46d0-840a-52b53a8566c9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1fd0808f-ebaa-46d0-840a-52b53a8566c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1fd0808f-ebaa-46d0-840a-52b53a8566c9 {
  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-1fd0808f-ebaa-46d0-840a-52b53a8566c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1fd0808f-ebaa-46d0-840a-52b53a8566c9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1fd0808f-ebaa-46d0-840a-52b53a8566c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-34cb34c8-a2b2-41a2-91ae-c05f47556694 {
  display: none;
}
#s-b9d84233-ae79-44e2-b99a-1bb404593d23 {
  text-align: left;
}


.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 {
  max-width: 100%;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 .shg-image-zoom,
.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 {
  max-width: 100%;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 .shg-image-zoom,
.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 {
  max-width: 100%;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 .shg-image-zoom,
.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 {
  max-width: 100%;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 .shg-image-zoom,
.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 {
  max-width: 100%;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 .shg-image-zoom,
.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9d84233-ae79-44e2-b99a-1bb404593d23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bdaf95aa-949d-4391-93cb-74836b508f5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdaf95aa-949d-4391-93cb-74836b508f5e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b8f1d95d-1b15-466f-9674-b9c72409946c {
  text-align: left;
}

#s-b8f1d95d-1b15-466f-9674-b9c72409946c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b8f1d95d-1b15-466f-9674-b9c72409946c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b8f1d95d-1b15-466f-9674-b9c72409946c .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-057b1cbf-2e4b-46fe-9e93-4c11dd1cd96c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-057b1cbf-2e4b-46fe-9e93-4c11dd1cd96c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-057b1cbf-2e4b-46fe-9e93-4c11dd1cd96c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-057b1cbf-2e4b-46fe-9e93-4c11dd1cd96c {
  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-057b1cbf-2e4b-46fe-9e93-4c11dd1cd96c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-057b1cbf-2e4b-46fe-9e93-4c11dd1cd96c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-057b1cbf-2e4b-46fe-9e93-4c11dd1cd96c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a9d9d883-879b-4a50-90b9-5049e162580e {
  display: none;
}
#s-f698aa63-0699-477f-a97a-cf888a9e229a {
  text-align: left;
}


.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a {
  max-width: 100%;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a .shg-image-zoom,
.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a {
  max-width: 100%;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a .shg-image-zoom,
.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a {
  max-width: 100%;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a .shg-image-zoom,
.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a {
  max-width: 100%;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a .shg-image-zoom,
.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a {
  max-width: 100%;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a .shg-image-zoom,
.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f698aa63-0699-477f-a97a-cf888a9e229a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-84af5180-c10a-4554-be50-b511fe888209 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84af5180-c10a-4554-be50-b511fe888209 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-dfb5fa7f-f552-4a4f-8094-d8b7d345e432 {
  text-align: left;
}

#s-dfb5fa7f-f552-4a4f-8094-d8b7d345e432 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-dfb5fa7f-f552-4a4f-8094-d8b7d345e432 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dfb5fa7f-f552-4a4f-8094-d8b7d345e432 .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-a84e2ff9-2ee8-4122-af37-06f0e4608668 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-a84e2ff9-2ee8-4122-af37-06f0e4608668:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-a84e2ff9-2ee8-4122-af37-06f0e4608668:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a84e2ff9-2ee8-4122-af37-06f0e4608668 {
  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-a84e2ff9-2ee8-4122-af37-06f0e4608668.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a84e2ff9-2ee8-4122-af37-06f0e4608668.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a84e2ff9-2ee8-4122-af37-06f0e4608668.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-55c4afbd-8ffd-45e2-8114-ef2097e12076 {
  display: none;
}
#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 {
  text-align: left;
}


.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 {
  max-width: 100%;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 .shg-image-zoom,
.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 {
  max-width: 100%;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 .shg-image-zoom,
.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 {
  max-width: 100%;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 .shg-image-zoom,
.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 {
  max-width: 100%;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 .shg-image-zoom,
.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 {
  max-width: 100%;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 .shg-image-zoom,
.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92f4b592-3181-404f-89e6-c6fbf47f96f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f0b3bcc2-100f-4a89-96af-c67807e9d13c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0b3bcc2-100f-4a89-96af-c67807e9d13c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0ebc8b98-f9bb-415a-ac0f-da1d2232838f {
  text-align: left;
}

#s-0ebc8b98-f9bb-415a-ac0f-da1d2232838f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0ebc8b98-f9bb-415a-ac0f-da1d2232838f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0ebc8b98-f9bb-415a-ac0f-da1d2232838f .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-e673cf6e-db17-4009-be7f-732df4b5f156 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-e673cf6e-db17-4009-be7f-732df4b5f156:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e673cf6e-db17-4009-be7f-732df4b5f156:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e673cf6e-db17-4009-be7f-732df4b5f156 {
  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-e673cf6e-db17-4009-be7f-732df4b5f156.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e673cf6e-db17-4009-be7f-732df4b5f156.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e673cf6e-db17-4009-be7f-732df4b5f156.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a3cb1c75-1a7f-4741-943a-bd9525276271 {
  display: none;
}
#s-97bb2c8c-7004-4fe9-8595-d9dae108aced {
  text-align: left;
}


.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced {
  max-width: 100%;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced .shg-image-zoom,
.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced {
  max-width: 100%;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced .shg-image-zoom,
.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced {
  max-width: 100%;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced .shg-image-zoom,
.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced {
  max-width: 100%;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced .shg-image-zoom,
.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced {
  max-width: 100%;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced .shg-image-zoom,
.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97bb2c8c-7004-4fe9-8595-d9dae108aced .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0f5b12a5-a76f-4ed2-8bae-b8bcd67c2fc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f5b12a5-a76f-4ed2-8bae-b8bcd67c2fc4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-aff720a9-c8da-4e76-84e1-46b3780f91f1 {
  text-align: left;
}

#s-aff720a9-c8da-4e76-84e1-46b3780f91f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-aff720a9-c8da-4e76-84e1-46b3780f91f1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-aff720a9-c8da-4e76-84e1-46b3780f91f1 .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-85c6fc78-bc0f-4bb2-8881-e0953d0ffe77 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-85c6fc78-bc0f-4bb2-8881-e0953d0ffe77:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-85c6fc78-bc0f-4bb2-8881-e0953d0ffe77:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-85c6fc78-bc0f-4bb2-8881-e0953d0ffe77 {
  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-85c6fc78-bc0f-4bb2-8881-e0953d0ffe77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85c6fc78-bc0f-4bb2-8881-e0953d0ffe77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-85c6fc78-bc0f-4bb2-8881-e0953d0ffe77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-793df200-8f18-43e2-b747-1d119ca8be60 {
  display: none;
}
#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f {
  text-align: left;
}


.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f {
  max-width: 100%;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f .shg-image-zoom,
.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f {
  max-width: 100%;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f .shg-image-zoom,
.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f {
  max-width: 100%;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f .shg-image-zoom,
.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f {
  max-width: 100%;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f .shg-image-zoom,
.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f {
  max-width: 100%;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f .shg-image-zoom,
.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1cc43a5-6952-40ca-a7f2-462c872ee47f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ad97a0e5-38b1-4555-88ba-005a0db8eedc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad97a0e5-38b1-4555-88ba-005a0db8eedc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-7ed1a2a8-7e86-49f1-8cac-adf932b70d04 {
  text-align: left;
}

#s-7ed1a2a8-7e86-49f1-8cac-adf932b70d04 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7ed1a2a8-7e86-49f1-8cac-adf932b70d04 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7ed1a2a8-7e86-49f1-8cac-adf932b70d04 .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-2cc48193-7b0a-4c42-ae4c-fcc650ec0672 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-2cc48193-7b0a-4c42-ae4c-fcc650ec0672:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-2cc48193-7b0a-4c42-ae4c-fcc650ec0672:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2cc48193-7b0a-4c42-ae4c-fcc650ec0672 {
  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-2cc48193-7b0a-4c42-ae4c-fcc650ec0672.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cc48193-7b0a-4c42-ae4c-fcc650ec0672.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2cc48193-7b0a-4c42-ae4c-fcc650ec0672.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9fe5cdc5-937a-4219-8190-133251d58c0f {
  display: none;
}
#s-518bda9a-62cf-41e2-a2d8-24943cb1630d {
  text-align: left;
}


.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d {
  max-width: 100%;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d .shg-image-zoom,
.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d {
  max-width: 100%;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d .shg-image-zoom,
.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d {
  max-width: 100%;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d .shg-image-zoom,
.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d {
  max-width: 100%;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d .shg-image-zoom,
.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d {
  max-width: 100%;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d .shg-image-zoom,
.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-518bda9a-62cf-41e2-a2d8-24943cb1630d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-38222f5a-2aaf-4317-896c-6e0a270db622 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38222f5a-2aaf-4317-896c-6e0a270db622 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-dd07a16e-ac20-4b1e-9821-5a7165f243c7 {
  text-align: left;
}

#s-dd07a16e-ac20-4b1e-9821-5a7165f243c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-dd07a16e-ac20-4b1e-9821-5a7165f243c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dd07a16e-ac20-4b1e-9821-5a7165f243c7 .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-a23bfed7-31dd-466e-8e99-119f5899bb01 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-a23bfed7-31dd-466e-8e99-119f5899bb01:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-a23bfed7-31dd-466e-8e99-119f5899bb01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a23bfed7-31dd-466e-8e99-119f5899bb01 {
  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-a23bfed7-31dd-466e-8e99-119f5899bb01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a23bfed7-31dd-466e-8e99-119f5899bb01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a23bfed7-31dd-466e-8e99-119f5899bb01.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aec8ba51-af7b-407c-9756-40af6e989b2a {
  display: none;
}
#s-8e486c07-448d-4211-8450-2d3a2b0e40ed {
  text-align: left;
}


.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed {
  max-width: 100%;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed .shg-image-zoom,
.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed {
  max-width: 100%;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed .shg-image-zoom,
.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed {
  max-width: 100%;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed .shg-image-zoom,
.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed {
  max-width: 100%;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed .shg-image-zoom,
.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed {
  max-width: 100%;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed .shg-image-zoom,
.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e486c07-448d-4211-8450-2d3a2b0e40ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7133ffc3-8617-416d-8bd1-8ae9da783aab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7133ffc3-8617-416d-8bd1-8ae9da783aab .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b3a0131f-2f3e-43dd-b476-0c150dcef450 {
  text-align: left;
}

#s-b3a0131f-2f3e-43dd-b476-0c150dcef450 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b3a0131f-2f3e-43dd-b476-0c150dcef450 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b3a0131f-2f3e-43dd-b476-0c150dcef450 .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-4da5a5ff-78f3-4e1b-beaf-36afbe100417 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-4da5a5ff-78f3-4e1b-beaf-36afbe100417:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-4da5a5ff-78f3-4e1b-beaf-36afbe100417:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4da5a5ff-78f3-4e1b-beaf-36afbe100417 {
  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-4da5a5ff-78f3-4e1b-beaf-36afbe100417.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4da5a5ff-78f3-4e1b-beaf-36afbe100417.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-4da5a5ff-78f3-4e1b-beaf-36afbe100417.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6200afcf-8154-488a-8b42-8ebe4018879b {
  display: none;
}
#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b {
  text-align: left;
}


.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b {
  max-width: 100%;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b .shg-image-zoom,
.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b {
  max-width: 100%;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b .shg-image-zoom,
.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b {
  max-width: 100%;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b .shg-image-zoom,
.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b {
  max-width: 100%;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b .shg-image-zoom,
.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b {
  max-width: 100%;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b .shg-image-zoom,
.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18a8a6ca-c50e-4549-82bc-de3bdfad459b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-256786f1-e081-472e-a6af-17ea3635b272 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-256786f1-e081-472e-a6af-17ea3635b272 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-804060ba-2160-4742-a65c-543bea3caa5d {
  text-align: left;
}

#s-804060ba-2160-4742-a65c-543bea3caa5d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-804060ba-2160-4742-a65c-543bea3caa5d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-804060ba-2160-4742-a65c-543bea3caa5d .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-2a26bd75-7c90-461d-9d59-4a20f82d73a5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-2a26bd75-7c90-461d-9d59-4a20f82d73a5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-2a26bd75-7c90-461d-9d59-4a20f82d73a5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2a26bd75-7c90-461d-9d59-4a20f82d73a5 {
  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-2a26bd75-7c90-461d-9d59-4a20f82d73a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a26bd75-7c90-461d-9d59-4a20f82d73a5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2a26bd75-7c90-461d-9d59-4a20f82d73a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee4cff76-d721-4e46-89a0-245abc54456f {
  display: none;
}
#s-e560c3bb-da6a-403f-91ba-4702d75d9604 {
  text-align: left;
}


.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 {
  max-width: 100%;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 .shg-image-zoom,
.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 {
  max-width: 100%;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 .shg-image-zoom,
.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 {
  max-width: 100%;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 .shg-image-zoom,
.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 {
  max-width: 100%;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 .shg-image-zoom,
.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 {
  max-width: 100%;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 .shg-image-zoom,
.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e560c3bb-da6a-403f-91ba-4702d75d9604 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-11b788b9-512e-44d6-9122-d1efbc9665c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11b788b9-512e-44d6-9122-d1efbc9665c8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-7808d384-b812-43b7-807f-1446233d84e9 {
  text-align: left;
}

#s-7808d384-b812-43b7-807f-1446233d84e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7808d384-b812-43b7-807f-1446233d84e9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7808d384-b812-43b7-807f-1446233d84e9 .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-e6859061-2ae1-4d25-b6c3-dca513819c76 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-e6859061-2ae1-4d25-b6c3-dca513819c76:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e6859061-2ae1-4d25-b6c3-dca513819c76:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e6859061-2ae1-4d25-b6c3-dca513819c76 {
  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-e6859061-2ae1-4d25-b6c3-dca513819c76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6859061-2ae1-4d25-b6c3-dca513819c76.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e6859061-2ae1-4d25-b6c3-dca513819c76.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6d20dfc6-ab66-4ed3-954c-e4f4044d0eda {
  display: none;
}
#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 {
  text-align: left;
}


.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 {
  max-width: 100%;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 .shg-image-zoom,
.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 {
  max-width: 100%;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 .shg-image-zoom,
.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 {
  max-width: 100%;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 .shg-image-zoom,
.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 {
  max-width: 100%;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 .shg-image-zoom,
.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 {
  max-width: 100%;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 .shg-image-zoom,
.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73d0ad8f-1a3c-4a46-9323-dd109b6da813 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f9d94e37-0873-45ea-9c85-f630c89d58f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9d94e37-0873-45ea-9c85-f630c89d58f2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0237048a-4097-4277-ba67-fcc1ca64a79d {
  text-align: left;
}

#s-0237048a-4097-4277-ba67-fcc1ca64a79d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0237048a-4097-4277-ba67-fcc1ca64a79d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0237048a-4097-4277-ba67-fcc1ca64a79d .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-b9d66a92-9146-4c7f-87e4-67290171babb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-b9d66a92-9146-4c7f-87e4-67290171babb:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b9d66a92-9146-4c7f-87e4-67290171babb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b9d66a92-9146-4c7f-87e4-67290171babb {
  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-b9d66a92-9146-4c7f-87e4-67290171babb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9d66a92-9146-4c7f-87e4-67290171babb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b9d66a92-9146-4c7f-87e4-67290171babb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-f71a2859-935a-48a0-b324-d040852b062c {
  min-height: 50px;
background-color: rgba(248, 243, 237, 1);
}








#s-f71a2859-935a-48a0-b324-d040852b062c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f71a2859-935a-48a0-b324-d040852b062c.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-d3792676-c700-4a1a-8dea-463fa386b9db {
  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-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d3792676-c700-4a1a-8dea-463fa386b9db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3d37c9db-4193-48e4-b3ca-6709b9c4faa4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b4352c06-7830-451a-9de2-239c751deb00 .shogun-icon-wrapper {
  text-align: center;
}


#s-b4352c06-7830-451a-9de2-239c751deb00 .shogun-icon-wrapper > .shogun-icon {

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

#s-01692865-3d50-43a9-8b4e-28ad30f5d324 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-24570281-cf72-4ecd-8ef3-f52480e3519c {
  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-24570281-cf72-4ecd-8ef3-f52480e3519c:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-24570281-cf72-4ecd-8ef3-f52480e3519c:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-24570281-cf72-4ecd-8ef3-f52480e3519c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b99aed44-3487-4e5b-8c6b-d62700d1c238 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b99aed44-3487-4e5b-8c6b-d62700d1c238"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-79da906d-c4c0-41d6-a5a4-4bd5556b69a4 .shogun-icon-wrapper {
  text-align: center;
}


#s-79da906d-c4c0-41d6-a5a4-4bd5556b69a4 .shogun-icon-wrapper > .shogun-icon {

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

#s-8bbcbefc-2ce1-4615-9ab8-260d5ea92e95 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-55cd9ae1-e8c9-410a-bc13-9fcacb3eb7ca {
  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-55cd9ae1-e8c9-410a-bc13-9fcacb3eb7ca:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-55cd9ae1-e8c9-410a-bc13-9fcacb3eb7ca:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-55cd9ae1-e8c9-410a-bc13-9fcacb3eb7ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fffc0e6e-c1f9-44f8-b6a3-7e98005941e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e883cbd7-e349-40ff-8089-5e49d0ad4e2b .shogun-icon-wrapper {
  text-align: center;
}


#s-e883cbd7-e349-40ff-8089-5e49d0ad4e2b .shogun-icon-wrapper > .shogun-icon {

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

#s-0c2a1bbe-1fa0-44e6-9bb0-56c121c89780 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-f518d21f-cc49-4359-9dac-aa2766802113 {
  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-f518d21f-cc49-4359-9dac-aa2766802113:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-f518d21f-cc49-4359-9dac-aa2766802113:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-f518d21f-cc49-4359-9dac-aa2766802113.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-db5f953b-880b-4f62-93c7-e4ff24eef6d7 {
  min-height: 50px;
background-color: rgba(175, 143, 52, 1);
}








#s-db5f953b-880b-4f62-93c7-e4ff24eef6d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db5f953b-880b-4f62-93c7-e4ff24eef6d7.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-a27de62b-06c2-48fc-9171-dcf7ab805bfc {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a27de62b-06c2-48fc-9171-dcf7ab805bfc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-38658fe2-e81f-4d23-9969-ea8f0ba3ee24 {
  text-align: left;
}




  #s-38658fe2-e81f-4d23-9969-ea8f0ba3ee24 img.shogun-image {
    
    width: px;
  }


#s-38658fe2-e81f-4d23-9969-ea8f0ba3ee24 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-4c57f90c-a9aa-4a66-913c-b444691c3992 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c57f90c-a9aa-4a66-913c-b444691c3992"] > .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-ccfa5648-1e95-4313-b29d-d12e9f1915b4 {
  text-align: center;
}

#s-41b55982-40ac-46d8-b758-1a24d2c3f982 {
  padding-top: 0px;
}

#s-459544b1-9b44-4ab3-a817-4087df78eee4 {
  padding-top: 15px;
}

#s-a7d66f9e-21cc-4f83-89df-6f6ca88fc559 {
  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;
}
