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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e51702da-5a4b-473b-9687-00d69258ebc4 .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-e51702da-5a4b-473b-9687-00d69258ebc4 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-e51702da-5a4b-473b-9687-00d69258ebc4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-e51702da-5a4b-473b-9687-00d69258ebc4 .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-e51702da-5a4b-473b-9687-00d69258ebc4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 143, 52, 1);
}

#s-e51702da-5a4b-473b-9687-00d69258ebc4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-e51702da-5a4b-473b-9687-00d69258ebc4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-e51702da-5a4b-473b-9687-00d69258ebc4 .shogun-tab {
  max-width: calc(100% / 3 - (3 - 2) * 2px / 3);
}

#s-c24677d7-e593-4a09-98ab-42a1ea7aded2 {
  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-4c1d0778-eab3-4589-a6cf-f2a965f34ead > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4c1d0778-eab3-4589-a6cf-f2a965f34ead > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4c1d0778-eab3-4589-a6cf-f2a965f34ead > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-4c1d0778-eab3-4589-a6cf-f2a965f34ead > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4c1d0778-eab3-4589-a6cf-f2a965f34ead > .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-4c1d0778-eab3-4589-a6cf-f2a965f34ead > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6abd6148-64bf-4b89-84de-cd9835b3a39e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2524565b-ac6d-40c5-8b75-b8e00b9201ab {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a667fdfd-6d9f-4909-b7a0-822ce15e1e3d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-71c97399-ca85-4dc3-8a4c-8f78b0e370db > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-71c97399-ca85-4dc3-8a4c-8f78b0e370db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-71c97399-ca85-4dc3-8a4c-8f78b0e370db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-71c97399-ca85-4dc3-8a4c-8f78b0e370db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-71c97399-ca85-4dc3-8a4c-8f78b0e370db > .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-71c97399-ca85-4dc3-8a4c-8f78b0e370db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-fca1b27e-e630-4277-b136-1056421ccf82 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-28896cb9-289f-469c-b79d-a18c13115f08 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-28896cb9-289f-469c-b79d-a18c13115f08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-28896cb9-289f-469c-b79d-a18c13115f08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-28896cb9-289f-469c-b79d-a18c13115f08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-28896cb9-289f-469c-b79d-a18c13115f08 > .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-28896cb9-289f-469c-b79d-a18c13115f08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-498ccf43-31af-4a17-a1e7-2a9dca93edc1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6d467d54-c34b-4e61-b0eb-10d7903bafb8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6d467d54-c34b-4e61-b0eb-10d7903bafb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6d467d54-c34b-4e61-b0eb-10d7903bafb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-6d467d54-c34b-4e61-b0eb-10d7903bafb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6d467d54-c34b-4e61-b0eb-10d7903bafb8 > .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-6d467d54-c34b-4e61-b0eb-10d7903bafb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9c194319-efad-4137-b10c-0875829846f3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a1dfca78-f758-4290-8b5f-f379423ca10c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a1dfca78-f758-4290-8b5f-f379423ca10c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a1dfca78-f758-4290-8b5f-f379423ca10c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-a1dfca78-f758-4290-8b5f-f379423ca10c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a1dfca78-f758-4290-8b5f-f379423ca10c > .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-a1dfca78-f758-4290-8b5f-f379423ca10c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-62b2462e-127c-4c58-b5c9-cd5567b8f608 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-797a464b-02a3-4b0d-ad42-7b77ab320740 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-797a464b-02a3-4b0d-ad42-7b77ab320740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-797a464b-02a3-4b0d-ad42-7b77ab320740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-797a464b-02a3-4b0d-ad42-7b77ab320740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-797a464b-02a3-4b0d-ad42-7b77ab320740 > .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-797a464b-02a3-4b0d-ad42-7b77ab320740 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-aa25e9f9-c976-4789-853f-fca41a3efaec {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2a8d1f01-36d4-4a1b-ba5b-a9ce5b629556 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2a8d1f01-36d4-4a1b-ba5b-a9ce5b629556 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2a8d1f01-36d4-4a1b-ba5b-a9ce5b629556 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-2a8d1f01-36d4-4a1b-ba5b-a9ce5b629556 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2a8d1f01-36d4-4a1b-ba5b-a9ce5b629556 > .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-2a8d1f01-36d4-4a1b-ba5b-a9ce5b629556 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-29b9bdeb-2c83-458a-a753-011d2c2b20ef {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2871d1e9-71c3-40f6-b0d3-473905b8b8db > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2871d1e9-71c3-40f6-b0d3-473905b8b8db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2871d1e9-71c3-40f6-b0d3-473905b8b8db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-2871d1e9-71c3-40f6-b0d3-473905b8b8db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2871d1e9-71c3-40f6-b0d3-473905b8b8db > .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-2871d1e9-71c3-40f6-b0d3-473905b8b8db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-12fdbee1-3d42-47e8-a81a-c60cb54970a8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4ca3c1cd-1dc5-41c0-b33f-71b777272568 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4ca3c1cd-1dc5-41c0-b33f-71b777272568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4ca3c1cd-1dc5-41c0-b33f-71b777272568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-4ca3c1cd-1dc5-41c0-b33f-71b777272568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4ca3c1cd-1dc5-41c0-b33f-71b777272568 > .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-4ca3c1cd-1dc5-41c0-b33f-71b777272568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e6911194-f86f-4171-8804-bc85530c1fe5 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-297cd4d0-286c-4d79-9a2d-7bbac2af4f60 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-297cd4d0-286c-4d79-9a2d-7bbac2af4f60 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-297cd4d0-286c-4d79-9a2d-7bbac2af4f60 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-297cd4d0-286c-4d79-9a2d-7bbac2af4f60 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-297cd4d0-286c-4d79-9a2d-7bbac2af4f60 > .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-297cd4d0-286c-4d79-9a2d-7bbac2af4f60 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d76b8d4e-1254-400a-9058-85d23db8bb01 {
  padding-top: 10px;
padding-left: 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-401c986d-8e31-45bb-a076-f2ac38c76c65 {
  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-401c986d-8e31-45bb-a076-f2ac38c76c65:hover {background-color: rgba(151, 123, 45, 1) !important;
text-decoration: none !important;}#s-401c986d-8e31-45bb-a076-f2ac38c76c65:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-401c986d-8e31-45bb-a076-f2ac38c76c65.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-d1ca7081-b526-465f-bb03-168f3edf84b2 {
  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-28c766f9-d76b-4a9f-9ec7-ed1bcfa8dd1c {
  text-align: center;
}




  #s-28c766f9-d76b-4a9f-9ec7-ed1bcfa8dd1c img.shogun-image {
    
    width: px;
  }


#s-28c766f9-d76b-4a9f-9ec7-ed1bcfa8dd1c .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-139104ca-d46b-4339-84ce-072406e5cbc3 {
  text-align: center;
}




  #s-139104ca-d46b-4339-84ce-072406e5cbc3 img.shogun-image {
    
    width: px;
  }


#s-139104ca-d46b-4339-84ce-072406e5cbc3 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-7a81d989-7afd-4ea9-87fe-68df40c868f1 {
  text-align: center;
}




  #s-7a81d989-7afd-4ea9-87fe-68df40c868f1 img.shogun-image {
    
    width: px;
  }


#s-7a81d989-7afd-4ea9-87fe-68df40c868f1 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-3512ca96-a8d0-4ae4-9899-76118bbef18e {
  text-align: center;
}




  #s-3512ca96-a8d0-4ae4-9899-76118bbef18e img.shogun-image {
    
    width: px;
  }


#s-3512ca96-a8d0-4ae4-9899-76118bbef18e .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-3917931a-bab0-41ef-ad98-048de2c96d0a {
  text-align: center;
}




  #s-3917931a-bab0-41ef-ad98-048de2c96d0a img.shogun-image {
    
    width: px;
  }


#s-3917931a-bab0-41ef-ad98-048de2c96d0a .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-79eaafe4-676b-463a-8131-7a7226c9b06c {
  text-align: center;
}




  #s-79eaafe4-676b-463a-8131-7a7226c9b06c img.shogun-image {
    
    width: px;
  }


#s-79eaafe4-676b-463a-8131-7a7226c9b06c .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-2975b318-06d0-4a22-817b-5442412334b4 {
  text-align: center;
}




  #s-2975b318-06d0-4a22-817b-5442412334b4 img.shogun-image {
    
    width: px;
  }


#s-2975b318-06d0-4a22-817b-5442412334b4 .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-a78a992b-01eb-4458-a38a-794f059c1fb2 {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
}

#s-d0e1f13a-6c1c-4205-9d2a-12ade2c1aa8c {
  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-2c2a4359-cb56-4301-a72b-aa32a76c320d {
  text-align: left;
}


.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d {
  max-width: 100%;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d .shg-image-zoom,
.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d {
  max-width: 100%;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d .shg-image-zoom,
.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d {
  max-width: 100%;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d .shg-image-zoom,
.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d {
  max-width: 100%;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d .shg-image-zoom,
.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d {
  max-width: 100%;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d .shg-image-zoom,
.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2a4359-cb56-4301-a72b-aa32a76c320d .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-1480d0c5-2786-4e47-b50b-f8bcbfef006c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1480d0c5-2786-4e47-b50b-f8bcbfef006c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-80296d69-db0d-40af-9583-6cef20726589 {
  text-align: left;
}

#s-80296d69-db0d-40af-9583-6cef20726589 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-80296d69-db0d-40af-9583-6cef20726589 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-80296d69-db0d-40af-9583-6cef20726589 .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-8a4e593b-363e-4fd6-8658-4b0626e1b886 {
  display: none;
}
#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 {
  text-align: left;
}


.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 {
  max-width: 100%;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 .shg-image-zoom,
.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 {
  max-width: 100%;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 .shg-image-zoom,
.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 {
  max-width: 100%;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 .shg-image-zoom,
.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 {
  max-width: 100%;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 .shg-image-zoom,
.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 {
  max-width: 100%;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 .shg-image-zoom,
.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7529fd7f-dda3-4a80-b45d-b9cb275d42c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9d616a55-d880-48d9-92cd-f5abe5e0d0a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9d616a55-d880-48d9-92cd-f5abe5e0d0a2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-9cba2509-de58-4cad-94be-86a762177731 {
  text-align: left;
}

#s-9cba2509-de58-4cad-94be-86a762177731 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9cba2509-de58-4cad-94be-86a762177731 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9cba2509-de58-4cad-94be-86a762177731 .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-a0db3f20-5068-4151-8bab-42178a645e78 {
  display: none;
}
#s-578d35e4-a24a-4d30-8944-9c7a99625a50 {
  text-align: left;
}


.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 {
  max-width: 100%;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 .shg-image-zoom,
.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 {
  max-width: 100%;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 .shg-image-zoom,
.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 {
  max-width: 100%;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 .shg-image-zoom,
.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 {
  max-width: 100%;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 .shg-image-zoom,
.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 {
  max-width: 100%;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 .shg-image-zoom,
.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578d35e4-a24a-4d30-8944-9c7a99625a50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bc1e1330-a1e6-407f-b4f4-9c29f063a856 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc1e1330-a1e6-407f-b4f4-9c29f063a856 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-17b40844-3379-451b-8f19-8da2bc12f9b6 {
  text-align: left;
}

#s-17b40844-3379-451b-8f19-8da2bc12f9b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-17b40844-3379-451b-8f19-8da2bc12f9b6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-17b40844-3379-451b-8f19-8da2bc12f9b6 .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-fb3d077e-58fc-4410-b90c-0abc7808cd4c {
  display: none;
}
#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 {
  text-align: left;
}


.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 {
  max-width: 100%;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 .shg-image-zoom,
.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 {
  max-width: 100%;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 .shg-image-zoom,
.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 {
  max-width: 100%;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 .shg-image-zoom,
.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 {
  max-width: 100%;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 .shg-image-zoom,
.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 {
  max-width: 100%;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 .shg-image-zoom,
.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7f8829a-4e26-4dae-ac2c-6a119a276f85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fbaaee6f-7243-4628-9c60-70f2bca758d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fbaaee6f-7243-4628-9c60-70f2bca758d9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-214d9195-9b65-4041-ac10-cca84c30750f {
  text-align: left;
}

#s-214d9195-9b65-4041-ac10-cca84c30750f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-214d9195-9b65-4041-ac10-cca84c30750f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-214d9195-9b65-4041-ac10-cca84c30750f .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-af98efcb-6af2-48d1-bd9e-758d1d7d0f93 {
  display: none;
}
#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 {
  text-align: left;
}


.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 {
  max-width: 100%;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 .shg-image-zoom,
.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 {
  max-width: 100%;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 .shg-image-zoom,
.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 {
  max-width: 100%;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 .shg-image-zoom,
.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 {
  max-width: 100%;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 .shg-image-zoom,
.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 {
  max-width: 100%;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 .shg-image-zoom,
.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a42c8348-873e-49c9-b1e0-8a44d7e37748 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cf89aa8e-5d31-4b91-bc21-ce98f5e0177f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf89aa8e-5d31-4b91-bc21-ce98f5e0177f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-cfa42232-f14b-44be-afff-6f4c9d3635a5 {
  text-align: left;
}

#s-cfa42232-f14b-44be-afff-6f4c9d3635a5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cfa42232-f14b-44be-afff-6f4c9d3635a5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cfa42232-f14b-44be-afff-6f4c9d3635a5 .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-ec720a69-c7bb-4f16-994c-677df70929fb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-ec720a69-c7bb-4f16-994c-677df70929fb:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ec720a69-c7bb-4f16-994c-677df70929fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec720a69-c7bb-4f16-994c-677df70929fb {
  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-ec720a69-c7bb-4f16-994c-677df70929fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec720a69-c7bb-4f16-994c-677df70929fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ec720a69-c7bb-4f16-994c-677df70929fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-993b268d-6367-4b26-9896-d91fa2ec2cd0 {
  display: none;
}
#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf {
  text-align: left;
}


.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf {
  max-width: 100%;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf .shg-image-zoom,
.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf {
  max-width: 100%;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf .shg-image-zoom,
.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf {
  max-width: 100%;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf .shg-image-zoom,
.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf {
  max-width: 100%;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf .shg-image-zoom,
.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf {
  max-width: 100%;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf .shg-image-zoom,
.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-637dd80a-419a-4b8c-8f4b-d1f7facd92bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-af72d420-076f-4296-b904-e6f992c4be26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af72d420-076f-4296-b904-e6f992c4be26 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-74e609d4-ce91-4d48-8578-80039069d6ae {
  text-align: left;
}

#s-74e609d4-ce91-4d48-8578-80039069d6ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-74e609d4-ce91-4d48-8578-80039069d6ae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-74e609d4-ce91-4d48-8578-80039069d6ae .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-e92ba4b3-7af3-4201-a6fe-5b927cdf1b07 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-e92ba4b3-7af3-4201-a6fe-5b927cdf1b07:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e92ba4b3-7af3-4201-a6fe-5b927cdf1b07:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e92ba4b3-7af3-4201-a6fe-5b927cdf1b07 {
  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-e92ba4b3-7af3-4201-a6fe-5b927cdf1b07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e92ba4b3-7af3-4201-a6fe-5b927cdf1b07.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e92ba4b3-7af3-4201-a6fe-5b927cdf1b07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cf8c5687-eba5-4c9c-962f-f854d40b5825 {
  display: none;
}
#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 {
  text-align: left;
}


.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 {
  max-width: 100%;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 .shg-image-zoom,
.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 {
  max-width: 100%;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 .shg-image-zoom,
.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 {
  max-width: 100%;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 .shg-image-zoom,
.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 {
  max-width: 100%;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 .shg-image-zoom,
.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 {
  max-width: 100%;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 .shg-image-zoom,
.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-756bec44-a20d-4c0b-9293-ab9568f60aa9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cd28d824-fe2c-4e10-b826-7b16134f6d65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd28d824-fe2c-4e10-b826-7b16134f6d65 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-62c10b20-72a6-4b7c-85f6-9cbff9354be9 {
  text-align: left;
}

#s-62c10b20-72a6-4b7c-85f6-9cbff9354be9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-62c10b20-72a6-4b7c-85f6-9cbff9354be9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-62c10b20-72a6-4b7c-85f6-9cbff9354be9 .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-51bcf85a-9959-4572-a8a2-e1c714f8d4a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-51bcf85a-9959-4572-a8a2-e1c714f8d4a7:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-51bcf85a-9959-4572-a8a2-e1c714f8d4a7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51bcf85a-9959-4572-a8a2-e1c714f8d4a7 {
  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-51bcf85a-9959-4572-a8a2-e1c714f8d4a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51bcf85a-9959-4572-a8a2-e1c714f8d4a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-51bcf85a-9959-4572-a8a2-e1c714f8d4a7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a7ccb329-bd46-4d0e-80fe-307df5448309 {
  display: none;
}
#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 {
  text-align: left;
}


.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 {
  max-width: 100%;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 .shg-image-zoom,
.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 {
  max-width: 100%;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 .shg-image-zoom,
.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 {
  max-width: 100%;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 .shg-image-zoom,
.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 {
  max-width: 100%;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 .shg-image-zoom,
.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 {
  max-width: 100%;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 .shg-image-zoom,
.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c48bcd1-979a-4d7c-9021-ca149cbff339 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a2db8be2-7ede-4d26-8046-960658efe884 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2db8be2-7ede-4d26-8046-960658efe884 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3fbed7be-f440-404f-b1d0-311d0893e5e0 {
  text-align: left;
}

#s-3fbed7be-f440-404f-b1d0-311d0893e5e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3fbed7be-f440-404f-b1d0-311d0893e5e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3fbed7be-f440-404f-b1d0-311d0893e5e0 .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-2399eae1-c89b-4aa6-ac01-bf206eab37c3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-2399eae1-c89b-4aa6-ac01-bf206eab37c3:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-2399eae1-c89b-4aa6-ac01-bf206eab37c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2399eae1-c89b-4aa6-ac01-bf206eab37c3 {
  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-2399eae1-c89b-4aa6-ac01-bf206eab37c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2399eae1-c89b-4aa6-ac01-bf206eab37c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2399eae1-c89b-4aa6-ac01-bf206eab37c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e05c7803-4800-4f53-8237-155980c0e8dc {
  display: none;
}
#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 {
  text-align: left;
}


.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 {
  max-width: 100%;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 .shg-image-zoom,
.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 {
  max-width: 100%;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 .shg-image-zoom,
.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 {
  max-width: 100%;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 .shg-image-zoom,
.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 {
  max-width: 100%;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 .shg-image-zoom,
.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 {
  max-width: 100%;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 .shg-image-zoom,
.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14d59f9b-cfa3-49e5-87ee-d63251343a76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5fc8557a-c333-40b3-b5e3-8ab736fc6682 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fc8557a-c333-40b3-b5e3-8ab736fc6682 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b25156ef-3ea9-45e6-9ebf-0e76a05f92cd {
  text-align: left;
}

#s-b25156ef-3ea9-45e6-9ebf-0e76a05f92cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b25156ef-3ea9-45e6-9ebf-0e76a05f92cd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b25156ef-3ea9-45e6-9ebf-0e76a05f92cd .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-57890f4c-999f-482d-a2d1-e5ee1ae1aeb9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-57890f4c-999f-482d-a2d1-e5ee1ae1aeb9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-57890f4c-999f-482d-a2d1-e5ee1ae1aeb9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-57890f4c-999f-482d-a2d1-e5ee1ae1aeb9 {
  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-57890f4c-999f-482d-a2d1-e5ee1ae1aeb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57890f4c-999f-482d-a2d1-e5ee1ae1aeb9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-57890f4c-999f-482d-a2d1-e5ee1ae1aeb9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-88d179a5-7af2-4bdc-baeb-e2b5ecad3fee {
  display: none;
}
#s-727522d2-0f29-4c7e-941a-cbe0274cce0d {
  text-align: left;
}


.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d {
  max-width: 100%;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d .shg-image-zoom,
.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d {
  max-width: 100%;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d .shg-image-zoom,
.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d {
  max-width: 100%;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d .shg-image-zoom,
.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d {
  max-width: 100%;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d .shg-image-zoom,
.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d {
  max-width: 100%;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d .shg-image-zoom,
.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-727522d2-0f29-4c7e-941a-cbe0274cce0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2790c76c-5340-41d4-967e-78fcf9fa6a02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2790c76c-5340-41d4-967e-78fcf9fa6a02 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4acaf71f-7f05-45ed-8331-c14e3de71add {
  text-align: left;
}

#s-4acaf71f-7f05-45ed-8331-c14e3de71add .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4acaf71f-7f05-45ed-8331-c14e3de71add .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4acaf71f-7f05-45ed-8331-c14e3de71add .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-13298036-6dd2-4366-b0b3-493cfa8c547b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-13298036-6dd2-4366-b0b3-493cfa8c547b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-13298036-6dd2-4366-b0b3-493cfa8c547b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-13298036-6dd2-4366-b0b3-493cfa8c547b {
  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-13298036-6dd2-4366-b0b3-493cfa8c547b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13298036-6dd2-4366-b0b3-493cfa8c547b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-13298036-6dd2-4366-b0b3-493cfa8c547b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-936f8c96-888f-4072-a714-53a3ab892ea8 {
  display: none;
}
#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 {
  text-align: left;
}


.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 {
  max-width: 100%;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 .shg-image-zoom,
.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 {
  max-width: 100%;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 .shg-image-zoom,
.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 {
  max-width: 100%;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 .shg-image-zoom,
.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 {
  max-width: 100%;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 .shg-image-zoom,
.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 {
  max-width: 100%;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 .shg-image-zoom,
.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-417c197f-a9b5-4dd5-aa3d-3dc65c92fcc4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fd4c6479-9895-42bf-9182-b608e3cbc923 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd4c6479-9895-42bf-9182-b608e3cbc923 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1f7268a3-c792-4b32-ae5a-634f21d8f6f8 {
  text-align: left;
}

#s-1f7268a3-c792-4b32-ae5a-634f21d8f6f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1f7268a3-c792-4b32-ae5a-634f21d8f6f8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1f7268a3-c792-4b32-ae5a-634f21d8f6f8 .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-7bb1b16a-b29d-4ca5-8992-b9ab23d5bc7f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-7bb1b16a-b29d-4ca5-8992-b9ab23d5bc7f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-7bb1b16a-b29d-4ca5-8992-b9ab23d5bc7f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7bb1b16a-b29d-4ca5-8992-b9ab23d5bc7f {
  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-7bb1b16a-b29d-4ca5-8992-b9ab23d5bc7f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7bb1b16a-b29d-4ca5-8992-b9ab23d5bc7f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7bb1b16a-b29d-4ca5-8992-b9ab23d5bc7f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4ba526ab-fb37-40bd-b168-a793ede3591a {
  display: none;
}
#s-754f13e8-f544-4fcd-97dc-860ff93a4975 {
  text-align: left;
}


.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 {
  max-width: 100%;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 .shg-image-zoom,
.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 {
  max-width: 100%;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 .shg-image-zoom,
.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 {
  max-width: 100%;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 .shg-image-zoom,
.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 {
  max-width: 100%;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 .shg-image-zoom,
.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 {
  max-width: 100%;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 .shg-image-zoom,
.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-754f13e8-f544-4fcd-97dc-860ff93a4975 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-13a91390-082e-4074-beb2-4f5eaa93cb0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13a91390-082e-4074-beb2-4f5eaa93cb0c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-89bfadfc-b38f-481d-96c6-105cf62df351 {
  text-align: left;
}

#s-89bfadfc-b38f-481d-96c6-105cf62df351 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-89bfadfc-b38f-481d-96c6-105cf62df351 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-89bfadfc-b38f-481d-96c6-105cf62df351 .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-08f45b01-2b08-43a9-95ab-bf8545642676 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-08f45b01-2b08-43a9-95ab-bf8545642676:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-08f45b01-2b08-43a9-95ab-bf8545642676:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08f45b01-2b08-43a9-95ab-bf8545642676 {
  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-08f45b01-2b08-43a9-95ab-bf8545642676.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08f45b01-2b08-43a9-95ab-bf8545642676.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-08f45b01-2b08-43a9-95ab-bf8545642676.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-73168045-10f6-40ee-ada2-58ef0872d441 {
  display: none;
}
#s-49400211-ae83-49d7-a41e-08e339be33ca {
  text-align: left;
}


.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca {
  max-width: 100%;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca .shg-image-zoom,
.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca {
  max-width: 100%;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca .shg-image-zoom,
.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca {
  max-width: 100%;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca .shg-image-zoom,
.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca {
  max-width: 100%;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca .shg-image-zoom,
.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca {
  max-width: 100%;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca .shg-image-zoom,
.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49400211-ae83-49d7-a41e-08e339be33ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6b564cea-7117-4fc3-a492-491992c0a0d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b564cea-7117-4fc3-a492-491992c0a0d6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-5989caad-ca3f-4117-971e-d2cbebb8c1fe {
  text-align: left;
}

#s-5989caad-ca3f-4117-971e-d2cbebb8c1fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5989caad-ca3f-4117-971e-d2cbebb8c1fe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5989caad-ca3f-4117-971e-d2cbebb8c1fe .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-271e245a-214c-4ba4-abef-0ba3550da6dd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-271e245a-214c-4ba4-abef-0ba3550da6dd:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-271e245a-214c-4ba4-abef-0ba3550da6dd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-271e245a-214c-4ba4-abef-0ba3550da6dd {
  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-271e245a-214c-4ba4-abef-0ba3550da6dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-271e245a-214c-4ba4-abef-0ba3550da6dd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-271e245a-214c-4ba4-abef-0ba3550da6dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-13a4cd27-236e-49d1-a563-992ea3d92a27 {
  display: none;
}
#s-ab9480f8-0d54-4487-97ae-b5220bc47446 {
  text-align: left;
}


.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 {
  max-width: 100%;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 .shg-image-zoom,
.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 {
  max-width: 100%;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 .shg-image-zoom,
.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 {
  max-width: 100%;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 .shg-image-zoom,
.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 {
  max-width: 100%;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 .shg-image-zoom,
.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 {
  max-width: 100%;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 .shg-image-zoom,
.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab9480f8-0d54-4487-97ae-b5220bc47446 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7888ede2-d782-47cc-a004-a4c7b92393d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7888ede2-d782-47cc-a004-a4c7b92393d8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f093dd84-868e-4770-83d9-f6222a90c02e {
  text-align: left;
}

#s-f093dd84-868e-4770-83d9-f6222a90c02e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f093dd84-868e-4770-83d9-f6222a90c02e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f093dd84-868e-4770-83d9-f6222a90c02e .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-7ec8c05b-80cc-418b-9ea6-3a32e1ddd5a3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-7ec8c05b-80cc-418b-9ea6-3a32e1ddd5a3:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-7ec8c05b-80cc-418b-9ea6-3a32e1ddd5a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ec8c05b-80cc-418b-9ea6-3a32e1ddd5a3 {
  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-7ec8c05b-80cc-418b-9ea6-3a32e1ddd5a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ec8c05b-80cc-418b-9ea6-3a32e1ddd5a3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7ec8c05b-80cc-418b-9ea6-3a32e1ddd5a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2a34c3e1-1ab1-4786-bb33-69d70f99d919 {
  display: none;
}
#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 {
  text-align: left;
}


.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 {
  max-width: 100%;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 .shg-image-zoom,
.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 {
  max-width: 100%;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 .shg-image-zoom,
.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 {
  max-width: 100%;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 .shg-image-zoom,
.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 {
  max-width: 100%;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 .shg-image-zoom,
.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 {
  max-width: 100%;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 .shg-image-zoom,
.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33d396ca-d40b-4a4e-9c30-b4f05a082ab5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ee202f5b-6a17-4702-aabf-a6ce981ebe12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee202f5b-6a17-4702-aabf-a6ce981ebe12 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-5874a0e3-cf74-4238-92a3-699fd9a89343 {
  text-align: left;
}

#s-5874a0e3-cf74-4238-92a3-699fd9a89343 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5874a0e3-cf74-4238-92a3-699fd9a89343 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5874a0e3-cf74-4238-92a3-699fd9a89343 .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-42c7a0d4-d96c-4fe2-aece-1e1350b6ecb7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-42c7a0d4-d96c-4fe2-aece-1e1350b6ecb7:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-42c7a0d4-d96c-4fe2-aece-1e1350b6ecb7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42c7a0d4-d96c-4fe2-aece-1e1350b6ecb7 {
  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-42c7a0d4-d96c-4fe2-aece-1e1350b6ecb7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42c7a0d4-d96c-4fe2-aece-1e1350b6ecb7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-42c7a0d4-d96c-4fe2-aece-1e1350b6ecb7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-33a5b013-6b2e-4efb-8ed6-8516f69ee9c2 {
  display: none;
}
#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 {
  text-align: left;
}


.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 {
  max-width: 100%;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 .shg-image-zoom,
.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 {
  max-width: 100%;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 .shg-image-zoom,
.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 {
  max-width: 100%;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 .shg-image-zoom,
.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 {
  max-width: 100%;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 .shg-image-zoom,
.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 {
  max-width: 100%;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 .shg-image-zoom,
.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43fde41e-99e2-406b-bb8e-0f6bbc3d4e82 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1c78f57f-b86b-44ac-97df-34cbbf392e2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c78f57f-b86b-44ac-97df-34cbbf392e2f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8e99ffe2-523f-474d-83a6-1dd06d82e8aa {
  text-align: left;
}

#s-8e99ffe2-523f-474d-83a6-1dd06d82e8aa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8e99ffe2-523f-474d-83a6-1dd06d82e8aa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8e99ffe2-523f-474d-83a6-1dd06d82e8aa .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-00b0504b-9f62-44cc-80d6-488e4bc10c95 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-00b0504b-9f62-44cc-80d6-488e4bc10c95:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-00b0504b-9f62-44cc-80d6-488e4bc10c95:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-00b0504b-9f62-44cc-80d6-488e4bc10c95 {
  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-00b0504b-9f62-44cc-80d6-488e4bc10c95.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00b0504b-9f62-44cc-80d6-488e4bc10c95.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-00b0504b-9f62-44cc-80d6-488e4bc10c95.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6878cde0-2616-42ca-b130-04dd77df07ab {
  display: none;
}
#s-cd9a7528-35f1-46aa-a860-3042e09945a9 {
  text-align: left;
}


.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 {
  max-width: 100%;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 .shg-image-zoom,
.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 {
  max-width: 100%;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 .shg-image-zoom,
.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 {
  max-width: 100%;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 .shg-image-zoom,
.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 {
  max-width: 100%;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 .shg-image-zoom,
.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 {
  max-width: 100%;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 .shg-image-zoom,
.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd9a7528-35f1-46aa-a860-3042e09945a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bb95074a-5816-4a65-bb94-7cb78d6bdba3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb95074a-5816-4a65-bb94-7cb78d6bdba3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b93d01e8-a367-4d14-b4ec-7016e8181504 {
  text-align: left;
}

#s-b93d01e8-a367-4d14-b4ec-7016e8181504 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b93d01e8-a367-4d14-b4ec-7016e8181504 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b93d01e8-a367-4d14-b4ec-7016e8181504 .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-4e852b97-06bf-419c-8b04-3c4ca8c67a25 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-4e852b97-06bf-419c-8b04-3c4ca8c67a25:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-4e852b97-06bf-419c-8b04-3c4ca8c67a25:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4e852b97-06bf-419c-8b04-3c4ca8c67a25 {
  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-4e852b97-06bf-419c-8b04-3c4ca8c67a25.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e852b97-06bf-419c-8b04-3c4ca8c67a25.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-4e852b97-06bf-419c-8b04-3c4ca8c67a25.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f2a4ce9f-a9c1-4d37-9d3d-946f9b36cdea {
  display: none;
}
#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 {
  text-align: left;
}


.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 {
  max-width: 100%;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 .shg-image-zoom,
.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 {
  max-width: 100%;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 .shg-image-zoom,
.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 {
  max-width: 100%;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 .shg-image-zoom,
.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 {
  max-width: 100%;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 .shg-image-zoom,
.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 {
  max-width: 100%;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 .shg-image-zoom,
.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97aa9e3e-0c19-47c8-b9ad-20ad7addffa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e79931b7-a0d6-4765-892c-2681ce839060 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e79931b7-a0d6-4765-892c-2681ce839060 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8112ade9-b487-483b-b08a-b8e99fbc46bb {
  text-align: left;
}

#s-8112ade9-b487-483b-b08a-b8e99fbc46bb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8112ade9-b487-483b-b08a-b8e99fbc46bb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8112ade9-b487-483b-b08a-b8e99fbc46bb .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-7f6fd6a1-0571-4827-8e25-c1a7cdbdbd64 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-7f6fd6a1-0571-4827-8e25-c1a7cdbdbd64:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-7f6fd6a1-0571-4827-8e25-c1a7cdbdbd64:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7f6fd6a1-0571-4827-8e25-c1a7cdbdbd64 {
  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-7f6fd6a1-0571-4827-8e25-c1a7cdbdbd64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f6fd6a1-0571-4827-8e25-c1a7cdbdbd64.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7f6fd6a1-0571-4827-8e25-c1a7cdbdbd64.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-633ac6f1-f513-4d1b-88cb-84a135f78240 {
  display: none;
}
#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f {
  text-align: left;
}


.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f {
  max-width: 100%;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f .shg-image-zoom,
.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f {
  max-width: 100%;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f .shg-image-zoom,
.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f {
  max-width: 100%;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f .shg-image-zoom,
.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f {
  max-width: 100%;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f .shg-image-zoom,
.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f {
  max-width: 100%;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f .shg-image-zoom,
.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9fce92a4-50e0-4fa8-86b2-acf839a6f72f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e469620e-d1d4-4f19-8175-347cd5696f3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e469620e-d1d4-4f19-8175-347cd5696f3c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e2263af4-0208-440d-b6c5-4fee383e71ee {
  text-align: left;
}

#s-e2263af4-0208-440d-b6c5-4fee383e71ee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e2263af4-0208-440d-b6c5-4fee383e71ee .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e2263af4-0208-440d-b6c5-4fee383e71ee .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-bf06308c-c075-4063-98ce-9c7a854d1630 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-bf06308c-c075-4063-98ce-9c7a854d1630:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-bf06308c-c075-4063-98ce-9c7a854d1630:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf06308c-c075-4063-98ce-9c7a854d1630 {
  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-bf06308c-c075-4063-98ce-9c7a854d1630.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf06308c-c075-4063-98ce-9c7a854d1630.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-bf06308c-c075-4063-98ce-9c7a854d1630.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-99ac9e08-87ec-45de-b265-393a459e15d1 {
  display: none;
}
#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb {
  text-align: left;
}


.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb {
  max-width: 100%;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb .shg-image-zoom,
.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb {
  max-width: 100%;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb .shg-image-zoom,
.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb {
  max-width: 100%;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb .shg-image-zoom,
.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb {
  max-width: 100%;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb .shg-image-zoom,
.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb {
  max-width: 100%;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb .shg-image-zoom,
.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5734a35-3d79-4fd4-9dde-57c4b2b75fcb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3ada8c2e-2364-48bd-9c32-1cedeaf1488e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ada8c2e-2364-48bd-9c32-1cedeaf1488e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0eb1b8e5-2259-4a53-ac33-07c62b07d53d {
  text-align: left;
}

#s-0eb1b8e5-2259-4a53-ac33-07c62b07d53d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0eb1b8e5-2259-4a53-ac33-07c62b07d53d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0eb1b8e5-2259-4a53-ac33-07c62b07d53d .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-f22b2abb-c928-48d4-b54b-991df6d9db62 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-f22b2abb-c928-48d4-b54b-991df6d9db62:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-f22b2abb-c928-48d4-b54b-991df6d9db62:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f22b2abb-c928-48d4-b54b-991df6d9db62 {
  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-f22b2abb-c928-48d4-b54b-991df6d9db62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f22b2abb-c928-48d4-b54b-991df6d9db62.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f22b2abb-c928-48d4-b54b-991df6d9db62.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-f120e4a7-0e9b-49bb-aaac-c3e39a917a3f {
  min-height: 50px;
background-color: rgba(248, 243, 237, 1);
}








#s-f120e4a7-0e9b-49bb-aaac-c3e39a917a3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f120e4a7-0e9b-49bb-aaac-c3e39a917a3f.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-0149b843-fc3f-4bc4-b983-5495f32a9f3e {
  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-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0149b843-fc3f-4bc4-b983-5495f32a9f3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-853274a5-91de-42ab-a12c-4efe58d39a5e {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-853274a5-91de-42ab-a12c-4efe58d39a5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-2fbfd7b5-4737-4f12-b452-5ba34491a7d3 .shogun-icon-wrapper {
  text-align: center;
}


#s-2fbfd7b5-4737-4f12-b452-5ba34491a7d3 .shogun-icon-wrapper > .shogun-icon {

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

#s-bb74a7b4-255b-48ec-8241-23fc89bdd8fa {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-bdbbb3ee-20ca-45bf-90ee-b399de615f47 {
  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-bdbbb3ee-20ca-45bf-90ee-b399de615f47:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-bdbbb3ee-20ca-45bf-90ee-b399de615f47:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-bdbbb3ee-20ca-45bf-90ee-b399de615f47.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-0e61622b-7094-4d2a-9258-4b9f9ef98e41 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0e61622b-7094-4d2a-9258-4b9f9ef98e41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-43e99b0e-6d03-469e-92e2-cd9ff1a8af15 .shogun-icon-wrapper {
  text-align: center;
}


#s-43e99b0e-6d03-469e-92e2-cd9ff1a8af15 .shogun-icon-wrapper > .shogun-icon {

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

#s-76d0216c-396b-4b4b-8a0d-8b7e474b09a2 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-dca24cf2-bdd0-4cc5-8479-41045f4b0f86 {
  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-dca24cf2-bdd0-4cc5-8479-41045f4b0f86:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-dca24cf2-bdd0-4cc5-8479-41045f4b0f86:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-dca24cf2-bdd0-4cc5-8479-41045f4b0f86.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5426b1c2-4bbb-4372-91dd-aa0e1c3178f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-9ce68381-a6f3-48ea-ac20-e6cdae99fde5 .shogun-icon-wrapper {
  text-align: center;
}


#s-9ce68381-a6f3-48ea-ac20-e6cdae99fde5 .shogun-icon-wrapper > .shogun-icon {

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

#s-26dfd62c-d2b0-402b-be51-1d1d5766b786 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-322c96bf-e96d-434f-bec6-a27eae4ce24c {
  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-322c96bf-e96d-434f-bec6-a27eae4ce24c:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-322c96bf-e96d-434f-bec6-a27eae4ce24c:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-322c96bf-e96d-434f-bec6-a27eae4ce24c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9b234ec1-d8de-4347-ba54-851dfad89416 {
  min-height: 50px;
background-color: rgba(175, 143, 52, 1);
}








#s-9b234ec1-d8de-4347-ba54-851dfad89416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b234ec1-d8de-4347-ba54-851dfad89416.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6d2a4c1e-98df-49de-a7e3-6f31924b5082 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d2a4c1e-98df-49de-a7e3-6f31924b5082"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bb9f9bf8-6899-4965-99de-f2208536da14 {
  text-align: left;
}




  #s-bb9f9bf8-6899-4965-99de-f2208536da14 img.shogun-image {
    
    width: px;
  }


#s-bb9f9bf8-6899-4965-99de-f2208536da14 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-4decb145-4291-443b-853d-041569c5301e {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4decb145-4291-443b-853d-041569c5301e"] > .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-9beb784e-fe9b-48e9-988b-5e74fbd51cb6 {
  text-align: center;
}

#s-886c5436-27d2-4bd9-84e8-e4e19ccf5608 {
  padding-top: 0px;
}

#s-d1eead2e-e24f-4bc6-99f0-c26083c8839e {
  padding-top: 15px;
}

#s-84b30fcc-d010-4030-bf4e-785e523b1dc2 {
  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;
}
