.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-443402e2-c2d4-4dd5-b632-dde9f0438d59 {
  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-5a610818-69eb-48e5-b4e8-50ede63b5492 .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-5a610818-69eb-48e5-b4e8-50ede63b5492 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-5a610818-69eb-48e5-b4e8-50ede63b5492 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-5a610818-69eb-48e5-b4e8-50ede63b5492 .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-5a610818-69eb-48e5-b4e8-50ede63b5492 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 143, 52, 1);
}

#s-5a610818-69eb-48e5-b4e8-50ede63b5492 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-5a610818-69eb-48e5-b4e8-50ede63b5492 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-5a610818-69eb-48e5-b4e8-50ede63b5492 .shogun-tab {
  max-width: calc(100% / 3 - (3 - 2) * 2px / 3);
}

#s-c7c36216-cd67-4725-84ae-5167a1796e23 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9599b0bd-cac3-4aeb-a135-14151c443edc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9599b0bd-cac3-4aeb-a135-14151c443edc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9599b0bd-cac3-4aeb-a135-14151c443edc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-9599b0bd-cac3-4aeb-a135-14151c443edc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9599b0bd-cac3-4aeb-a135-14151c443edc > .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-9599b0bd-cac3-4aeb-a135-14151c443edc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a8c00f93-f676-4bce-9808-3c670f082967 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fbc3d91f-5009-42b2-af67-01827b65ef84 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-21094f1e-e22c-4ead-8bc8-4dd4c95741fe {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-07d101bb-f12b-4cc5-bab5-6e9ea54d11b6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-07d101bb-f12b-4cc5-bab5-6e9ea54d11b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-07d101bb-f12b-4cc5-bab5-6e9ea54d11b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-07d101bb-f12b-4cc5-bab5-6e9ea54d11b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-07d101bb-f12b-4cc5-bab5-6e9ea54d11b6 > .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-07d101bb-f12b-4cc5-bab5-6e9ea54d11b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d8fb0bc8-7e6e-4e96-b839-203358d3892e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7a45451b-ffe7-4667-8b35-79cc19bb4306 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7a45451b-ffe7-4667-8b35-79cc19bb4306 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7a45451b-ffe7-4667-8b35-79cc19bb4306 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-7a45451b-ffe7-4667-8b35-79cc19bb4306 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7a45451b-ffe7-4667-8b35-79cc19bb4306 > .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-7a45451b-ffe7-4667-8b35-79cc19bb4306 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2793280b-7c09-4976-b62c-79249f64ab30 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f9676f8a-5a39-4515-8406-a6faad391187 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f9676f8a-5a39-4515-8406-a6faad391187 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f9676f8a-5a39-4515-8406-a6faad391187 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-f9676f8a-5a39-4515-8406-a6faad391187 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f9676f8a-5a39-4515-8406-a6faad391187 > .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-f9676f8a-5a39-4515-8406-a6faad391187 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0cf10088-e4ef-45b3-a4a8-57f8fbf375a2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5b9ccd32-9ebe-4953-bfb1-ca955cb8f571 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5b9ccd32-9ebe-4953-bfb1-ca955cb8f571 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5b9ccd32-9ebe-4953-bfb1-ca955cb8f571 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-5b9ccd32-9ebe-4953-bfb1-ca955cb8f571 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5b9ccd32-9ebe-4953-bfb1-ca955cb8f571 > .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-5b9ccd32-9ebe-4953-bfb1-ca955cb8f571 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1b055405-87b6-41c4-926f-23d56e5ab9e0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-48659a31-2900-4abb-90d3-2fdbac96516b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-48659a31-2900-4abb-90d3-2fdbac96516b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-48659a31-2900-4abb-90d3-2fdbac96516b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-48659a31-2900-4abb-90d3-2fdbac96516b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-48659a31-2900-4abb-90d3-2fdbac96516b > .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-48659a31-2900-4abb-90d3-2fdbac96516b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6c837262-ec59-4e27-ae24-6e309d67746a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-679bac76-4914-41c8-8db2-ea1d331fd646 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-679bac76-4914-41c8-8db2-ea1d331fd646 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-679bac76-4914-41c8-8db2-ea1d331fd646 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-679bac76-4914-41c8-8db2-ea1d331fd646 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-679bac76-4914-41c8-8db2-ea1d331fd646 > .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-679bac76-4914-41c8-8db2-ea1d331fd646 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-03e18bd3-aa3a-4843-9974-2ece3c807f04 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9337e4ae-aa8c-4e27-80b1-77938a45cda8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9337e4ae-aa8c-4e27-80b1-77938a45cda8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9337e4ae-aa8c-4e27-80b1-77938a45cda8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-9337e4ae-aa8c-4e27-80b1-77938a45cda8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9337e4ae-aa8c-4e27-80b1-77938a45cda8 > .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-9337e4ae-aa8c-4e27-80b1-77938a45cda8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a3b78982-ae16-41e5-8342-c92e875d7508 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9eec0684-666d-40fd-92f1-bf8708c9fffc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9eec0684-666d-40fd-92f1-bf8708c9fffc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9eec0684-666d-40fd-92f1-bf8708c9fffc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-9eec0684-666d-40fd-92f1-bf8708c9fffc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9eec0684-666d-40fd-92f1-bf8708c9fffc > .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-9eec0684-666d-40fd-92f1-bf8708c9fffc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-89f5d2d2-76e2-4489-a70f-cd20d907aa87 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6c747521-02c3-4b56-91b5-fff543b7e8e0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6c747521-02c3-4b56-91b5-fff543b7e8e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6c747521-02c3-4b56-91b5-fff543b7e8e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-6c747521-02c3-4b56-91b5-fff543b7e8e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6c747521-02c3-4b56-91b5-fff543b7e8e0 > .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-6c747521-02c3-4b56-91b5-fff543b7e8e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4d98ca0b-000b-4e15-9ea1-d8961abbc8d8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-77d4a460-e99e-4688-a263-6e5c4d04076e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-77d4a460-e99e-4688-a263-6e5c4d04076e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-77d4a460-e99e-4688-a263-6e5c4d04076e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-77d4a460-e99e-4688-a263-6e5c4d04076e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-77d4a460-e99e-4688-a263-6e5c4d04076e > .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-77d4a460-e99e-4688-a263-6e5c4d04076e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2f5f9f6e-2b50-4ef3-b558-3ab3ad6ea86e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-dcbeb8bb-5e42-4209-a060-146f52d8d111 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-dcbeb8bb-5e42-4209-a060-146f52d8d111 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-dcbeb8bb-5e42-4209-a060-146f52d8d111 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-dcbeb8bb-5e42-4209-a060-146f52d8d111 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-dcbeb8bb-5e42-4209-a060-146f52d8d111 > .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-dcbeb8bb-5e42-4209-a060-146f52d8d111 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c85a2e8b-03f1-45b0-9442-a8fea559b557 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3a75162c-17b2-4565-bffe-04095351dba8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3a75162c-17b2-4565-bffe-04095351dba8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3a75162c-17b2-4565-bffe-04095351dba8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-3a75162c-17b2-4565-bffe-04095351dba8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3a75162c-17b2-4565-bffe-04095351dba8 > .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-3a75162c-17b2-4565-bffe-04095351dba8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-73f5fc93-d999-4ce6-978e-116d30b3b7f7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f2c29eee-3008-4f9c-a5b1-f4e1fa9ad24e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f2c29eee-3008-4f9c-a5b1-f4e1fa9ad24e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f2c29eee-3008-4f9c-a5b1-f4e1fa9ad24e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-f2c29eee-3008-4f9c-a5b1-f4e1fa9ad24e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f2c29eee-3008-4f9c-a5b1-f4e1fa9ad24e > .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-f2c29eee-3008-4f9c-a5b1-f4e1fa9ad24e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-75bc3114-2739-4ebd-8313-e1a20ddc2cd3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-edb40e36-0080-4c17-a3ac-5dc311a0e791 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-edb40e36-0080-4c17-a3ac-5dc311a0e791 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-edb40e36-0080-4c17-a3ac-5dc311a0e791 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-edb40e36-0080-4c17-a3ac-5dc311a0e791 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-edb40e36-0080-4c17-a3ac-5dc311a0e791 > .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-edb40e36-0080-4c17-a3ac-5dc311a0e791 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-868f1279-91f1-405f-bfa4-fe1b6fad6882 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-50d9e4d7-8ad8-44a0-a6ef-bcbcc2e38097 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-50d9e4d7-8ad8-44a0-a6ef-bcbcc2e38097 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-50d9e4d7-8ad8-44a0-a6ef-bcbcc2e38097 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-50d9e4d7-8ad8-44a0-a6ef-bcbcc2e38097 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-50d9e4d7-8ad8-44a0-a6ef-bcbcc2e38097 > .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-50d9e4d7-8ad8-44a0-a6ef-bcbcc2e38097 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-fce36b53-c0bb-4b0b-ab68-bc3dc7a6981d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-75195a66-e0c3-4acd-a87d-9e96793e73b1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-75195a66-e0c3-4acd-a87d-9e96793e73b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-75195a66-e0c3-4acd-a87d-9e96793e73b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-75195a66-e0c3-4acd-a87d-9e96793e73b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-75195a66-e0c3-4acd-a87d-9e96793e73b1 > .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-75195a66-e0c3-4acd-a87d-9e96793e73b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3c3881e1-acf9-4e61-bbef-c13d5f4f0c03 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-062069a6-c403-47ef-b1ca-ceb6f029b8fd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-062069a6-c403-47ef-b1ca-ceb6f029b8fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-062069a6-c403-47ef-b1ca-ceb6f029b8fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-062069a6-c403-47ef-b1ca-ceb6f029b8fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-062069a6-c403-47ef-b1ca-ceb6f029b8fd > .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-062069a6-c403-47ef-b1ca-ceb6f029b8fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-54e8c664-9245-4714-b344-d7025f785a51 {
  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-a28e75d4-8301-4ef7-ab0b-1c90147a6186 {
  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-a28e75d4-8301-4ef7-ab0b-1c90147a6186:hover {background-color: rgba(151, 123, 45, 1) !important;
text-decoration: none !important;}#s-a28e75d4-8301-4ef7-ab0b-1c90147a6186:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a28e75d4-8301-4ef7-ab0b-1c90147a6186.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-c33b523c-bd43-4c59-9c0c-aece49a5a6e7 {
  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-d1b67862-3319-4c76-922b-b2eb2e5e4be1 {
  text-align: center;
}




  #s-d1b67862-3319-4c76-922b-b2eb2e5e4be1 img.shogun-image {
    
    width: px;
  }


#s-d1b67862-3319-4c76-922b-b2eb2e5e4be1 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c41d38de-6329-40c8-a8d6-e31b8d1bcb6d {
  text-align: center;
}




  #s-c41d38de-6329-40c8-a8d6-e31b8d1bcb6d img.shogun-image {
    
    width: px;
  }


#s-c41d38de-6329-40c8-a8d6-e31b8d1bcb6d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-ad88c744-b1d5-4721-9a8e-07cc85ec504b {
  text-align: center;
}




  #s-ad88c744-b1d5-4721-9a8e-07cc85ec504b img.shogun-image {
    
    width: px;
  }


#s-ad88c744-b1d5-4721-9a8e-07cc85ec504b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-b6b3c948-e03a-413f-8e07-958848c33a29 {
  text-align: center;
}




  #s-b6b3c948-e03a-413f-8e07-958848c33a29 img.shogun-image {
    
    width: px;
  }


#s-b6b3c948-e03a-413f-8e07-958848c33a29 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-83d66862-574c-4f67-abc7-a5c4155973e6 {
  text-align: center;
}




  #s-83d66862-574c-4f67-abc7-a5c4155973e6 img.shogun-image {
    
    width: px;
  }


#s-83d66862-574c-4f67-abc7-a5c4155973e6 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-eb1da03b-e856-4f39-9fad-20db9f04e89d {
  text-align: center;
}




  #s-eb1da03b-e856-4f39-9fad-20db9f04e89d img.shogun-image {
    
    width: px;
  }


#s-eb1da03b-e856-4f39-9fad-20db9f04e89d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-20cf8d4a-3d6a-440d-a1cc-4d207bc7464d {
  text-align: center;
}




  #s-20cf8d4a-3d6a-440d-a1cc-4d207bc7464d img.shogun-image {
    
    width: px;
  }


#s-20cf8d4a-3d6a-440d-a1cc-4d207bc7464d .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-5d814380-d393-4247-96b4-4f1f5d637b65 {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
}

#s-6f928071-1b55-4439-b30b-521ab32936d6 {
  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-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 {
  text-align: left;
}


.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 {
  max-width: 100%;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 .shg-image-zoom,
.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 {
  max-width: 100%;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 .shg-image-zoom,
.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 {
  max-width: 100%;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 .shg-image-zoom,
.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 {
  max-width: 100%;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 .shg-image-zoom,
.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 {
  max-width: 100%;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 .shg-image-zoom,
.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c8e8f20-d403-43b1-99ba-f8f4c4f29c82 .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-fc010432-bfcb-40cc-8686-1391f612c49a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc010432-bfcb-40cc-8686-1391f612c49a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-469d1fe4-6d4e-49d2-9f43-30fa46abb9db {
  text-align: left;
}

#s-469d1fe4-6d4e-49d2-9f43-30fa46abb9db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-469d1fe4-6d4e-49d2-9f43-30fa46abb9db .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-469d1fe4-6d4e-49d2-9f43-30fa46abb9db .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-7618d3d4-3cfc-4453-b104-84db0fab3713 {
  display: none;
}
#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e {
  text-align: left;
}


.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e {
  max-width: 100%;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e .shg-image-zoom,
.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e {
  max-width: 100%;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e .shg-image-zoom,
.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e {
  max-width: 100%;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e .shg-image-zoom,
.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e {
  max-width: 100%;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e .shg-image-zoom,
.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e {
  max-width: 100%;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e .shg-image-zoom,
.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5f826f1d-45e9-4908-a3db-3d75f4e8ce5e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-17a08456-4b7b-4489-87cf-f0cc26c16131 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-17a08456-4b7b-4489-87cf-f0cc26c16131 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-9deccec4-4c51-4017-8044-e8691afc16ec {
  text-align: left;
}

#s-9deccec4-4c51-4017-8044-e8691afc16ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9deccec4-4c51-4017-8044-e8691afc16ec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9deccec4-4c51-4017-8044-e8691afc16ec .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-deacc96e-39cd-4fac-962e-683805770ef5 {
  display: none;
}
#s-5397e608-5e57-406f-b1f1-8d5bce4d212c {
  text-align: left;
}


.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c {
  max-width: 100%;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c .shg-image-zoom,
.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c {
  max-width: 100%;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c .shg-image-zoom,
.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c {
  max-width: 100%;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c .shg-image-zoom,
.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c {
  max-width: 100%;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c .shg-image-zoom,
.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c {
  max-width: 100%;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c .shg-image-zoom,
.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5397e608-5e57-406f-b1f1-8d5bce4d212c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-06e06999-0ff0-4de1-84e2-5fc83b0537c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-06e06999-0ff0-4de1-84e2-5fc83b0537c5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-b3da1ef5-525c-446c-9bdb-c6236ca5d67f {
  text-align: left;
}

#s-b3da1ef5-525c-446c-9bdb-c6236ca5d67f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b3da1ef5-525c-446c-9bdb-c6236ca5d67f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b3da1ef5-525c-446c-9bdb-c6236ca5d67f .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-41ecf9f4-1262-4472-8367-88639a51ccea {
  display: none;
}
#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d {
  text-align: left;
}


.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d {
  max-width: 100%;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d .shg-image-zoom,
.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d {
  max-width: 100%;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d .shg-image-zoom,
.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d {
  max-width: 100%;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d .shg-image-zoom,
.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d {
  max-width: 100%;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d .shg-image-zoom,
.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d {
  max-width: 100%;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d .shg-image-zoom,
.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3bc94f0-3c5a-47b3-a83d-387a846f9c4d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f6123ba3-c817-4683-978f-093078755790 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f6123ba3-c817-4683-978f-093078755790 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-916020ef-840a-4936-b141-7d12d3c0e777 {
  text-align: left;
}

#s-916020ef-840a-4936-b141-7d12d3c0e777 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-916020ef-840a-4936-b141-7d12d3c0e777 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-916020ef-840a-4936-b141-7d12d3c0e777 .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-2c8bc0ad-6256-4c51-9345-ac2147b957f8 {
  display: none;
}
#s-e63a3166-fc20-4070-b74e-c1334ec73135 {
  text-align: left;
}


.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 {
  max-width: 100%;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 .shg-image-zoom,
.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 {
  max-width: 100%;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 .shg-image-zoom,
.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 {
  max-width: 100%;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 .shg-image-zoom,
.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 {
  max-width: 100%;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 .shg-image-zoom,
.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 {
  max-width: 100%;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 .shg-image-zoom,
.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e63a3166-fc20-4070-b74e-c1334ec73135 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-268cb2f3-7221-4031-ab18-4ecdda8a76f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-268cb2f3-7221-4031-ab18-4ecdda8a76f6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-325990dc-30ba-4433-991d-9140a9f4cc1b {
  text-align: left;
}

#s-325990dc-30ba-4433-991d-9140a9f4cc1b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-325990dc-30ba-4433-991d-9140a9f4cc1b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-325990dc-30ba-4433-991d-9140a9f4cc1b .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-55960933-6e84-444b-9e9d-c54e122a6d24 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-55960933-6e84-444b-9e9d-c54e122a6d24:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-55960933-6e84-444b-9e9d-c54e122a6d24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55960933-6e84-444b-9e9d-c54e122a6d24 {
  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-55960933-6e84-444b-9e9d-c54e122a6d24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55960933-6e84-444b-9e9d-c54e122a6d24.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-55960933-6e84-444b-9e9d-c54e122a6d24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5d2aa7a3-22f6-4bd8-90b1-9ee4806f1f17 {
  display: none;
}
#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e {
  text-align: left;
}


.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e {
  max-width: 100%;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e .shg-image-zoom,
.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e {
  max-width: 100%;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e .shg-image-zoom,
.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e {
  max-width: 100%;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e .shg-image-zoom,
.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e {
  max-width: 100%;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e .shg-image-zoom,
.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e {
  max-width: 100%;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e .shg-image-zoom,
.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8ac49c-b46f-441d-a289-0d3ffbd7365e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3d79bea9-dca8-421f-a166-e8ab1e026996 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d79bea9-dca8-421f-a166-e8ab1e026996 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-16a3a742-5880-4946-bc67-b6c70f9a7027 {
  text-align: left;
}

#s-16a3a742-5880-4946-bc67-b6c70f9a7027 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-16a3a742-5880-4946-bc67-b6c70f9a7027 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-16a3a742-5880-4946-bc67-b6c70f9a7027 .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-1d89c183-719f-4022-a242-b2934e5e1e25 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-1d89c183-719f-4022-a242-b2934e5e1e25:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1d89c183-719f-4022-a242-b2934e5e1e25:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d89c183-719f-4022-a242-b2934e5e1e25 {
  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-1d89c183-719f-4022-a242-b2934e5e1e25.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d89c183-719f-4022-a242-b2934e5e1e25.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1d89c183-719f-4022-a242-b2934e5e1e25.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba101666-7160-44ab-8b90-d3b6546192f9 {
  display: none;
}
#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 {
  text-align: left;
}


.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 {
  max-width: 100%;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 .shg-image-zoom,
.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 {
  max-width: 100%;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 .shg-image-zoom,
.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 {
  max-width: 100%;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 .shg-image-zoom,
.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 {
  max-width: 100%;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 .shg-image-zoom,
.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 {
  max-width: 100%;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 .shg-image-zoom,
.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-abe4f699-5281-4eb7-a839-6acd8b84f7a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e60ebbb0-333f-4d55-95e4-94f4ba986a54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e60ebbb0-333f-4d55-95e4-94f4ba986a54 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f02fef50-bfa8-4eac-9681-4fe8eaaf792f {
  text-align: left;
}

#s-f02fef50-bfa8-4eac-9681-4fe8eaaf792f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f02fef50-bfa8-4eac-9681-4fe8eaaf792f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f02fef50-bfa8-4eac-9681-4fe8eaaf792f .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-5475fc41-8967-4b5c-8379-24898bff1e44 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-5475fc41-8967-4b5c-8379-24898bff1e44:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-5475fc41-8967-4b5c-8379-24898bff1e44:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5475fc41-8967-4b5c-8379-24898bff1e44 {
  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-5475fc41-8967-4b5c-8379-24898bff1e44.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5475fc41-8967-4b5c-8379-24898bff1e44.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5475fc41-8967-4b5c-8379-24898bff1e44.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0649b67c-6217-48a8-be3a-e1c6082ffd1b {
  display: none;
}
#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 {
  text-align: left;
}


.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 {
  max-width: 100%;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 .shg-image-zoom,
.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 {
  max-width: 100%;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 .shg-image-zoom,
.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 {
  max-width: 100%;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 .shg-image-zoom,
.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 {
  max-width: 100%;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 .shg-image-zoom,
.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 {
  max-width: 100%;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 .shg-image-zoom,
.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02c9bb00-83bf-4a79-8560-cd0b9bafbee0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f05966f1-42ea-458e-9e4b-a239b96fefda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f05966f1-42ea-458e-9e4b-a239b96fefda .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-af8d5e3d-abce-480c-bbc5-dd4a8e8d3876 {
  text-align: left;
}

#s-af8d5e3d-abce-480c-bbc5-dd4a8e8d3876 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-af8d5e3d-abce-480c-bbc5-dd4a8e8d3876 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-af8d5e3d-abce-480c-bbc5-dd4a8e8d3876 .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-2b40c6e2-f760-4420-b4ea-cf95fdf8111f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-2b40c6e2-f760-4420-b4ea-cf95fdf8111f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-2b40c6e2-f760-4420-b4ea-cf95fdf8111f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b40c6e2-f760-4420-b4ea-cf95fdf8111f {
  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-2b40c6e2-f760-4420-b4ea-cf95fdf8111f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b40c6e2-f760-4420-b4ea-cf95fdf8111f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2b40c6e2-f760-4420-b4ea-cf95fdf8111f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-284b694b-4b2c-40e8-80fc-f5ce6305e2d1 {
  display: none;
}
#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 {
  text-align: left;
}


.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 {
  max-width: 100%;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 .shg-image-zoom,
.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 {
  max-width: 100%;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 .shg-image-zoom,
.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 {
  max-width: 100%;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 .shg-image-zoom,
.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 {
  max-width: 100%;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 .shg-image-zoom,
.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 {
  max-width: 100%;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 .shg-image-zoom,
.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17ae011a-2f88-4ca1-b4fc-8a81be11d2d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9b5c62c7-e0aa-4c40-93d5-eb7f3946b4ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b5c62c7-e0aa-4c40-93d5-eb7f3946b4ce .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4530a444-bac5-4227-b066-15928c9e0f69 {
  text-align: left;
}

#s-4530a444-bac5-4227-b066-15928c9e0f69 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4530a444-bac5-4227-b066-15928c9e0f69 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4530a444-bac5-4227-b066-15928c9e0f69 .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-d6be7425-3c01-42c0-9f11-c50a5a43f432 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-d6be7425-3c01-42c0-9f11-c50a5a43f432:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-d6be7425-3c01-42c0-9f11-c50a5a43f432:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d6be7425-3c01-42c0-9f11-c50a5a43f432 {
  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-d6be7425-3c01-42c0-9f11-c50a5a43f432.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6be7425-3c01-42c0-9f11-c50a5a43f432.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d6be7425-3c01-42c0-9f11-c50a5a43f432.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-31887441-d9d2-4fa8-aca9-8d5fa623d4b3 {
  display: none;
}
#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 {
  text-align: left;
}


.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 {
  max-width: 100%;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 .shg-image-zoom,
.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 {
  max-width: 100%;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 .shg-image-zoom,
.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 {
  max-width: 100%;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 .shg-image-zoom,
.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 {
  max-width: 100%;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 .shg-image-zoom,
.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 {
  max-width: 100%;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 .shg-image-zoom,
.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cba318f-afd8-4dbc-88cf-486ae4b40c83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5e8ee237-a09b-4f62-8340-10e84db2e7f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e8ee237-a09b-4f62-8340-10e84db2e7f3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-52c95aed-7bca-49fe-aa1e-75b7d884a06c {
  text-align: left;
}

#s-52c95aed-7bca-49fe-aa1e-75b7d884a06c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-52c95aed-7bca-49fe-aa1e-75b7d884a06c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-52c95aed-7bca-49fe-aa1e-75b7d884a06c .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-b1b3574f-6040-4d20-9d4c-d1e54e87e4f8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-b1b3574f-6040-4d20-9d4c-d1e54e87e4f8:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b1b3574f-6040-4d20-9d4c-d1e54e87e4f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b1b3574f-6040-4d20-9d4c-d1e54e87e4f8 {
  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-b1b3574f-6040-4d20-9d4c-d1e54e87e4f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1b3574f-6040-4d20-9d4c-d1e54e87e4f8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b1b3574f-6040-4d20-9d4c-d1e54e87e4f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-282f7fea-0c4e-4be5-be9d-06b016372142 {
  display: none;
}
#s-2056930d-ab57-4588-ad91-e2aae926a196 {
  text-align: left;
}


.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 {
  max-width: 100%;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 .shg-image-zoom,
.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 {
  max-width: 100%;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 .shg-image-zoom,
.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 {
  max-width: 100%;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 .shg-image-zoom,
.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 {
  max-width: 100%;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 .shg-image-zoom,
.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 {
  max-width: 100%;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 .shg-image-zoom,
.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2056930d-ab57-4588-ad91-e2aae926a196 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fd17d4ac-4d64-471d-8754-1b92be5911a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd17d4ac-4d64-471d-8754-1b92be5911a0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-7e42fb64-9134-402f-809c-c14eac19ade2 {
  text-align: left;
}

#s-7e42fb64-9134-402f-809c-c14eac19ade2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7e42fb64-9134-402f-809c-c14eac19ade2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7e42fb64-9134-402f-809c-c14eac19ade2 .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-8ba4192e-ec16-4ea2-89d9-4614d49464ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-8ba4192e-ec16-4ea2-89d9-4614d49464ee:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-8ba4192e-ec16-4ea2-89d9-4614d49464ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ba4192e-ec16-4ea2-89d9-4614d49464ee {
  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-8ba4192e-ec16-4ea2-89d9-4614d49464ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ba4192e-ec16-4ea2-89d9-4614d49464ee.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-8ba4192e-ec16-4ea2-89d9-4614d49464ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3feb1738-d0c1-4033-af2a-7b3daa26f021 {
  display: none;
}
#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b {
  text-align: left;
}


.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b {
  max-width: 100%;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b .shg-image-zoom,
.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b {
  max-width: 100%;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b .shg-image-zoom,
.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b {
  max-width: 100%;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b .shg-image-zoom,
.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b {
  max-width: 100%;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b .shg-image-zoom,
.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b {
  max-width: 100%;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b .shg-image-zoom,
.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd37f2d3-4c5d-41a5-88e8-79f8f673f30b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-60f51cda-82cd-4d85-825d-c744a40217bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60f51cda-82cd-4d85-825d-c744a40217bd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8004a06f-107f-4dac-b569-76a8d55d99da {
  text-align: left;
}

#s-8004a06f-107f-4dac-b569-76a8d55d99da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8004a06f-107f-4dac-b569-76a8d55d99da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8004a06f-107f-4dac-b569-76a8d55d99da .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-ff55bc66-ee32-4782-892a-21603ff5fa48 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-ff55bc66-ee32-4782-892a-21603ff5fa48:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ff55bc66-ee32-4782-892a-21603ff5fa48:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff55bc66-ee32-4782-892a-21603ff5fa48 {
  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-ff55bc66-ee32-4782-892a-21603ff5fa48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff55bc66-ee32-4782-892a-21603ff5fa48.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ff55bc66-ee32-4782-892a-21603ff5fa48.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dfce5328-c32c-4695-bc2c-402f216a39cc {
  display: none;
}
#s-040beb06-9e6f-49f9-9ed1-719892f559af {
  text-align: left;
}


.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af {
  max-width: 100%;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af .shg-image-zoom,
.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af {
  max-width: 100%;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af .shg-image-zoom,
.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af {
  max-width: 100%;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af .shg-image-zoom,
.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af {
  max-width: 100%;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af .shg-image-zoom,
.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af {
  max-width: 100%;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af .shg-image-zoom,
.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-040beb06-9e6f-49f9-9ed1-719892f559af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-71142244-7bcf-4c50-9926-2e638c31566b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71142244-7bcf-4c50-9926-2e638c31566b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-fd070bdb-e93e-47fb-9b29-1b517c0920d6 {
  text-align: left;
}

#s-fd070bdb-e93e-47fb-9b29-1b517c0920d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fd070bdb-e93e-47fb-9b29-1b517c0920d6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fd070bdb-e93e-47fb-9b29-1b517c0920d6 .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-0c4b724c-7d9f-451e-99a1-903e95799696 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-0c4b724c-7d9f-451e-99a1-903e95799696:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-0c4b724c-7d9f-451e-99a1-903e95799696:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0c4b724c-7d9f-451e-99a1-903e95799696 {
  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-0c4b724c-7d9f-451e-99a1-903e95799696.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c4b724c-7d9f-451e-99a1-903e95799696.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-0c4b724c-7d9f-451e-99a1-903e95799696.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-115df127-56af-4885-bb06-4fe670395156 {
  display: none;
}
#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 {
  text-align: left;
}


.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 {
  max-width: 100%;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 .shg-image-zoom,
.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 {
  max-width: 100%;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 .shg-image-zoom,
.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 {
  max-width: 100%;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 .shg-image-zoom,
.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 {
  max-width: 100%;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 .shg-image-zoom,
.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 {
  max-width: 100%;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 .shg-image-zoom,
.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74093e90-c78f-4237-ae2c-3cd68f0fced2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-92c25a5f-2466-4841-9cea-324f56066e67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92c25a5f-2466-4841-9cea-324f56066e67 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-855d1bf4-39ce-456b-883b-efaf2056a378 {
  text-align: left;
}

#s-855d1bf4-39ce-456b-883b-efaf2056a378 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-855d1bf4-39ce-456b-883b-efaf2056a378 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-855d1bf4-39ce-456b-883b-efaf2056a378 .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-b4688e8c-4f94-4c4e-baa3-e953149b868e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-b4688e8c-4f94-4c4e-baa3-e953149b868e:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b4688e8c-4f94-4c4e-baa3-e953149b868e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b4688e8c-4f94-4c4e-baa3-e953149b868e {
  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-b4688e8c-4f94-4c4e-baa3-e953149b868e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4688e8c-4f94-4c4e-baa3-e953149b868e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b4688e8c-4f94-4c4e-baa3-e953149b868e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-58230046-85b5-404a-9f31-21ced5c64065 {
  display: none;
}
#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b {
  text-align: left;
}


.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b {
  max-width: 100%;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b .shg-image-zoom,
.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b {
  max-width: 100%;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b .shg-image-zoom,
.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b {
  max-width: 100%;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b .shg-image-zoom,
.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b {
  max-width: 100%;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b .shg-image-zoom,
.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b {
  max-width: 100%;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b .shg-image-zoom,
.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aab09ab7-7a24-4b7d-8d32-dbd1b3d34a0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1ff148d6-5651-4e01-8fa9-64a296bcd65f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ff148d6-5651-4e01-8fa9-64a296bcd65f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b4807e54-90af-4f0a-86d4-440574e541e5 {
  text-align: left;
}

#s-b4807e54-90af-4f0a-86d4-440574e541e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b4807e54-90af-4f0a-86d4-440574e541e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b4807e54-90af-4f0a-86d4-440574e541e5 .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-263c1873-1170-4ff6-847d-f98e57e01796 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-263c1873-1170-4ff6-847d-f98e57e01796:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-263c1873-1170-4ff6-847d-f98e57e01796:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-263c1873-1170-4ff6-847d-f98e57e01796 {
  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-263c1873-1170-4ff6-847d-f98e57e01796.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-263c1873-1170-4ff6-847d-f98e57e01796.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-263c1873-1170-4ff6-847d-f98e57e01796.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3a9ac707-7a51-406a-9677-738c686603ec {
  display: none;
}
#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 {
  text-align: left;
}


.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 {
  max-width: 100%;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 .shg-image-zoom,
.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 {
  max-width: 100%;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 .shg-image-zoom,
.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 {
  max-width: 100%;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 .shg-image-zoom,
.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 {
  max-width: 100%;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 .shg-image-zoom,
.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 {
  max-width: 100%;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 .shg-image-zoom,
.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20e1d5d1-b138-49ee-86de-8f9a838fc253 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-756697c3-0b2b-4071-a833-2eab1c3f0be5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-756697c3-0b2b-4071-a833-2eab1c3f0be5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f2986c84-0e7e-4c43-ad6e-a2c8b82ec629 {
  text-align: left;
}

#s-f2986c84-0e7e-4c43-ad6e-a2c8b82ec629 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f2986c84-0e7e-4c43-ad6e-a2c8b82ec629 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f2986c84-0e7e-4c43-ad6e-a2c8b82ec629 .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-b06c9ba2-3f34-4263-b29d-a49b31a66ade {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-b06c9ba2-3f34-4263-b29d-a49b31a66ade:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b06c9ba2-3f34-4263-b29d-a49b31a66ade:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b06c9ba2-3f34-4263-b29d-a49b31a66ade {
  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-b06c9ba2-3f34-4263-b29d-a49b31a66ade.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b06c9ba2-3f34-4263-b29d-a49b31a66ade.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b06c9ba2-3f34-4263-b29d-a49b31a66ade.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c08b36e0-158e-41ca-a2ca-bc066a40edcf {
  display: none;
}
#s-8a7efa77-60ba-4a82-b903-125954d6098e {
  text-align: left;
}


.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e {
  max-width: 100%;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e .shg-image-zoom,
.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e {
  max-width: 100%;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e .shg-image-zoom,
.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e {
  max-width: 100%;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e .shg-image-zoom,
.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e {
  max-width: 100%;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e .shg-image-zoom,
.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e {
  max-width: 100%;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e .shg-image-zoom,
.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a7efa77-60ba-4a82-b903-125954d6098e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a3a5f936-fd74-47db-934e-dfc8c59e4e2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3a5f936-fd74-47db-934e-dfc8c59e4e2c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b7f78805-47fd-48cc-800b-8a413fc55bf6 {
  text-align: left;
}

#s-b7f78805-47fd-48cc-800b-8a413fc55bf6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b7f78805-47fd-48cc-800b-8a413fc55bf6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b7f78805-47fd-48cc-800b-8a413fc55bf6 .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-5a4bbf9e-4b6c-49a1-a34d-59e5393a3d40 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-5a4bbf9e-4b6c-49a1-a34d-59e5393a3d40:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-5a4bbf9e-4b6c-49a1-a34d-59e5393a3d40:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a4bbf9e-4b6c-49a1-a34d-59e5393a3d40 {
  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-5a4bbf9e-4b6c-49a1-a34d-59e5393a3d40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a4bbf9e-4b6c-49a1-a34d-59e5393a3d40.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5a4bbf9e-4b6c-49a1-a34d-59e5393a3d40.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-814b98e0-4023-4793-9b07-c11a2dbe0e09 {
  display: none;
}
#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf {
  text-align: left;
}


.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf {
  max-width: 100%;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf .shg-image-zoom,
.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf {
  max-width: 100%;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf .shg-image-zoom,
.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf {
  max-width: 100%;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf .shg-image-zoom,
.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf {
  max-width: 100%;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf .shg-image-zoom,
.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf {
  max-width: 100%;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf .shg-image-zoom,
.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67a0fa58-5198-4fba-83f2-05f1b76e31cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6712f892-3937-45f3-90ea-2378cd7bfd94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6712f892-3937-45f3-90ea-2378cd7bfd94 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4110a808-dc11-4006-a3c4-30619810f7e0 {
  text-align: left;
}

#s-4110a808-dc11-4006-a3c4-30619810f7e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4110a808-dc11-4006-a3c4-30619810f7e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4110a808-dc11-4006-a3c4-30619810f7e0 .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-05846dca-abbc-4359-810b-2ecb4c8ac1a6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-05846dca-abbc-4359-810b-2ecb4c8ac1a6:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-05846dca-abbc-4359-810b-2ecb4c8ac1a6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-05846dca-abbc-4359-810b-2ecb4c8ac1a6 {
  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-05846dca-abbc-4359-810b-2ecb4c8ac1a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05846dca-abbc-4359-810b-2ecb4c8ac1a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-05846dca-abbc-4359-810b-2ecb4c8ac1a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d4c65e93-32ef-4a1f-96bc-be9a6bdc3ebe {
  display: none;
}
#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 {
  text-align: left;
}


.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 {
  max-width: 100%;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 .shg-image-zoom,
.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 {
  max-width: 100%;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 .shg-image-zoom,
.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 {
  max-width: 100%;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 .shg-image-zoom,
.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 {
  max-width: 100%;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 .shg-image-zoom,
.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 {
  max-width: 100%;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 .shg-image-zoom,
.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff9e1ce6-3521-4ff2-bc28-58a59dfd1d63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ee867e6f-58ae-4c9b-858b-283e468d48f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee867e6f-58ae-4c9b-858b-283e468d48f9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-bdd8e5a7-7fe7-4e2f-847c-15604a40737b {
  text-align: left;
}

#s-bdd8e5a7-7fe7-4e2f-847c-15604a40737b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-bdd8e5a7-7fe7-4e2f-847c-15604a40737b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bdd8e5a7-7fe7-4e2f-847c-15604a40737b .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-1f4a3139-1461-4cb8-b365-7482f783cf8c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-1f4a3139-1461-4cb8-b365-7482f783cf8c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1f4a3139-1461-4cb8-b365-7482f783cf8c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1f4a3139-1461-4cb8-b365-7482f783cf8c {
  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-1f4a3139-1461-4cb8-b365-7482f783cf8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f4a3139-1461-4cb8-b365-7482f783cf8c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1f4a3139-1461-4cb8-b365-7482f783cf8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0f35d0bf-7d9b-4fb1-9c68-e19647fc710c {
  display: none;
}
#s-be398660-b878-4019-aa7d-180ed0435c1c {
  text-align: left;
}


.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c {
  max-width: 100%;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c .shg-image-zoom,
.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c {
  max-width: 100%;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c .shg-image-zoom,
.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c {
  max-width: 100%;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c .shg-image-zoom,
.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c {
  max-width: 100%;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c .shg-image-zoom,
.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c {
  max-width: 100%;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c .shg-image-zoom,
.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be398660-b878-4019-aa7d-180ed0435c1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4437b3a8-3ae5-4a5d-a0f6-19fb087dadab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4437b3a8-3ae5-4a5d-a0f6-19fb087dadab .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1abf732b-5034-47d8-92b7-79c0fe8e3e47 {
  text-align: left;
}

#s-1abf732b-5034-47d8-92b7-79c0fe8e3e47 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1abf732b-5034-47d8-92b7-79c0fe8e3e47 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1abf732b-5034-47d8-92b7-79c0fe8e3e47 .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-22443940-fe7d-4161-96ee-7e058074b758 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-22443940-fe7d-4161-96ee-7e058074b758:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-22443940-fe7d-4161-96ee-7e058074b758:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-22443940-fe7d-4161-96ee-7e058074b758 {
  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-22443940-fe7d-4161-96ee-7e058074b758.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22443940-fe7d-4161-96ee-7e058074b758.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-22443940-fe7d-4161-96ee-7e058074b758.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7ae9cb02-9578-4a32-9ac3-bacb450c164e {
  display: none;
}
#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c {
  text-align: left;
}


.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c {
  max-width: 100%;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c .shg-image-zoom,
.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c {
  max-width: 100%;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c .shg-image-zoom,
.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c {
  max-width: 100%;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c .shg-image-zoom,
.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c {
  max-width: 100%;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c .shg-image-zoom,
.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c {
  max-width: 100%;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c .shg-image-zoom,
.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6d48be6-908f-4a2b-99dd-4ba1d6bb3b6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b5418984-e614-4401-a8a1-4f7ed47c6dd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5418984-e614-4401-a8a1-4f7ed47c6dd3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-347aef98-79b5-47f7-87e0-76888731cc51 {
  text-align: left;
}

#s-347aef98-79b5-47f7-87e0-76888731cc51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-347aef98-79b5-47f7-87e0-76888731cc51 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-347aef98-79b5-47f7-87e0-76888731cc51 .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-4a60357e-9334-4d53-b30a-278093d34318 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-4a60357e-9334-4d53-b30a-278093d34318:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-4a60357e-9334-4d53-b30a-278093d34318:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4a60357e-9334-4d53-b30a-278093d34318 {
  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-4a60357e-9334-4d53-b30a-278093d34318.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a60357e-9334-4d53-b30a-278093d34318.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-4a60357e-9334-4d53-b30a-278093d34318.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-29a3f786-bd39-4282-ae43-66379e3620ea {
  display: none;
}
#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a {
  text-align: left;
}


.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a {
  max-width: 100%;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a .shg-image-zoom,
.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a {
  max-width: 100%;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a .shg-image-zoom,
.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a {
  max-width: 100%;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a .shg-image-zoom,
.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a {
  max-width: 100%;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a .shg-image-zoom,
.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a {
  max-width: 100%;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a .shg-image-zoom,
.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25711acf-8967-43dd-8c5c-8b9d0cbde08a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2b2f6076-ba0a-4a8e-94a0-6e8e54e5f106 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b2f6076-ba0a-4a8e-94a0-6e8e54e5f106 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-463ae6c0-4ddb-43a3-876c-be1d230ee4e4 {
  text-align: left;
}

#s-463ae6c0-4ddb-43a3-876c-be1d230ee4e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-463ae6c0-4ddb-43a3-876c-be1d230ee4e4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-463ae6c0-4ddb-43a3-876c-be1d230ee4e4 .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-ecff646f-62c9-4db0-8ff0-489100ad78b2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-ecff646f-62c9-4db0-8ff0-489100ad78b2:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ecff646f-62c9-4db0-8ff0-489100ad78b2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ecff646f-62c9-4db0-8ff0-489100ad78b2 {
  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-ecff646f-62c9-4db0-8ff0-489100ad78b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ecff646f-62c9-4db0-8ff0-489100ad78b2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ecff646f-62c9-4db0-8ff0-489100ad78b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e12ad8b7-ce54-498b-8342-6df690b6453c {
  display: none;
}
#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb {
  text-align: left;
}


.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb {
  max-width: 100%;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb .shg-image-zoom,
.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb {
  max-width: 100%;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb .shg-image-zoom,
.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb {
  max-width: 100%;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb .shg-image-zoom,
.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb {
  max-width: 100%;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb .shg-image-zoom,
.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb {
  max-width: 100%;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb .shg-image-zoom,
.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1770be45-bce2-491a-9f60-f2fe0b5ac9cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d018146f-7a76-4781-a1dc-dce60315468b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d018146f-7a76-4781-a1dc-dce60315468b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8053a8ac-fbce-46ef-b1f1-3c9dde3ed4fa {
  text-align: left;
}

#s-8053a8ac-fbce-46ef-b1f1-3c9dde3ed4fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8053a8ac-fbce-46ef-b1f1-3c9dde3ed4fa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8053a8ac-fbce-46ef-b1f1-3c9dde3ed4fa .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-4188d3e0-f563-488d-803a-f9e970709840 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-4188d3e0-f563-488d-803a-f9e970709840:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-4188d3e0-f563-488d-803a-f9e970709840:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4188d3e0-f563-488d-803a-f9e970709840 {
  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-4188d3e0-f563-488d-803a-f9e970709840.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4188d3e0-f563-488d-803a-f9e970709840.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-4188d3e0-f563-488d-803a-f9e970709840.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-745ee89b-9f5f-4c62-a31b-a548ac27b66f {
  display: none;
}
#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 {
  text-align: left;
}


.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 {
  max-width: 100%;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 .shg-image-zoom,
.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 {
  max-width: 100%;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 .shg-image-zoom,
.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 {
  max-width: 100%;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 .shg-image-zoom,
.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 {
  max-width: 100%;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 .shg-image-zoom,
.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 {
  max-width: 100%;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 .shg-image-zoom,
.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a4720ba-3a2b-4b31-93e6-add41f340dd6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c3b4e7fc-6632-4261-8ba6-6fbfc348f239 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3b4e7fc-6632-4261-8ba6-6fbfc348f239 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b14f8f30-8c6b-4f47-bcf9-a6cdf77fb17b {
  text-align: left;
}

#s-b14f8f30-8c6b-4f47-bcf9-a6cdf77fb17b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b14f8f30-8c6b-4f47-bcf9-a6cdf77fb17b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b14f8f30-8c6b-4f47-bcf9-a6cdf77fb17b .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-696417ed-f1cb-41a2-a6f8-3fb08cf0f016 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-696417ed-f1cb-41a2-a6f8-3fb08cf0f016:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-696417ed-f1cb-41a2-a6f8-3fb08cf0f016:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-696417ed-f1cb-41a2-a6f8-3fb08cf0f016 {
  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-696417ed-f1cb-41a2-a6f8-3fb08cf0f016.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-696417ed-f1cb-41a2-a6f8-3fb08cf0f016.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-696417ed-f1cb-41a2-a6f8-3fb08cf0f016.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-77c78f39-fa4b-4778-bd19-b62a36740867 {
  min-height: 50px;
background-color: rgba(248, 243, 237, 1);
}








#s-77c78f39-fa4b-4778-bd19-b62a36740867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77c78f39-fa4b-4778-bd19-b62a36740867.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-6d3f5caa-bd90-4b54-8fd2-6fd34484f007 {
  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-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d3f5caa-bd90-4b54-8fd2-6fd34484f007"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2efc5141-fb94-4b97-a4f8-bf8cdcf4df50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6408ea27-9e31-4da8-b547-eaed11d4fccc .shogun-icon-wrapper {
  text-align: center;
}


#s-6408ea27-9e31-4da8-b547-eaed11d4fccc .shogun-icon-wrapper > .shogun-icon {

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

#s-916f3240-e05c-4728-ab22-1d8792035f0d {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-0299d14a-8e91-476d-b9ee-df3b5866156d {
  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-0299d14a-8e91-476d-b9ee-df3b5866156d:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-0299d14a-8e91-476d-b9ee-df3b5866156d:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-0299d14a-8e91-476d-b9ee-df3b5866156d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-8edad058-c3f0-45ef-a33b-2721ece171e5 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8edad058-c3f0-45ef-a33b-2721ece171e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a0886e06-1dec-4a6d-a38b-9e2b24196616 .shogun-icon-wrapper {
  text-align: center;
}


#s-a0886e06-1dec-4a6d-a38b-9e2b24196616 .shogun-icon-wrapper > .shogun-icon {

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

#s-1067d4ab-a4b1-46f0-8037-6e240c881599 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-73224e22-06aa-4ac7-b0f9-77da08426764 {
  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-73224e22-06aa-4ac7-b0f9-77da08426764:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-73224e22-06aa-4ac7-b0f9-77da08426764:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-73224e22-06aa-4ac7-b0f9-77da08426764.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-299bc070-800f-4737-a31a-c255d9378193 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-299bc070-800f-4737-a31a-c255d9378193"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c68bb333-bf52-4536-9b1b-e792395e17f6 .shogun-icon-wrapper {
  text-align: center;
}


#s-c68bb333-bf52-4536-9b1b-e792395e17f6 .shogun-icon-wrapper > .shogun-icon {

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

#s-d0824ce2-d475-4d3c-ae42-cf584005f684 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-fa033600-08b9-4dc5-a91a-b3417d7728aa {
  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-fa033600-08b9-4dc5-a91a-b3417d7728aa:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-fa033600-08b9-4dc5-a91a-b3417d7728aa:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-fa033600-08b9-4dc5-a91a-b3417d7728aa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1ee26767-55f6-4826-bb7e-baed2984603f {
  min-height: 50px;
background-color: rgba(175, 143, 52, 1);
}








#s-1ee26767-55f6-4826-bb7e-baed2984603f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ee26767-55f6-4826-bb7e-baed2984603f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-a31abd51-79f0-4f0a-a1d7-c36eba52d726 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a31abd51-79f0-4f0a-a1d7-c36eba52d726"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bc393006-b7e7-47bc-81b7-785e0e4791b2 {
  text-align: left;
}




  #s-bc393006-b7e7-47bc-81b7-785e0e4791b2 img.shogun-image {
    
    width: px;
  }


#s-bc393006-b7e7-47bc-81b7-785e0e4791b2 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8bc8dce8-4908-4642-ba8d-eba3b45f9f1e"] > .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-142cfc14-4c19-4156-9455-b0ca84e73741 {
  text-align: center;
}

#s-c6fdc888-5ea7-40ad-b67f-6733b597f24a {
  padding-top: 0px;
}

#s-b4c40701-dd32-43b3-8b25-ba8c2f97a1b4 {
  padding-top: 15px;
}

#s-9655abbf-0b39-4dd3-a621-2b25c0a813cc {
  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;
}
