.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-ac109fea-b347-4467-b91a-be2e963eeda6 {
  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-240a3439-363d-4876-b74e-69ee34c69454 .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-240a3439-363d-4876-b74e-69ee34c69454 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-240a3439-363d-4876-b74e-69ee34c69454 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-240a3439-363d-4876-b74e-69ee34c69454 .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-240a3439-363d-4876-b74e-69ee34c69454 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 143, 52, 1);
}

#s-240a3439-363d-4876-b74e-69ee34c69454 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-240a3439-363d-4876-b74e-69ee34c69454 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-240a3439-363d-4876-b74e-69ee34c69454 .shogun-tab {
  max-width: calc(100% / 3 - (3 - 2) * 2px / 3);
}

#s-99f6453f-783c-4f7d-9a28-21751edbc0a5 {
  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-5b2a8e8a-9763-4d96-8ab3-ea2195af38db > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5b2a8e8a-9763-4d96-8ab3-ea2195af38db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5b2a8e8a-9763-4d96-8ab3-ea2195af38db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-5b2a8e8a-9763-4d96-8ab3-ea2195af38db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5b2a8e8a-9763-4d96-8ab3-ea2195af38db > .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-5b2a8e8a-9763-4d96-8ab3-ea2195af38db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b4d1e968-c2e1-4e9d-8e60-6c69010308e8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d8e96872-2449-44dc-addd-e1fd094b6002 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-33da967e-3c56-4e67-8f63-483fa659e090 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-45ae676e-7a11-4157-bd79-640ca8c2c09c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-45ae676e-7a11-4157-bd79-640ca8c2c09c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-45ae676e-7a11-4157-bd79-640ca8c2c09c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-45ae676e-7a11-4157-bd79-640ca8c2c09c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-45ae676e-7a11-4157-bd79-640ca8c2c09c > .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-45ae676e-7a11-4157-bd79-640ca8c2c09c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d0884bb1-c526-45a5-b3f2-7446954a35ce {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ed75312b-62cd-4dec-9da5-17f708ea2972 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ed75312b-62cd-4dec-9da5-17f708ea2972 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ed75312b-62cd-4dec-9da5-17f708ea2972 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-ed75312b-62cd-4dec-9da5-17f708ea2972 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ed75312b-62cd-4dec-9da5-17f708ea2972 > .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-ed75312b-62cd-4dec-9da5-17f708ea2972 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9cfda37c-0620-4a15-a029-0bae4c66328b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-23d924bd-ba96-4a3a-aeb2-ef858713ce6f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-23d924bd-ba96-4a3a-aeb2-ef858713ce6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-23d924bd-ba96-4a3a-aeb2-ef858713ce6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-23d924bd-ba96-4a3a-aeb2-ef858713ce6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-23d924bd-ba96-4a3a-aeb2-ef858713ce6f > .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-23d924bd-ba96-4a3a-aeb2-ef858713ce6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5495920d-cd59-44aa-8459-812c66d33dc4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d9d1053a-90c2-4972-8ff2-86668365eb46 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d9d1053a-90c2-4972-8ff2-86668365eb46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d9d1053a-90c2-4972-8ff2-86668365eb46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-d9d1053a-90c2-4972-8ff2-86668365eb46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d9d1053a-90c2-4972-8ff2-86668365eb46 > .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-d9d1053a-90c2-4972-8ff2-86668365eb46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-21ed058a-f45b-45fa-95ac-08320dd436c7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fd602ca7-7e5b-48ad-bb51-81a294170bf2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fd602ca7-7e5b-48ad-bb51-81a294170bf2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-fd602ca7-7e5b-48ad-bb51-81a294170bf2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-fd602ca7-7e5b-48ad-bb51-81a294170bf2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-fd602ca7-7e5b-48ad-bb51-81a294170bf2 > .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-fd602ca7-7e5b-48ad-bb51-81a294170bf2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1144490d-431a-47d3-930f-27c657d5061b {
  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-59acb922-5e8e-403c-b775-2e8eea50e17e {
  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-59acb922-5e8e-403c-b775-2e8eea50e17e:hover {background-color: rgba(151, 123, 45, 1) !important;
text-decoration: none !important;}#s-59acb922-5e8e-403c-b775-2e8eea50e17e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59acb922-5e8e-403c-b775-2e8eea50e17e.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-bc220815-b80b-4978-87b0-d2ccfda0c0bd {
  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-2f4a6808-0146-4881-85a0-b3fff4580dde {
  text-align: center;
}




  #s-2f4a6808-0146-4881-85a0-b3fff4580dde img.shogun-image {
    
    width: px;
  }


#s-2f4a6808-0146-4881-85a0-b3fff4580dde .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d29f00fe-a788-4cbe-8404-b4fc3f9b4733 {
  text-align: center;
}




  #s-d29f00fe-a788-4cbe-8404-b4fc3f9b4733 img.shogun-image {
    
    width: px;
  }


#s-d29f00fe-a788-4cbe-8404-b4fc3f9b4733 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-81deb5d3-901a-4b07-b9ba-69f7e11884a7 {
  text-align: center;
}




  #s-81deb5d3-901a-4b07-b9ba-69f7e11884a7 img.shogun-image {
    
    width: px;
  }


#s-81deb5d3-901a-4b07-b9ba-69f7e11884a7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fd4836d8-beb9-495e-9db9-6c9de20536a7 {
  text-align: center;
}




  #s-fd4836d8-beb9-495e-9db9-6c9de20536a7 img.shogun-image {
    
    width: px;
  }


#s-fd4836d8-beb9-495e-9db9-6c9de20536a7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d98814c7-3201-49ee-9057-db1c98ef1021 {
  text-align: center;
}




  #s-d98814c7-3201-49ee-9057-db1c98ef1021 img.shogun-image {
    
    width: px;
  }


#s-d98814c7-3201-49ee-9057-db1c98ef1021 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-caeb058f-415e-4b29-bcf1-93637163f53d {
  text-align: center;
}




  #s-caeb058f-415e-4b29-bcf1-93637163f53d img.shogun-image {
    
    width: px;
  }


#s-caeb058f-415e-4b29-bcf1-93637163f53d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f6aa0ef3-2594-408b-8bef-682541c41313 {
  text-align: center;
}




  #s-f6aa0ef3-2594-408b-8bef-682541c41313 img.shogun-image {
    
    width: px;
  }


#s-f6aa0ef3-2594-408b-8bef-682541c41313 .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-5854d102-21fb-422e-b511-6296357bc745 {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
}

#s-552c73ec-d259-40d2-bad2-0b8db35972b7 {
  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-55efbd89-16b6-4cc7-abd5-738b24f61ef6 {
  text-align: left;
}


.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 {
  max-width: 100%;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 .shg-image-zoom,
.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 {
  max-width: 100%;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 .shg-image-zoom,
.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 {
  max-width: 100%;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 .shg-image-zoom,
.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 {
  max-width: 100%;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 .shg-image-zoom,
.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 {
  max-width: 100%;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 .shg-image-zoom,
.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55efbd89-16b6-4cc7-abd5-738b24f61ef6 .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-d3b5454f-2dd9-4a48-bcc1-1d3133441310 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d3b5454f-2dd9-4a48-bcc1-1d3133441310 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-d0b7fbc0-0921-44c6-8974-c57378e44163 {
  text-align: left;
}

#s-d0b7fbc0-0921-44c6-8974-c57378e44163 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d0b7fbc0-0921-44c6-8974-c57378e44163 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d0b7fbc0-0921-44c6-8974-c57378e44163 .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-210a3f59-17aa-4bac-b4a9-b9e11229326d {
  display: none;
}
#s-7d3ab2d7-e64a-47c2-b029-29776017f95a {
  text-align: left;
}


.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a {
  max-width: 100%;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a .shg-image-zoom,
.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a {
  max-width: 100%;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a .shg-image-zoom,
.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a {
  max-width: 100%;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a .shg-image-zoom,
.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a {
  max-width: 100%;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a .shg-image-zoom,
.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a {
  max-width: 100%;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a .shg-image-zoom,
.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d3ab2d7-e64a-47c2-b029-29776017f95a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2eff21c2-b4ef-4e8b-afc8-ac94753a9418 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2eff21c2-b4ef-4e8b-afc8-ac94753a9418 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-fc4c9e75-1e89-429d-b3cc-7f490e3cfed2 {
  text-align: left;
}

#s-fc4c9e75-1e89-429d-b3cc-7f490e3cfed2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fc4c9e75-1e89-429d-b3cc-7f490e3cfed2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fc4c9e75-1e89-429d-b3cc-7f490e3cfed2 .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-fc0e96a9-6f1a-4de5-8aa7-d3188d9a5ed8 {
  display: none;
}
#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 {
  text-align: left;
}


.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 {
  max-width: 100%;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 .shg-image-zoom,
.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 {
  max-width: 100%;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 .shg-image-zoom,
.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 {
  max-width: 100%;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 .shg-image-zoom,
.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 {
  max-width: 100%;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 .shg-image-zoom,
.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 {
  max-width: 100%;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 .shg-image-zoom,
.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f74f0ead-c5c9-4f71-99cf-1095f710f831 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bec2b0f1-1087-4964-a7eb-58c1ce92e026 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bec2b0f1-1087-4964-a7eb-58c1ce92e026 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-42e7da7b-68f9-48d0-935e-981a53b5ea66 {
  text-align: left;
}

#s-42e7da7b-68f9-48d0-935e-981a53b5ea66 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-42e7da7b-68f9-48d0-935e-981a53b5ea66 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-42e7da7b-68f9-48d0-935e-981a53b5ea66 .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-adc24390-c73e-45fa-ba69-842d5f24a747 {
  display: none;
}
#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 {
  text-align: left;
}


.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 {
  max-width: 100%;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 .shg-image-zoom,
.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 {
  max-width: 100%;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 .shg-image-zoom,
.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 {
  max-width: 100%;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 .shg-image-zoom,
.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 {
  max-width: 100%;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 .shg-image-zoom,
.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 {
  max-width: 100%;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 .shg-image-zoom,
.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bcfc8e57-dcee-4702-9095-b88d93d85c66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-96cf7a31-2577-40b6-b699-263bb871848c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-96cf7a31-2577-40b6-b699-263bb871848c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-0686b130-2d72-463f-b81a-93c93860c461 {
  text-align: left;
}

#s-0686b130-2d72-463f-b81a-93c93860c461 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0686b130-2d72-463f-b81a-93c93860c461 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0686b130-2d72-463f-b81a-93c93860c461 .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-6298ed37-5249-42d6-af72-57114139f189 {
  display: none;
}
#s-dd230146-32fa-4636-b48d-7ee6d84b8338 {
  text-align: left;
}


.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 {
  max-width: 100%;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 .shg-image-zoom,
.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 {
  max-width: 100%;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 .shg-image-zoom,
.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 {
  max-width: 100%;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 .shg-image-zoom,
.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 {
  max-width: 100%;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 .shg-image-zoom,
.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 {
  max-width: 100%;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 .shg-image-zoom,
.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd230146-32fa-4636-b48d-7ee6d84b8338 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1e48fe64-c709-43f8-ba4d-9bb865341f49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e48fe64-c709-43f8-ba4d-9bb865341f49 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d67b5e2b-03cf-43f1-b88d-f6153ca8b19c {
  text-align: left;
}

#s-d67b5e2b-03cf-43f1-b88d-f6153ca8b19c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d67b5e2b-03cf-43f1-b88d-f6153ca8b19c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d67b5e2b-03cf-43f1-b88d-f6153ca8b19c .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-e13b48f8-c43c-4339-9339-5f4fb46704c0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-e13b48f8-c43c-4339-9339-5f4fb46704c0:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e13b48f8-c43c-4339-9339-5f4fb46704c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e13b48f8-c43c-4339-9339-5f4fb46704c0 {
  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-e13b48f8-c43c-4339-9339-5f4fb46704c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e13b48f8-c43c-4339-9339-5f4fb46704c0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e13b48f8-c43c-4339-9339-5f4fb46704c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-20431403-7dda-42a2-917e-4482698a7681 {
  display: none;
}
#s-f309d743-af59-47ce-aafe-efe6c20491da {
  text-align: left;
}


.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da {
  max-width: 100%;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da .shg-image-zoom,
.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da {
  max-width: 100%;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da .shg-image-zoom,
.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da {
  max-width: 100%;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da .shg-image-zoom,
.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da {
  max-width: 100%;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da .shg-image-zoom,
.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da {
  max-width: 100%;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da .shg-image-zoom,
.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f309d743-af59-47ce-aafe-efe6c20491da .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-994985c4-d7e5-4e6e-a326-13b025e54f19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-994985c4-d7e5-4e6e-a326-13b025e54f19 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-aafaa14e-a768-48b0-8692-75e4e6d72659 {
  text-align: left;
}

#s-aafaa14e-a768-48b0-8692-75e4e6d72659 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-aafaa14e-a768-48b0-8692-75e4e6d72659 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-aafaa14e-a768-48b0-8692-75e4e6d72659 .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-7641e388-056b-4403-ba0e-49579c12ab29 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-7641e388-056b-4403-ba0e-49579c12ab29:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-7641e388-056b-4403-ba0e-49579c12ab29:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7641e388-056b-4403-ba0e-49579c12ab29 {
  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-7641e388-056b-4403-ba0e-49579c12ab29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7641e388-056b-4403-ba0e-49579c12ab29.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7641e388-056b-4403-ba0e-49579c12ab29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0671d81d-9e0b-47ec-a93d-c064b20bc470 {
  display: none;
}
#s-42f57701-b2ba-4c8d-be2f-39f938822d6b {
  text-align: left;
}


.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b {
  max-width: 100%;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b .shg-image-zoom,
.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b {
  max-width: 100%;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b .shg-image-zoom,
.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b {
  max-width: 100%;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b .shg-image-zoom,
.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b {
  max-width: 100%;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b .shg-image-zoom,
.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b {
  max-width: 100%;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b .shg-image-zoom,
.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42f57701-b2ba-4c8d-be2f-39f938822d6b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dd6b3615-944a-4c24-a4d3-67755535c949 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd6b3615-944a-4c24-a4d3-67755535c949 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3750450b-c79e-4c98-83e6-30a99400f21c {
  text-align: left;
}

#s-3750450b-c79e-4c98-83e6-30a99400f21c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3750450b-c79e-4c98-83e6-30a99400f21c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3750450b-c79e-4c98-83e6-30a99400f21c .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-1c0c5d64-a8e0-4cbb-97b3-57244d6dacaa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-1c0c5d64-a8e0-4cbb-97b3-57244d6dacaa:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1c0c5d64-a8e0-4cbb-97b3-57244d6dacaa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c0c5d64-a8e0-4cbb-97b3-57244d6dacaa {
  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-1c0c5d64-a8e0-4cbb-97b3-57244d6dacaa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c0c5d64-a8e0-4cbb-97b3-57244d6dacaa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1c0c5d64-a8e0-4cbb-97b3-57244d6dacaa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c52bc8c9-b5ee-4c57-bd7e-876a3585988b {
  display: none;
}
#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 {
  text-align: left;
}


.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 {
  max-width: 100%;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 .shg-image-zoom,
.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 {
  max-width: 100%;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 .shg-image-zoom,
.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 {
  max-width: 100%;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 .shg-image-zoom,
.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 {
  max-width: 100%;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 .shg-image-zoom,
.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 {
  max-width: 100%;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 .shg-image-zoom,
.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8de36c95-b29b-4681-b55b-d1358c4df1c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-445919ea-9230-4e45-b04c-cebe3ebc68e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-445919ea-9230-4e45-b04c-cebe3ebc68e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f8d8bcc6-ad54-489e-a417-6201d429f31d {
  text-align: left;
}

#s-f8d8bcc6-ad54-489e-a417-6201d429f31d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f8d8bcc6-ad54-489e-a417-6201d429f31d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f8d8bcc6-ad54-489e-a417-6201d429f31d .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-6cb3d29f-3d09-4d38-b4ff-3f450c5d3324 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-6cb3d29f-3d09-4d38-b4ff-3f450c5d3324:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-6cb3d29f-3d09-4d38-b4ff-3f450c5d3324:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6cb3d29f-3d09-4d38-b4ff-3f450c5d3324 {
  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-6cb3d29f-3d09-4d38-b4ff-3f450c5d3324.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6cb3d29f-3d09-4d38-b4ff-3f450c5d3324.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6cb3d29f-3d09-4d38-b4ff-3f450c5d3324.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-689b23a5-94a1-4d29-9a32-c9c9542caad0 {
  display: none;
}
#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af {
  text-align: left;
}


.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af {
  max-width: 100%;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af .shg-image-zoom,
.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af {
  max-width: 100%;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af .shg-image-zoom,
.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af {
  max-width: 100%;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af .shg-image-zoom,
.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af {
  max-width: 100%;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af .shg-image-zoom,
.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af {
  max-width: 100%;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af .shg-image-zoom,
.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4f51b04-c2f9-40d6-a0bc-c77bacea31af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-10a47ee8-8aa6-43d6-9b40-68c0c932250e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10a47ee8-8aa6-43d6-9b40-68c0c932250e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-dd497f41-9264-4cbc-b00e-c066fc3657fe {
  text-align: left;
}

#s-dd497f41-9264-4cbc-b00e-c066fc3657fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-dd497f41-9264-4cbc-b00e-c066fc3657fe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dd497f41-9264-4cbc-b00e-c066fc3657fe .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-9f00e9e8-da22-4cff-b5ae-7e780bb8563b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-9f00e9e8-da22-4cff-b5ae-7e780bb8563b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-9f00e9e8-da22-4cff-b5ae-7e780bb8563b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f00e9e8-da22-4cff-b5ae-7e780bb8563b {
  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-9f00e9e8-da22-4cff-b5ae-7e780bb8563b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f00e9e8-da22-4cff-b5ae-7e780bb8563b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9f00e9e8-da22-4cff-b5ae-7e780bb8563b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9b6d2b0c-9dda-4b4e-97e6-2785c064bea6 {
  display: none;
}
#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 {
  text-align: left;
}


.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 {
  max-width: 100%;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 .shg-image-zoom,
.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 {
  max-width: 100%;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 .shg-image-zoom,
.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 {
  max-width: 100%;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 .shg-image-zoom,
.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 {
  max-width: 100%;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 .shg-image-zoom,
.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 {
  max-width: 100%;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 .shg-image-zoom,
.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b0cc0d2-87aa-4e3e-bd0b-f8d46e9c8639 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-69320262-e8a0-4873-a5de-aee68cabe296 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69320262-e8a0-4873-a5de-aee68cabe296 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8bcbf0c2-4a80-4d69-85ad-813f85abe636 {
  text-align: left;
}

#s-8bcbf0c2-4a80-4d69-85ad-813f85abe636 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8bcbf0c2-4a80-4d69-85ad-813f85abe636 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8bcbf0c2-4a80-4d69-85ad-813f85abe636 .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-0607df02-face-42a3-a091-61a3005303e3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-0607df02-face-42a3-a091-61a3005303e3:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-0607df02-face-42a3-a091-61a3005303e3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0607df02-face-42a3-a091-61a3005303e3 {
  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-0607df02-face-42a3-a091-61a3005303e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0607df02-face-42a3-a091-61a3005303e3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-0607df02-face-42a3-a091-61a3005303e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9e62e4fc-5a16-4414-8815-f254b328bcc0 {
  display: none;
}
#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 {
  text-align: left;
}


.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 {
  max-width: 100%;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 .shg-image-zoom,
.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 {
  max-width: 100%;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 .shg-image-zoom,
.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 {
  max-width: 100%;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 .shg-image-zoom,
.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 {
  max-width: 100%;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 .shg-image-zoom,
.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 {
  max-width: 100%;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 .shg-image-zoom,
.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5fb69c1-0da3-49db-b298-fed2f51d3503 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e7b34a81-0977-41c6-a25e-607db4f75a25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7b34a81-0977-41c6-a25e-607db4f75a25 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e8229a57-8725-4952-af22-a14b324b9354 {
  text-align: left;
}

#s-e8229a57-8725-4952-af22-a14b324b9354 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e8229a57-8725-4952-af22-a14b324b9354 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e8229a57-8725-4952-af22-a14b324b9354 .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-eaaa097c-776f-488d-98c8-8c2f1ad1d072 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-eaaa097c-776f-488d-98c8-8c2f1ad1d072:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-eaaa097c-776f-488d-98c8-8c2f1ad1d072:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eaaa097c-776f-488d-98c8-8c2f1ad1d072 {
  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-eaaa097c-776f-488d-98c8-8c2f1ad1d072.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaaa097c-776f-488d-98c8-8c2f1ad1d072.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-eaaa097c-776f-488d-98c8-8c2f1ad1d072.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d4d9df27-5d9e-4216-abe2-d37caed600c0 {
  display: none;
}
#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 {
  text-align: left;
}


.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 {
  max-width: 100%;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 .shg-image-zoom,
.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 {
  max-width: 100%;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 .shg-image-zoom,
.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 {
  max-width: 100%;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 .shg-image-zoom,
.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 {
  max-width: 100%;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 .shg-image-zoom,
.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 {
  max-width: 100%;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 .shg-image-zoom,
.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c5df1ae-74f5-42f6-9c53-46ae206be524 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6c600740-51aa-45af-bead-660b2a416f75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c600740-51aa-45af-bead-660b2a416f75 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8045bec0-5f5a-4fc2-870f-33ef58633aaa {
  text-align: left;
}

#s-8045bec0-5f5a-4fc2-870f-33ef58633aaa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8045bec0-5f5a-4fc2-870f-33ef58633aaa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8045bec0-5f5a-4fc2-870f-33ef58633aaa .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-6ed10f92-7ebb-4938-8c1d-3d119b77ac78 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-6ed10f92-7ebb-4938-8c1d-3d119b77ac78:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-6ed10f92-7ebb-4938-8c1d-3d119b77ac78:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ed10f92-7ebb-4938-8c1d-3d119b77ac78 {
  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-6ed10f92-7ebb-4938-8c1d-3d119b77ac78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ed10f92-7ebb-4938-8c1d-3d119b77ac78.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6ed10f92-7ebb-4938-8c1d-3d119b77ac78.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-505138a5-899b-4b6b-ad8a-40d3b6e07746 {
  display: none;
}
#s-a13ecf38-4612-41d6-aabe-8b95f623032e {
  text-align: left;
}


.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e {
  max-width: 100%;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e .shg-image-zoom,
.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e {
  max-width: 100%;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e .shg-image-zoom,
.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e {
  max-width: 100%;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e .shg-image-zoom,
.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e {
  max-width: 100%;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e .shg-image-zoom,
.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e {
  max-width: 100%;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e .shg-image-zoom,
.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a13ecf38-4612-41d6-aabe-8b95f623032e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-eaa44747-977d-4f2f-9c68-435ebc753b9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaa44747-977d-4f2f-9c68-435ebc753b9c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-325941cb-4ada-4ce2-a0d9-8667a3d43042 {
  text-align: left;
}

#s-325941cb-4ada-4ce2-a0d9-8667a3d43042 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-325941cb-4ada-4ce2-a0d9-8667a3d43042 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-325941cb-4ada-4ce2-a0d9-8667a3d43042 .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-d714999b-c998-4588-a5bf-8073de9488ae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-d714999b-c998-4588-a5bf-8073de9488ae:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-d714999b-c998-4588-a5bf-8073de9488ae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d714999b-c998-4588-a5bf-8073de9488ae {
  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-d714999b-c998-4588-a5bf-8073de9488ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d714999b-c998-4588-a5bf-8073de9488ae.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d714999b-c998-4588-a5bf-8073de9488ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d9afcdce-d1ab-4739-91b3-bcc095012cf0 {
  display: none;
}
#s-33de09f9-37ee-4912-88d1-bc757fc187dd {
  text-align: left;
}


.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd {
  max-width: 100%;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd .shg-image-zoom,
.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd {
  max-width: 100%;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd .shg-image-zoom,
.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd {
  max-width: 100%;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd .shg-image-zoom,
.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd {
  max-width: 100%;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd .shg-image-zoom,
.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd {
  max-width: 100%;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd .shg-image-zoom,
.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33de09f9-37ee-4912-88d1-bc757fc187dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5c61798f-1f33-4e07-8b66-ffd720d39519 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c61798f-1f33-4e07-8b66-ffd720d39519 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4519b11b-fe3a-4dc2-9c49-e7f13558f3e5 {
  text-align: left;
}

#s-4519b11b-fe3a-4dc2-9c49-e7f13558f3e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4519b11b-fe3a-4dc2-9c49-e7f13558f3e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4519b11b-fe3a-4dc2-9c49-e7f13558f3e5 .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-6aa7c983-4b82-465c-8808-43a2a74d6ed9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-6aa7c983-4b82-465c-8808-43a2a74d6ed9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-6aa7c983-4b82-465c-8808-43a2a74d6ed9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6aa7c983-4b82-465c-8808-43a2a74d6ed9 {
  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-6aa7c983-4b82-465c-8808-43a2a74d6ed9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6aa7c983-4b82-465c-8808-43a2a74d6ed9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6aa7c983-4b82-465c-8808-43a2a74d6ed9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-827f0628-cf8f-4962-9edb-445eaa26d26f {
  display: none;
}
#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 {
  text-align: left;
}


.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 {
  max-width: 100%;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 .shg-image-zoom,
.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 {
  max-width: 100%;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 .shg-image-zoom,
.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 {
  max-width: 100%;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 .shg-image-zoom,
.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 {
  max-width: 100%;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 .shg-image-zoom,
.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 {
  max-width: 100%;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 .shg-image-zoom,
.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c2a8f52-b87a-492e-b0a6-b33e6283ce91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-604d8913-f15d-46cc-8b26-c29a22e4ee19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-604d8913-f15d-46cc-8b26-c29a22e4ee19 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ccfa44fe-1a88-4070-be9d-eb35f2b6b0d9 {
  text-align: left;
}

#s-ccfa44fe-1a88-4070-be9d-eb35f2b6b0d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ccfa44fe-1a88-4070-be9d-eb35f2b6b0d9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ccfa44fe-1a88-4070-be9d-eb35f2b6b0d9 .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-bea4d696-86ac-49a7-a8ce-3e82a93a3bff {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-bea4d696-86ac-49a7-a8ce-3e82a93a3bff:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-bea4d696-86ac-49a7-a8ce-3e82a93a3bff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bea4d696-86ac-49a7-a8ce-3e82a93a3bff {
  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-bea4d696-86ac-49a7-a8ce-3e82a93a3bff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bea4d696-86ac-49a7-a8ce-3e82a93a3bff.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-bea4d696-86ac-49a7-a8ce-3e82a93a3bff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9f5a190e-80ae-4c2b-a6cf-df9ea51c1616 {
  display: none;
}
#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 {
  text-align: left;
}


.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 {
  max-width: 100%;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 .shg-image-zoom,
.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 {
  max-width: 100%;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 .shg-image-zoom,
.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 {
  max-width: 100%;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 .shg-image-zoom,
.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 {
  max-width: 100%;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 .shg-image-zoom,
.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 {
  max-width: 100%;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 .shg-image-zoom,
.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5956d83a-82e9-49dd-8e2f-b9653a7bc452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e6759cb6-39a9-41ec-809c-ba696e0f9b71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6759cb6-39a9-41ec-809c-ba696e0f9b71 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-625e8d4f-d976-44b7-b40a-97e8f2741be4 {
  text-align: left;
}

#s-625e8d4f-d976-44b7-b40a-97e8f2741be4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-625e8d4f-d976-44b7-b40a-97e8f2741be4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-625e8d4f-d976-44b7-b40a-97e8f2741be4 .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-08280a04-d77c-4690-a479-f31b0ea24552 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-08280a04-d77c-4690-a479-f31b0ea24552:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-08280a04-d77c-4690-a479-f31b0ea24552:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08280a04-d77c-4690-a479-f31b0ea24552 {
  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-08280a04-d77c-4690-a479-f31b0ea24552.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08280a04-d77c-4690-a479-f31b0ea24552.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-08280a04-d77c-4690-a479-f31b0ea24552.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba281aea-56a4-4506-bfb8-afc06acf1fee {
  display: none;
}
#s-e7ef86fe-a47a-4cad-9355-5480e7966967 {
  text-align: left;
}


.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 {
  max-width: 100%;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 .shg-image-zoom,
.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 {
  max-width: 100%;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 .shg-image-zoom,
.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 {
  max-width: 100%;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 .shg-image-zoom,
.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 {
  max-width: 100%;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 .shg-image-zoom,
.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 {
  max-width: 100%;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 .shg-image-zoom,
.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7ef86fe-a47a-4cad-9355-5480e7966967 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3d124ac1-6f7b-44b6-bc36-2f4900e5a244 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d124ac1-6f7b-44b6-bc36-2f4900e5a244 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-6ef33cfd-52bb-4b94-a8bc-49fef504f47f {
  text-align: left;
}

#s-6ef33cfd-52bb-4b94-a8bc-49fef504f47f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6ef33cfd-52bb-4b94-a8bc-49fef504f47f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6ef33cfd-52bb-4b94-a8bc-49fef504f47f .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-52a8cc2c-217d-48e2-8327-c58625ea9268 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-52a8cc2c-217d-48e2-8327-c58625ea9268:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-52a8cc2c-217d-48e2-8327-c58625ea9268:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-52a8cc2c-217d-48e2-8327-c58625ea9268 {
  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-52a8cc2c-217d-48e2-8327-c58625ea9268.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52a8cc2c-217d-48e2-8327-c58625ea9268.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-52a8cc2c-217d-48e2-8327-c58625ea9268.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-84e08621-66af-4aff-a049-8b4cd70dd0da {
  display: none;
}
#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e {
  text-align: left;
}


.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e {
  max-width: 100%;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e .shg-image-zoom,
.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e {
  max-width: 100%;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e .shg-image-zoom,
.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e {
  max-width: 100%;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e .shg-image-zoom,
.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e {
  max-width: 100%;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e .shg-image-zoom,
.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e {
  max-width: 100%;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e .shg-image-zoom,
.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5db9bfca-b68b-4c99-8293-c0f4ae89fb8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-62e5f1cc-3917-4e36-9003-c17b6f6caeba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62e5f1cc-3917-4e36-9003-c17b6f6caeba .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-db3c47c2-844e-43fc-bcf5-3f38ceb71fb0 {
  text-align: left;
}

#s-db3c47c2-844e-43fc-bcf5-3f38ceb71fb0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-db3c47c2-844e-43fc-bcf5-3f38ceb71fb0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-db3c47c2-844e-43fc-bcf5-3f38ceb71fb0 .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-69a26e68-2c2f-4c24-babe-9a760019b457 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-69a26e68-2c2f-4c24-babe-9a760019b457:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-69a26e68-2c2f-4c24-babe-9a760019b457:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-69a26e68-2c2f-4c24-babe-9a760019b457 {
  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-69a26e68-2c2f-4c24-babe-9a760019b457.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69a26e68-2c2f-4c24-babe-9a760019b457.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-69a26e68-2c2f-4c24-babe-9a760019b457.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-18526d5f-fd8a-46da-8ef7-3aef0f37db49 {
  display: none;
}
#s-df4041d3-0d91-4b36-b76b-f47b98dad56b {
  text-align: left;
}


.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b {
  max-width: 100%;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b .shg-image-zoom,
.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b {
  max-width: 100%;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b .shg-image-zoom,
.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b {
  max-width: 100%;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b .shg-image-zoom,
.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b {
  max-width: 100%;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b .shg-image-zoom,
.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b {
  max-width: 100%;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b .shg-image-zoom,
.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df4041d3-0d91-4b36-b76b-f47b98dad56b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b13789c0-59ec-42e7-90b2-164beb2fa47c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b13789c0-59ec-42e7-90b2-164beb2fa47c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0bf2b6b2-c930-4e50-850b-e09ffafc5333 {
  text-align: left;
}

#s-0bf2b6b2-c930-4e50-850b-e09ffafc5333 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0bf2b6b2-c930-4e50-850b-e09ffafc5333 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0bf2b6b2-c930-4e50-850b-e09ffafc5333 .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-352095b4-eb4d-4ae3-84d8-610f433ab041 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-352095b4-eb4d-4ae3-84d8-610f433ab041:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-352095b4-eb4d-4ae3-84d8-610f433ab041:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-352095b4-eb4d-4ae3-84d8-610f433ab041 {
  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-352095b4-eb4d-4ae3-84d8-610f433ab041.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-352095b4-eb4d-4ae3-84d8-610f433ab041.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-352095b4-eb4d-4ae3-84d8-610f433ab041.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e559cda9-0bce-404f-a0b1-e28d99bf62c3 {
  display: none;
}
#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb {
  text-align: left;
}


.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb {
  max-width: 100%;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb .shg-image-zoom,
.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb {
  max-width: 100%;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb .shg-image-zoom,
.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb {
  max-width: 100%;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb .shg-image-zoom,
.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb {
  max-width: 100%;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb .shg-image-zoom,
.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb {
  max-width: 100%;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb .shg-image-zoom,
.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d4db0c9-ec85-4642-9c65-0bcf74ce10fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9ab0b4d4-4ccc-41be-836c-8929619d3d8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ab0b4d4-4ccc-41be-836c-8929619d3d8a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d05e8f53-dcc3-484f-8fd2-0eb6cfde93dd {
  text-align: left;
}

#s-d05e8f53-dcc3-484f-8fd2-0eb6cfde93dd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d05e8f53-dcc3-484f-8fd2-0eb6cfde93dd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d05e8f53-dcc3-484f-8fd2-0eb6cfde93dd .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-2e5de79e-2d7a-4518-9807-1400e0afd82b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-2e5de79e-2d7a-4518-9807-1400e0afd82b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-2e5de79e-2d7a-4518-9807-1400e0afd82b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2e5de79e-2d7a-4518-9807-1400e0afd82b {
  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-2e5de79e-2d7a-4518-9807-1400e0afd82b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e5de79e-2d7a-4518-9807-1400e0afd82b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2e5de79e-2d7a-4518-9807-1400e0afd82b.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-5acffd3f-8755-45aa-b775-4d81e663efd7 {
  min-height: 50px;
background-color: rgba(248, 243, 237, 1);
}








#s-5acffd3f-8755-45aa-b775-4d81e663efd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5acffd3f-8755-45aa-b775-4d81e663efd7.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-da5fe0f2-0a21-4a04-bebd-48301021575e {
  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-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-da5fe0f2-0a21-4a04-bebd-48301021575e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cbd29e49-7df8-4067-83cf-2600bb7ae40f {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cbd29e49-7df8-4067-83cf-2600bb7ae40f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-891391e9-442d-43a5-bc0b-04ec36b99d73 .shogun-icon-wrapper {
  text-align: center;
}


#s-891391e9-442d-43a5-bc0b-04ec36b99d73 .shogun-icon-wrapper > .shogun-icon {

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

#s-eafcab5f-a267-4fc5-affc-6d6338d5dfe1 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-67d7e08f-afbd-4657-900a-1025dcae6411 {
  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-67d7e08f-afbd-4657-900a-1025dcae6411:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-67d7e08f-afbd-4657-900a-1025dcae6411:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-67d7e08f-afbd-4657-900a-1025dcae6411.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-089ba2fd-78f9-4568-858e-24f58251703b {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-089ba2fd-78f9-4568-858e-24f58251703b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a3a087c4-8e41-4bb7-955c-6acf40e84ec7 .shogun-icon-wrapper {
  text-align: center;
}


#s-a3a087c4-8e41-4bb7-955c-6acf40e84ec7 .shogun-icon-wrapper > .shogun-icon {

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

#s-2e355263-3a15-493e-8722-f727e7718d91 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-45348132-014d-476b-86d6-25a43921100d {
  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-45348132-014d-476b-86d6-25a43921100d:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-45348132-014d-476b-86d6-25a43921100d:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-45348132-014d-476b-86d6-25a43921100d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-59f210f6-6017-4ee3-b304-af6d21f78d40 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-59f210f6-6017-4ee3-b304-af6d21f78d40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e1d1cf73-960c-44dc-8ded-0e60b52cbcf8 .shogun-icon-wrapper {
  text-align: center;
}


#s-e1d1cf73-960c-44dc-8ded-0e60b52cbcf8 .shogun-icon-wrapper > .shogun-icon {

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

#s-6a045287-c626-47e7-8f30-c8bf7e44f94c {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-0f689ad5-2157-4e18-9581-a3d594dc9963 {
  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-0f689ad5-2157-4e18-9581-a3d594dc9963:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-0f689ad5-2157-4e18-9581-a3d594dc9963:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-0f689ad5-2157-4e18-9581-a3d594dc9963.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5b12ea59-7381-4984-bf8b-564b4b6b104c {
  min-height: 50px;
background-color: rgba(175, 143, 52, 1);
}








#s-5b12ea59-7381-4984-bf8b-564b4b6b104c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b12ea59-7381-4984-bf8b-564b4b6b104c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a8ffbb21-1d05-4443-88ab-d23ef8efcaac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-73f6ab22-cbbd-453f-a904-c85566a2179c {
  text-align: left;
}




  #s-73f6ab22-cbbd-453f-a904-c85566a2179c img.shogun-image {
    
    width: px;
  }


#s-73f6ab22-cbbd-453f-a904-c85566a2179c .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-2fb32987-f28a-4e34-94cf-06bf59675a4a {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2fb32987-f28a-4e34-94cf-06bf59675a4a"] > .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-e2a61dd2-8298-4b89-ad73-1129c2a90475 {
  text-align: center;
}

#s-935ac0c8-7e4c-4ab3-a2d8-e56d1a86bdd5 {
  padding-top: 0px;
}

#s-7d1536a6-f66a-400c-a5cc-f199c8eae290 {
  padding-top: 15px;
}

#s-49ec97db-2c93-4b7b-a79f-361639aadea8 {
  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;
}
