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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4112513b-cc16-4b8f-80f4-d4817b93cfde {
  padding-top: 10px;
padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d5bb91a4-e1f0-4afd-bd04-311575834d1f .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-d5bb91a4-e1f0-4afd-bd04-311575834d1f .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-d5bb91a4-e1f0-4afd-bd04-311575834d1f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-d5bb91a4-e1f0-4afd-bd04-311575834d1f .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-d5bb91a4-e1f0-4afd-bd04-311575834d1f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 143, 52, 1);
}

#s-d5bb91a4-e1f0-4afd-bd04-311575834d1f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-d5bb91a4-e1f0-4afd-bd04-311575834d1f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-d5bb91a4-e1f0-4afd-bd04-311575834d1f .shogun-tab {
  max-width: calc(100% / 3 - (3 - 2) * 2px / 3);
}

#s-9fbeb353-205f-493d-8fff-463f90e52f80 {
  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-676577a5-7198-4419-91f1-6b06601afbd8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-676577a5-7198-4419-91f1-6b06601afbd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-676577a5-7198-4419-91f1-6b06601afbd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-676577a5-7198-4419-91f1-6b06601afbd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-676577a5-7198-4419-91f1-6b06601afbd8 > .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-676577a5-7198-4419-91f1-6b06601afbd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-29fbaae1-7ea2-4210-b4fc-2a85b092ebd7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9fdc6bd5-cc91-4574-9fd0-227c396f54dc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fa3d85a1-fc2c-4352-a8c0-a655f46d15b8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6f301828-a1a1-4e51-8ed6-1870625ea7e5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6f301828-a1a1-4e51-8ed6-1870625ea7e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6f301828-a1a1-4e51-8ed6-1870625ea7e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-6f301828-a1a1-4e51-8ed6-1870625ea7e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6f301828-a1a1-4e51-8ed6-1870625ea7e5 > .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-6f301828-a1a1-4e51-8ed6-1870625ea7e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9cf64f50-57d2-4fe3-9db0-776160033699 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-36094b53-4c80-4206-9402-6e59d0e01409 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-36094b53-4c80-4206-9402-6e59d0e01409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-36094b53-4c80-4206-9402-6e59d0e01409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-36094b53-4c80-4206-9402-6e59d0e01409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-36094b53-4c80-4206-9402-6e59d0e01409 > .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-36094b53-4c80-4206-9402-6e59d0e01409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2514ab3c-6497-47b4-8119-62dc20e4b270 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3a07fab0-c45b-4635-bf8d-71379608cd0f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3a07fab0-c45b-4635-bf8d-71379608cd0f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3a07fab0-c45b-4635-bf8d-71379608cd0f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-3a07fab0-c45b-4635-bf8d-71379608cd0f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3a07fab0-c45b-4635-bf8d-71379608cd0f > .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-3a07fab0-c45b-4635-bf8d-71379608cd0f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d25542b9-3697-4451-a863-7d71af2e0854 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c095635c-dcd0-4197-94a0-7d6001ccfd29 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c095635c-dcd0-4197-94a0-7d6001ccfd29 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c095635c-dcd0-4197-94a0-7d6001ccfd29 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-c095635c-dcd0-4197-94a0-7d6001ccfd29 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c095635c-dcd0-4197-94a0-7d6001ccfd29 > .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-c095635c-dcd0-4197-94a0-7d6001ccfd29 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-010e446f-ae9f-46d5-811a-6dd34d225597 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ad7d02d3-eaba-41a0-a44c-1a505fffe917 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ad7d02d3-eaba-41a0-a44c-1a505fffe917 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ad7d02d3-eaba-41a0-a44c-1a505fffe917 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-ad7d02d3-eaba-41a0-a44c-1a505fffe917 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ad7d02d3-eaba-41a0-a44c-1a505fffe917 > .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-ad7d02d3-eaba-41a0-a44c-1a505fffe917 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-74cd2ab9-851b-4dbe-a65c-6cb485eec7f2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-23687216-ea51-4c82-8214-96058c27cd0d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-23687216-ea51-4c82-8214-96058c27cd0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-23687216-ea51-4c82-8214-96058c27cd0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-23687216-ea51-4c82-8214-96058c27cd0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-23687216-ea51-4c82-8214-96058c27cd0d > .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-23687216-ea51-4c82-8214-96058c27cd0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ab2972f7-2a96-49cb-b70d-660c96481556 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-428b95e1-8ab5-447a-bfbe-f5896513295c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-428b95e1-8ab5-447a-bfbe-f5896513295c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-428b95e1-8ab5-447a-bfbe-f5896513295c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-428b95e1-8ab5-447a-bfbe-f5896513295c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-428b95e1-8ab5-447a-bfbe-f5896513295c > .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-428b95e1-8ab5-447a-bfbe-f5896513295c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bcafc8f5-fa85-4207-adca-4d768dbc9f48 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fd21a219-6729-425f-92ac-e4de479b212a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fd21a219-6729-425f-92ac-e4de479b212a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-fd21a219-6729-425f-92ac-e4de479b212a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-fd21a219-6729-425f-92ac-e4de479b212a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-fd21a219-6729-425f-92ac-e4de479b212a > .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-fd21a219-6729-425f-92ac-e4de479b212a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-658bb4d7-e685-4186-b013-0d57ee2d13e7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4f497d28-a6a5-47eb-b941-343377c1b6ea > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4f497d28-a6a5-47eb-b941-343377c1b6ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4f497d28-a6a5-47eb-b941-343377c1b6ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-4f497d28-a6a5-47eb-b941-343377c1b6ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4f497d28-a6a5-47eb-b941-343377c1b6ea > .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-4f497d28-a6a5-47eb-b941-343377c1b6ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0a054396-a6ed-4ace-aec7-1016cdb87640 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e638dba9-5469-40db-a8a3-d0946a217438 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e638dba9-5469-40db-a8a3-d0946a217438 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e638dba9-5469-40db-a8a3-d0946a217438 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-e638dba9-5469-40db-a8a3-d0946a217438 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e638dba9-5469-40db-a8a3-d0946a217438 > .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-e638dba9-5469-40db-a8a3-d0946a217438 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a7e85810-f01b-4457-b54f-cd39dc117640 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-86ce1537-6a94-459b-8d5e-f5816cd059b8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-86ce1537-6a94-459b-8d5e-f5816cd059b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-86ce1537-6a94-459b-8d5e-f5816cd059b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-86ce1537-6a94-459b-8d5e-f5816cd059b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-86ce1537-6a94-459b-8d5e-f5816cd059b8 > .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-86ce1537-6a94-459b-8d5e-f5816cd059b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-120a107d-c478-4d5a-a2e0-033ba1bde4cd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-26bacf0f-21f9-416f-8f4a-b09424ab9b10 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-26bacf0f-21f9-416f-8f4a-b09424ab9b10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-26bacf0f-21f9-416f-8f4a-b09424ab9b10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-26bacf0f-21f9-416f-8f4a-b09424ab9b10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-26bacf0f-21f9-416f-8f4a-b09424ab9b10 > .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-26bacf0f-21f9-416f-8f4a-b09424ab9b10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2eaab0bc-0bfa-48e0-8179-5f50e23928db {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

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

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

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

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

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

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

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

#s-dda74287-31dc-4b97-b0f4-ca0de82c3884 {
  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-dda74287-31dc-4b97-b0f4-ca0de82c3884:hover {background-color: rgba(151, 123, 45, 1) !important;
text-decoration: none !important;}#s-dda74287-31dc-4b97-b0f4-ca0de82c3884:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dda74287-31dc-4b97-b0f4-ca0de82c3884.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-ee527bf8-90fb-42bd-9394-0d155def3fd1 {
  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-33242755-f850-4bcb-849c-4a7b838081ac {
  text-align: center;
}




  #s-33242755-f850-4bcb-849c-4a7b838081ac img.shogun-image {
    
    width: px;
  }


#s-33242755-f850-4bcb-849c-4a7b838081ac .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-17b28997-2aa4-4ffd-ab13-9682c86f78c5 {
  text-align: center;
}




  #s-17b28997-2aa4-4ffd-ab13-9682c86f78c5 img.shogun-image {
    
    width: px;
  }


#s-17b28997-2aa4-4ffd-ab13-9682c86f78c5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ff4bfab0-973b-4c97-a964-d413587a97b1 {
  text-align: center;
}




  #s-ff4bfab0-973b-4c97-a964-d413587a97b1 img.shogun-image {
    
    width: px;
  }


#s-ff4bfab0-973b-4c97-a964-d413587a97b1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-357282d7-ec8b-48d7-83e1-6c9bb527a364 {
  text-align: center;
}




  #s-357282d7-ec8b-48d7-83e1-6c9bb527a364 img.shogun-image {
    
    width: px;
  }


#s-357282d7-ec8b-48d7-83e1-6c9bb527a364 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c883dac1-e752-40ff-bf4b-ad2babe3ceca {
  text-align: center;
}




  #s-c883dac1-e752-40ff-bf4b-ad2babe3ceca img.shogun-image {
    
    width: px;
  }


#s-c883dac1-e752-40ff-bf4b-ad2babe3ceca .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f41a8a71-62a8-4a28-b24b-a4f1e41366b5 {
  text-align: center;
}




  #s-f41a8a71-62a8-4a28-b24b-a4f1e41366b5 img.shogun-image {
    
    width: px;
  }


#s-f41a8a71-62a8-4a28-b24b-a4f1e41366b5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d9b22eb3-f972-4bca-a140-a558a092c734 {
  text-align: center;
}




  #s-d9b22eb3-f972-4bca-a140-a558a092c734 img.shogun-image {
    
    width: px;
  }


#s-d9b22eb3-f972-4bca-a140-a558a092c734 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-127a28b5-36a4-42d3-be70-839a126bb90f {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
}

#s-3fb64890-d23b-4517-b028-3f16c060778c {
  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-e8aae58c-37cb-451e-bf65-832f2e43599b {
  text-align: left;
}


.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b {
  max-width: 100%;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b .shg-image-zoom,
.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b {
  max-width: 100%;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b .shg-image-zoom,
.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b {
  max-width: 100%;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b .shg-image-zoom,
.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b {
  max-width: 100%;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b .shg-image-zoom,
.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b {
  max-width: 100%;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b .shg-image-zoom,
.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8aae58c-37cb-451e-bf65-832f2e43599b .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-4c4df4fc-11f3-4fac-9ce2-5c5eefb6ed4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c4df4fc-11f3-4fac-9ce2-5c5eefb6ed4a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-79bcc9e3-2af6-4fd7-8f59-050c982c5cdc {
  text-align: left;
}

#s-79bcc9e3-2af6-4fd7-8f59-050c982c5cdc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-79bcc9e3-2af6-4fd7-8f59-050c982c5cdc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-79bcc9e3-2af6-4fd7-8f59-050c982c5cdc .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-584cc4f4-8386-43e2-af0d-07fa2fefefda {
  display: none;
}
#s-a2aeab55-ee4a-452c-97ed-586337bc9626 {
  text-align: left;
}


.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 {
  max-width: 100%;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 .shg-image-zoom,
.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 {
  max-width: 100%;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 .shg-image-zoom,
.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 {
  max-width: 100%;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 .shg-image-zoom,
.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 {
  max-width: 100%;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 .shg-image-zoom,
.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 {
  max-width: 100%;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 .shg-image-zoom,
.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2aeab55-ee4a-452c-97ed-586337bc9626 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6280738d-5fb3-49c0-9f87-eeda2d01ff11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6280738d-5fb3-49c0-9f87-eeda2d01ff11 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-cb0d225c-b2ae-437a-bd1b-fa81aa7c8bf0 {
  text-align: left;
}

#s-cb0d225c-b2ae-437a-bd1b-fa81aa7c8bf0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cb0d225c-b2ae-437a-bd1b-fa81aa7c8bf0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cb0d225c-b2ae-437a-bd1b-fa81aa7c8bf0 .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-2fc51517-fe32-4ef1-b573-054b1be72efa {
  display: none;
}
#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 {
  text-align: left;
}


.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 {
  max-width: 100%;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 .shg-image-zoom,
.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 {
  max-width: 100%;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 .shg-image-zoom,
.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 {
  max-width: 100%;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 .shg-image-zoom,
.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 {
  max-width: 100%;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 .shg-image-zoom,
.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 {
  max-width: 100%;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 .shg-image-zoom,
.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-354b684c-e88d-4e16-8709-3ebfaab1ba57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9539c27b-e3ca-4a10-9953-7a3670f0fe6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9539c27b-e3ca-4a10-9953-7a3670f0fe6a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-6e79b55b-f8b9-4db0-a8ca-8251e98b1706 {
  text-align: left;
}

#s-6e79b55b-f8b9-4db0-a8ca-8251e98b1706 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6e79b55b-f8b9-4db0-a8ca-8251e98b1706 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6e79b55b-f8b9-4db0-a8ca-8251e98b1706 .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-05e0baed-6082-4e49-964c-8e3c10ea4519 {
  display: none;
}
#s-2de762c9-d1ef-43c5-8082-a592871cad88 {
  text-align: left;
}


.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 {
  max-width: 100%;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 .shg-image-zoom,
.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 {
  max-width: 100%;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 .shg-image-zoom,
.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 {
  max-width: 100%;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 .shg-image-zoom,
.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 {
  max-width: 100%;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 .shg-image-zoom,
.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 {
  max-width: 100%;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 .shg-image-zoom,
.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2de762c9-d1ef-43c5-8082-a592871cad88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5a30e4c8-909d-4e36-96e6-9ec7d91f5f61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5a30e4c8-909d-4e36-96e6-9ec7d91f5f61 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-9d7022c3-af2c-4db5-8a82-aa5c8a447f05 {
  text-align: left;
}

#s-9d7022c3-af2c-4db5-8a82-aa5c8a447f05 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9d7022c3-af2c-4db5-8a82-aa5c8a447f05 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9d7022c3-af2c-4db5-8a82-aa5c8a447f05 .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-e5e28e1e-2e71-41d0-accd-c8e95c27d568 {
  display: none;
}
#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 {
  text-align: left;
}


.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 {
  max-width: 100%;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 .shg-image-zoom,
.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 {
  max-width: 100%;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 .shg-image-zoom,
.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 {
  max-width: 100%;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 .shg-image-zoom,
.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 {
  max-width: 100%;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 .shg-image-zoom,
.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 {
  max-width: 100%;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 .shg-image-zoom,
.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19b8db2e-18f1-47b1-8f34-d02175d83b87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-eae41cd4-0dc7-4638-9c61-535c62dafc6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eae41cd4-0dc7-4638-9c61-535c62dafc6f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-6cdfd237-e5c3-4c59-855f-b9c69ef9469b {
  text-align: left;
}

#s-6cdfd237-e5c3-4c59-855f-b9c69ef9469b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6cdfd237-e5c3-4c59-855f-b9c69ef9469b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6cdfd237-e5c3-4c59-855f-b9c69ef9469b .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-9bedfeec-e546-4f89-a4f6-a65a10e429b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-9bedfeec-e546-4f89-a4f6-a65a10e429b6:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-9bedfeec-e546-4f89-a4f6-a65a10e429b6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9bedfeec-e546-4f89-a4f6-a65a10e429b6 {
  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-9bedfeec-e546-4f89-a4f6-a65a10e429b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9bedfeec-e546-4f89-a4f6-a65a10e429b6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9bedfeec-e546-4f89-a4f6-a65a10e429b6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-be76e7d2-9874-46d4-8169-7ad408463626 {
  display: none;
}
#s-b4811477-ba49-4122-b147-9f8d18e8523e {
  text-align: left;
}


.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e {
  max-width: 100%;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e .shg-image-zoom,
.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e {
  max-width: 100%;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e .shg-image-zoom,
.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e {
  max-width: 100%;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e .shg-image-zoom,
.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e {
  max-width: 100%;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e .shg-image-zoom,
.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e {
  max-width: 100%;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e .shg-image-zoom,
.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4811477-ba49-4122-b147-9f8d18e8523e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-155d8151-c05e-4511-af8b-6c1c19733f53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-155d8151-c05e-4511-af8b-6c1c19733f53 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9f5f3ae4-6f85-4c0c-9fc9-ea5d93be6eaa {
  text-align: left;
}

#s-9f5f3ae4-6f85-4c0c-9fc9-ea5d93be6eaa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9f5f3ae4-6f85-4c0c-9fc9-ea5d93be6eaa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9f5f3ae4-6f85-4c0c-9fc9-ea5d93be6eaa .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-7b7bfc27-617a-441b-b2c8-1b79673375c9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-7b7bfc27-617a-441b-b2c8-1b79673375c9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-7b7bfc27-617a-441b-b2c8-1b79673375c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7b7bfc27-617a-441b-b2c8-1b79673375c9 {
  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-7b7bfc27-617a-441b-b2c8-1b79673375c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b7bfc27-617a-441b-b2c8-1b79673375c9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7b7bfc27-617a-441b-b2c8-1b79673375c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fbe54ea8-9f4e-4ed6-b79d-c73a1b19b1a5 {
  display: none;
}
#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 {
  text-align: left;
}


.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 {
  max-width: 100%;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 .shg-image-zoom,
.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 {
  max-width: 100%;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 .shg-image-zoom,
.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 {
  max-width: 100%;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 .shg-image-zoom,
.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 {
  max-width: 100%;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 .shg-image-zoom,
.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 {
  max-width: 100%;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 .shg-image-zoom,
.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65ca2974-a40b-4d36-8b1a-632eeeab15f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ed6289da-ff6d-4a56-8160-22335c810c21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed6289da-ff6d-4a56-8160-22335c810c21 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-dae95c3d-b97f-43dc-bbaf-6535300bfbfb {
  text-align: left;
}

#s-dae95c3d-b97f-43dc-bbaf-6535300bfbfb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-dae95c3d-b97f-43dc-bbaf-6535300bfbfb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dae95c3d-b97f-43dc-bbaf-6535300bfbfb .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-b46f58c7-1267-409b-ae4a-7b6fd6164970 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-b46f58c7-1267-409b-ae4a-7b6fd6164970:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b46f58c7-1267-409b-ae4a-7b6fd6164970:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b46f58c7-1267-409b-ae4a-7b6fd6164970 {
  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-b46f58c7-1267-409b-ae4a-7b6fd6164970.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b46f58c7-1267-409b-ae4a-7b6fd6164970.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b46f58c7-1267-409b-ae4a-7b6fd6164970.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ac1d1f27-0613-460f-84c4-c3a9c962d074 {
  display: none;
}
#s-46bd3af5-0c34-42da-b4af-9b78c895be7f {
  text-align: left;
}


.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f {
  max-width: 100%;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f .shg-image-zoom,
.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f {
  max-width: 100%;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f .shg-image-zoom,
.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f {
  max-width: 100%;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f .shg-image-zoom,
.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f {
  max-width: 100%;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f .shg-image-zoom,
.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f {
  max-width: 100%;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f .shg-image-zoom,
.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46bd3af5-0c34-42da-b4af-9b78c895be7f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b16d67dd-2278-4102-87e1-2e96b53e0dd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b16d67dd-2278-4102-87e1-2e96b53e0dd8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-a4ef0091-71b7-4283-a0fe-038a2c613598 {
  text-align: left;
}

#s-a4ef0091-71b7-4283-a0fe-038a2c613598 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a4ef0091-71b7-4283-a0fe-038a2c613598 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a4ef0091-71b7-4283-a0fe-038a2c613598 .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-3adbc81e-3c43-490f-aa85-9bfa61d87a13 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-3adbc81e-3c43-490f-aa85-9bfa61d87a13:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-3adbc81e-3c43-490f-aa85-9bfa61d87a13:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3adbc81e-3c43-490f-aa85-9bfa61d87a13 {
  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-3adbc81e-3c43-490f-aa85-9bfa61d87a13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3adbc81e-3c43-490f-aa85-9bfa61d87a13.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3adbc81e-3c43-490f-aa85-9bfa61d87a13.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee7cea92-c2f5-481f-a516-1e4936d471eb {
  display: none;
}
#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 {
  text-align: left;
}


.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 {
  max-width: 100%;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 .shg-image-zoom,
.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 {
  max-width: 100%;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 .shg-image-zoom,
.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 {
  max-width: 100%;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 .shg-image-zoom,
.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 {
  max-width: 100%;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 .shg-image-zoom,
.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 {
  max-width: 100%;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 .shg-image-zoom,
.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df22966d-4923-4a78-9cf9-b20f61b7b3b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bd37014c-d815-4a95-b183-d69359c7ef97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd37014c-d815-4a95-b183-d69359c7ef97 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8cb27237-4795-41c8-ab13-e57f4a01569e {
  text-align: left;
}

#s-8cb27237-4795-41c8-ab13-e57f4a01569e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8cb27237-4795-41c8-ab13-e57f4a01569e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8cb27237-4795-41c8-ab13-e57f4a01569e .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-cc1c1360-08e2-402f-b1a2-8ee84c33bdd8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-cc1c1360-08e2-402f-b1a2-8ee84c33bdd8:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-cc1c1360-08e2-402f-b1a2-8ee84c33bdd8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cc1c1360-08e2-402f-b1a2-8ee84c33bdd8 {
  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-cc1c1360-08e2-402f-b1a2-8ee84c33bdd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc1c1360-08e2-402f-b1a2-8ee84c33bdd8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-cc1c1360-08e2-402f-b1a2-8ee84c33bdd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5819f887-b0f7-4592-beb4-ddfa0cc1df94 {
  display: none;
}
#s-939cd388-e765-42f5-9d53-71cfa3344c8d {
  text-align: left;
}


.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d {
  max-width: 100%;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d .shg-image-zoom,
.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d {
  max-width: 100%;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d .shg-image-zoom,
.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d {
  max-width: 100%;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d .shg-image-zoom,
.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d {
  max-width: 100%;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d .shg-image-zoom,
.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d {
  max-width: 100%;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d .shg-image-zoom,
.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-939cd388-e765-42f5-9d53-71cfa3344c8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bc46c7bb-242a-4cde-a568-c1d201efc6c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc46c7bb-242a-4cde-a568-c1d201efc6c4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8c1d5e7b-596e-4a60-aaa4-09e14b4e070d {
  text-align: left;
}

#s-8c1d5e7b-596e-4a60-aaa4-09e14b4e070d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8c1d5e7b-596e-4a60-aaa4-09e14b4e070d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8c1d5e7b-596e-4a60-aaa4-09e14b4e070d .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-45f72a4e-d275-4f33-999e-20ba15914f86 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-45f72a4e-d275-4f33-999e-20ba15914f86:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-45f72a4e-d275-4f33-999e-20ba15914f86:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-45f72a4e-d275-4f33-999e-20ba15914f86 {
  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-45f72a4e-d275-4f33-999e-20ba15914f86.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45f72a4e-d275-4f33-999e-20ba15914f86.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-45f72a4e-d275-4f33-999e-20ba15914f86.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a370ec6f-7fb8-4797-a992-82f5e524c0f3 {
  display: none;
}
#s-8d681333-aa84-4333-8aa8-17de97a8040b {
  text-align: left;
}


.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b {
  max-width: 100%;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b .shg-image-zoom,
.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b {
  max-width: 100%;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b .shg-image-zoom,
.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b {
  max-width: 100%;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b .shg-image-zoom,
.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b {
  max-width: 100%;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b .shg-image-zoom,
.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b {
  max-width: 100%;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b .shg-image-zoom,
.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d681333-aa84-4333-8aa8-17de97a8040b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8a223ec4-f734-41ca-84fd-af1ae0a8abb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a223ec4-f734-41ca-84fd-af1ae0a8abb9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e9631579-e940-406b-8579-1f2f67d167c7 {
  text-align: left;
}

#s-e9631579-e940-406b-8579-1f2f67d167c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e9631579-e940-406b-8579-1f2f67d167c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e9631579-e940-406b-8579-1f2f67d167c7 .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-de8cb1f5-fe65-471c-9b3b-3019381b5e5a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-de8cb1f5-fe65-471c-9b3b-3019381b5e5a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-de8cb1f5-fe65-471c-9b3b-3019381b5e5a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de8cb1f5-fe65-471c-9b3b-3019381b5e5a {
  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-de8cb1f5-fe65-471c-9b3b-3019381b5e5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de8cb1f5-fe65-471c-9b3b-3019381b5e5a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-de8cb1f5-fe65-471c-9b3b-3019381b5e5a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4f128e6b-a429-4117-a447-694411006cd4 {
  display: none;
}
#s-39fe3693-647b-455b-b278-be720565d919 {
  text-align: left;
}


.shg-c#s-39fe3693-647b-455b-b278-be720565d919 {
  max-width: 100%;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 .shg-image-zoom,
.shg-c#s-39fe3693-647b-455b-b278-be720565d919 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-39fe3693-647b-455b-b278-be720565d919 {
  max-width: 100%;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 .shg-image-zoom,
.shg-c#s-39fe3693-647b-455b-b278-be720565d919 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39fe3693-647b-455b-b278-be720565d919 {
  max-width: 100%;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 .shg-image-zoom,
.shg-c#s-39fe3693-647b-455b-b278-be720565d919 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39fe3693-647b-455b-b278-be720565d919 {
  max-width: 100%;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 .shg-image-zoom,
.shg-c#s-39fe3693-647b-455b-b278-be720565d919 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-39fe3693-647b-455b-b278-be720565d919 {
  max-width: 100%;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 .shg-image-zoom,
.shg-c#s-39fe3693-647b-455b-b278-be720565d919 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39fe3693-647b-455b-b278-be720565d919 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-68f97aca-b340-4a42-b072-33e514da275a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68f97aca-b340-4a42-b072-33e514da275a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1e3c7d96-2e3e-4f24-b70d-2c1fe7719461 {
  text-align: left;
}

#s-1e3c7d96-2e3e-4f24-b70d-2c1fe7719461 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1e3c7d96-2e3e-4f24-b70d-2c1fe7719461 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1e3c7d96-2e3e-4f24-b70d-2c1fe7719461 .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-684921f0-e710-423c-af34-656a01913a18 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-684921f0-e710-423c-af34-656a01913a18:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-684921f0-e710-423c-af34-656a01913a18:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-684921f0-e710-423c-af34-656a01913a18 {
  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-684921f0-e710-423c-af34-656a01913a18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-684921f0-e710-423c-af34-656a01913a18.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-684921f0-e710-423c-af34-656a01913a18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-83a5f337-43e4-49e2-b801-4ac6a97516af {
  display: none;
}
#s-0d020097-083b-46cf-bb0a-589434886d73 {
  text-align: left;
}


.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 {
  max-width: 100%;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 .shg-image-zoom,
.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 {
  max-width: 100%;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 .shg-image-zoom,
.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 {
  max-width: 100%;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 .shg-image-zoom,
.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 {
  max-width: 100%;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 .shg-image-zoom,
.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 {
  max-width: 100%;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 .shg-image-zoom,
.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d020097-083b-46cf-bb0a-589434886d73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-92aaefea-b7be-49e2-8d8f-5b889bcd4d73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92aaefea-b7be-49e2-8d8f-5b889bcd4d73 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e4e38827-cad2-438f-8eec-54090f3dcc7c {
  text-align: left;
}

#s-e4e38827-cad2-438f-8eec-54090f3dcc7c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e4e38827-cad2-438f-8eec-54090f3dcc7c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e4e38827-cad2-438f-8eec-54090f3dcc7c .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-41a7521a-b2a9-4b64-aa51-bba17d0f68e3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-41a7521a-b2a9-4b64-aa51-bba17d0f68e3:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-41a7521a-b2a9-4b64-aa51-bba17d0f68e3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-41a7521a-b2a9-4b64-aa51-bba17d0f68e3 {
  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-41a7521a-b2a9-4b64-aa51-bba17d0f68e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41a7521a-b2a9-4b64-aa51-bba17d0f68e3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-41a7521a-b2a9-4b64-aa51-bba17d0f68e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-172ea022-0bb6-46f9-8d85-8303c9c7fb1f {
  display: none;
}
#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 {
  text-align: left;
}


.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 {
  max-width: 100%;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 .shg-image-zoom,
.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 {
  max-width: 100%;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 .shg-image-zoom,
.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 {
  max-width: 100%;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 .shg-image-zoom,
.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 {
  max-width: 100%;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 .shg-image-zoom,
.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 {
  max-width: 100%;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 .shg-image-zoom,
.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a635f39c-37a0-4f04-afe8-cef49bfe3747 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f126a827-d831-47e8-94aa-57cf7b9d97f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f126a827-d831-47e8-94aa-57cf7b9d97f9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-70941f31-74f9-404b-a5e8-674a62c62db2 {
  text-align: left;
}

#s-70941f31-74f9-404b-a5e8-674a62c62db2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-70941f31-74f9-404b-a5e8-674a62c62db2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-70941f31-74f9-404b-a5e8-674a62c62db2 .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-70f2188f-145e-4318-84f6-0ff9f7b14377 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-70f2188f-145e-4318-84f6-0ff9f7b14377:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-70f2188f-145e-4318-84f6-0ff9f7b14377:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70f2188f-145e-4318-84f6-0ff9f7b14377 {
  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-70f2188f-145e-4318-84f6-0ff9f7b14377.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-70f2188f-145e-4318-84f6-0ff9f7b14377.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-70f2188f-145e-4318-84f6-0ff9f7b14377.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c94b66ea-5111-4437-9d49-4ae2e0b5840d {
  display: none;
}
#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 {
  text-align: left;
}


.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 {
  max-width: 100%;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 .shg-image-zoom,
.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 {
  max-width: 100%;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 .shg-image-zoom,
.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 {
  max-width: 100%;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 .shg-image-zoom,
.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 {
  max-width: 100%;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 .shg-image-zoom,
.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 {
  max-width: 100%;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 .shg-image-zoom,
.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e69b5f47-6578-4a50-89de-a6d07c7396a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cd86a98d-e36d-4828-bbf8-db34293e405d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd86a98d-e36d-4828-bbf8-db34293e405d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e1a08f7b-2a98-481e-b588-e8a7dd11338b {
  text-align: left;
}

#s-e1a08f7b-2a98-481e-b588-e8a7dd11338b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e1a08f7b-2a98-481e-b588-e8a7dd11338b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e1a08f7b-2a98-481e-b588-e8a7dd11338b .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-d27fcdc1-4398-4dcc-bafd-8454939283a5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-d27fcdc1-4398-4dcc-bafd-8454939283a5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-d27fcdc1-4398-4dcc-bafd-8454939283a5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d27fcdc1-4398-4dcc-bafd-8454939283a5 {
  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-d27fcdc1-4398-4dcc-bafd-8454939283a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d27fcdc1-4398-4dcc-bafd-8454939283a5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d27fcdc1-4398-4dcc-bafd-8454939283a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f8e35abe-0c26-41f2-b017-1829e937be62 {
  display: none;
}
#s-58baa929-18b3-4121-86ac-60aa6e244eeb {
  text-align: left;
}


.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb {
  max-width: 100%;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb .shg-image-zoom,
.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb {
  max-width: 100%;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb .shg-image-zoom,
.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb {
  max-width: 100%;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb .shg-image-zoom,
.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb {
  max-width: 100%;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb .shg-image-zoom,
.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb {
  max-width: 100%;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb .shg-image-zoom,
.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58baa929-18b3-4121-86ac-60aa6e244eeb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-978ee4eb-0e08-4be5-84ff-c60210017b2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-978ee4eb-0e08-4be5-84ff-c60210017b2a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-53fe14b7-a4f8-47a7-86f9-23ed35135f4a {
  text-align: left;
}

#s-53fe14b7-a4f8-47a7-86f9-23ed35135f4a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-53fe14b7-a4f8-47a7-86f9-23ed35135f4a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-53fe14b7-a4f8-47a7-86f9-23ed35135f4a .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-5e756b66-6ef0-4f0d-986b-8497afb8542f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-5e756b66-6ef0-4f0d-986b-8497afb8542f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-5e756b66-6ef0-4f0d-986b-8497afb8542f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e756b66-6ef0-4f0d-986b-8497afb8542f {
  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-5e756b66-6ef0-4f0d-986b-8497afb8542f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e756b66-6ef0-4f0d-986b-8497afb8542f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5e756b66-6ef0-4f0d-986b-8497afb8542f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-27ac5941-f1e6-45bf-a708-a59ca84ee1a0 {
  display: none;
}
#s-4922888c-2afd-4719-ac62-21fc39201939 {
  text-align: left;
}


.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 {
  max-width: 100%;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 .shg-image-zoom,
.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 {
  max-width: 100%;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 .shg-image-zoom,
.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 {
  max-width: 100%;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 .shg-image-zoom,
.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 {
  max-width: 100%;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 .shg-image-zoom,
.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 {
  max-width: 100%;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 .shg-image-zoom,
.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4922888c-2afd-4719-ac62-21fc39201939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-935cda62-ed25-41ec-9dbc-e029f37694fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-935cda62-ed25-41ec-9dbc-e029f37694fe .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9913e70c-2003-4579-bce6-2d27ba60bed4 {
  text-align: left;
}

#s-9913e70c-2003-4579-bce6-2d27ba60bed4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9913e70c-2003-4579-bce6-2d27ba60bed4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9913e70c-2003-4579-bce6-2d27ba60bed4 .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-7f449376-e126-41aa-8494-5274f70b738b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-7f449376-e126-41aa-8494-5274f70b738b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-7f449376-e126-41aa-8494-5274f70b738b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7f449376-e126-41aa-8494-5274f70b738b {
  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-7f449376-e126-41aa-8494-5274f70b738b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f449376-e126-41aa-8494-5274f70b738b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7f449376-e126-41aa-8494-5274f70b738b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d36986d9-2b9d-4823-8cae-7596cad276b8 {
  display: none;
}
#s-f83a572f-31db-4651-a10b-3de29ad01a80 {
  text-align: left;
}


.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 {
  max-width: 100%;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 .shg-image-zoom,
.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 {
  max-width: 100%;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 .shg-image-zoom,
.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 {
  max-width: 100%;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 .shg-image-zoom,
.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 {
  max-width: 100%;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 .shg-image-zoom,
.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 {
  max-width: 100%;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 .shg-image-zoom,
.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f83a572f-31db-4651-a10b-3de29ad01a80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-48311a86-6405-421f-964e-dde9cbed4137 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48311a86-6405-421f-964e-dde9cbed4137 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-779e7df4-9eb0-4b96-8414-1ad6a5b8c223 {
  text-align: left;
}

#s-779e7df4-9eb0-4b96-8414-1ad6a5b8c223 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-779e7df4-9eb0-4b96-8414-1ad6a5b8c223 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-779e7df4-9eb0-4b96-8414-1ad6a5b8c223 .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-93968282-db6a-48d2-941f-a0f2e20169e9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-93968282-db6a-48d2-941f-a0f2e20169e9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-93968282-db6a-48d2-941f-a0f2e20169e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-93968282-db6a-48d2-941f-a0f2e20169e9 {
  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-93968282-db6a-48d2-941f-a0f2e20169e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93968282-db6a-48d2-941f-a0f2e20169e9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-93968282-db6a-48d2-941f-a0f2e20169e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-38c674b0-caf1-4d43-bcda-ae5eda6b45c6 {
  display: none;
}
#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 {
  text-align: left;
}


.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 {
  max-width: 100%;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 .shg-image-zoom,
.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 {
  max-width: 100%;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 .shg-image-zoom,
.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 {
  max-width: 100%;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 .shg-image-zoom,
.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 {
  max-width: 100%;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 .shg-image-zoom,
.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 {
  max-width: 100%;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 .shg-image-zoom,
.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-122acf00-1229-4eca-a8d1-3f9ca6af2115 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-54acce44-7c1a-42d4-b5a5-dbffea10539a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54acce44-7c1a-42d4-b5a5-dbffea10539a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-34b602ff-40af-41cb-84f9-bad54d566e98 {
  text-align: left;
}

#s-34b602ff-40af-41cb-84f9-bad54d566e98 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-34b602ff-40af-41cb-84f9-bad54d566e98 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-34b602ff-40af-41cb-84f9-bad54d566e98 .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-fb43d7e4-8930-4ef0-b5e5-8e7b4b59bf86 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-fb43d7e4-8930-4ef0-b5e5-8e7b4b59bf86:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-fb43d7e4-8930-4ef0-b5e5-8e7b4b59bf86:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb43d7e4-8930-4ef0-b5e5-8e7b4b59bf86 {
  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-fb43d7e4-8930-4ef0-b5e5-8e7b4b59bf86.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb43d7e4-8930-4ef0-b5e5-8e7b4b59bf86.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-fb43d7e4-8930-4ef0-b5e5-8e7b4b59bf86.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-10efe2c0-c462-42e8-af37-d66766a1d541 {
  display: none;
}
#s-129c88be-5d05-4e0d-8f0b-7c095849de51 {
  text-align: left;
}


.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 {
  max-width: 100%;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 .shg-image-zoom,
.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 {
  max-width: 100%;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 .shg-image-zoom,
.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 {
  max-width: 100%;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 .shg-image-zoom,
.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 {
  max-width: 100%;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 .shg-image-zoom,
.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 {
  max-width: 100%;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 .shg-image-zoom,
.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-129c88be-5d05-4e0d-8f0b-7c095849de51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-83d6c36d-69de-47d6-8027-a956bb8cb39a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83d6c36d-69de-47d6-8027-a956bb8cb39a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f3f844c5-82c1-4312-9dd1-01441b51f277 {
  text-align: left;
}

#s-f3f844c5-82c1-4312-9dd1-01441b51f277 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f3f844c5-82c1-4312-9dd1-01441b51f277 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f3f844c5-82c1-4312-9dd1-01441b51f277 .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-ff2c52df-764a-46ec-9139-06753ce65638 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-ff2c52df-764a-46ec-9139-06753ce65638:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ff2c52df-764a-46ec-9139-06753ce65638:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff2c52df-764a-46ec-9139-06753ce65638 {
  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-ff2c52df-764a-46ec-9139-06753ce65638.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff2c52df-764a-46ec-9139-06753ce65638.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ff2c52df-764a-46ec-9139-06753ce65638.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-442713e0-d20e-4b21-9ad7-7ef251867596 {
  min-height: 50px;
background-color: rgba(248, 243, 237, 1);
}








#s-442713e0-d20e-4b21-9ad7-7ef251867596 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-442713e0-d20e-4b21-9ad7-7ef251867596.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-291f473b-5ba3-4e0a-8cd1-57204b6585a3 {
  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-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-291f473b-5ba3-4e0a-8cd1-57204b6585a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-27f4b770-f3db-42d4-ab59-697e6f2330a4 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-27f4b770-f3db-42d4-ab59-697e6f2330a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1d8767bb-7b14-481b-8db3-033d06561cd6 .shogun-icon-wrapper {
  text-align: center;
}


#s-1d8767bb-7b14-481b-8db3-033d06561cd6 .shogun-icon-wrapper > .shogun-icon {

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

#s-3da645cd-5458-4786-a449-8ba02a59a28d {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-1c141720-891d-4ec9-b685-2bca398b7f53 {
  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-1c141720-891d-4ec9-b685-2bca398b7f53:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-1c141720-891d-4ec9-b685-2bca398b7f53:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-1c141720-891d-4ec9-b685-2bca398b7f53.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bb0e5ef5-e630-4dec-bfa4-1c91f96f1e7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7d843ec9-c6ae-48e0-9896-01668521ceb6 .shogun-icon-wrapper {
  text-align: center;
}


#s-7d843ec9-c6ae-48e0-9896-01668521ceb6 .shogun-icon-wrapper > .shogun-icon {

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

#s-d1c7809c-2ffd-4ebc-aaf1-518f2aec1ae8 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-fd369dba-4ce3-458a-8f30-fcd618d4c392 {
  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-fd369dba-4ce3-458a-8f30-fcd618d4c392:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-fd369dba-4ce3-458a-8f30-fcd618d4c392:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-fd369dba-4ce3-458a-8f30-fcd618d4c392.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-bbde8617-475b-48e7-8295-558163e5b107 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bbde8617-475b-48e7-8295-558163e5b107"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-2b6e4702-06a3-496f-90ba-3b5427540b1e .shogun-icon-wrapper {
  text-align: center;
}


#s-2b6e4702-06a3-496f-90ba-3b5427540b1e .shogun-icon-wrapper > .shogun-icon {

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

#s-50e3f85e-91ea-419e-867b-dfab6618cc1e {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-acfb9442-d0cd-4549-bd6c-fc712069e0ab {
  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-acfb9442-d0cd-4549-bd6c-fc712069e0ab:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-acfb9442-d0cd-4549-bd6c-fc712069e0ab:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-acfb9442-d0cd-4549-bd6c-fc712069e0ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d14b6b5c-6f6a-49f7-9558-14cfb1642598 {
  min-height: 50px;
background-color: rgba(175, 143, 52, 1);
}








#s-d14b6b5c-6f6a-49f7-9558-14cfb1642598 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d14b6b5c-6f6a-49f7-9558-14cfb1642598.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6ca35e84-aed6-48c4-9b1c-f9c208cbb420"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e926cd7c-0c4d-4699-aca9-67f5a06e61e3 {
  text-align: left;
}




  #s-e926cd7c-0c4d-4699-aca9-67f5a06e61e3 img.shogun-image {
    
    width: px;
  }


#s-e926cd7c-0c4d-4699-aca9-67f5a06e61e3 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d56c1447-71c5-4bf6-bccb-e3b244d2d28e"] > .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-068069d3-3396-4992-b9ac-bff9e37bc489 {
  text-align: center;
}

#s-d8f88bf6-e243-48c4-b130-f68a41360010 {
  padding-top: 0px;
}

#s-1320765d-b382-4325-9085-b1a2a9e1e86d {
  padding-top: 15px;
}

#s-53ad1273-ab7c-49f2-941f-6b48ce5d406c {
  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;
}
