.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-55b53533-12c3-4d2c-b766-c8d27df14d80 {
  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-ecd77506-05cc-4d9e-83f9-cd0cb799a380 .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-ecd77506-05cc-4d9e-83f9-cd0cb799a380 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-ecd77506-05cc-4d9e-83f9-cd0cb799a380 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-ecd77506-05cc-4d9e-83f9-cd0cb799a380 .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-ecd77506-05cc-4d9e-83f9-cd0cb799a380 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 143, 52, 1);
}

#s-ecd77506-05cc-4d9e-83f9-cd0cb799a380 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-ecd77506-05cc-4d9e-83f9-cd0cb799a380 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-ecd77506-05cc-4d9e-83f9-cd0cb799a380 .shogun-tab {
  max-width: calc(100% / 3 - (3 - 2) * 2px / 3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d05bd582-075a-46ac-a65a-d14e74020d1d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d05bd582-075a-46ac-a65a-d14e74020d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d05bd582-075a-46ac-a65a-d14e74020d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-d05bd582-075a-46ac-a65a-d14e74020d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d05bd582-075a-46ac-a65a-d14e74020d1d > .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-d05bd582-075a-46ac-a65a-d14e74020d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9aa49208-f49a-4c61-81c6-eac1d072dd33 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fb6f1a1e-7225-4e70-bbab-1d3139423db1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3d39133e-954e-474a-a549-5b77f9612a00 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4eae17e9-e9bc-4478-ab83-e8de17653efd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-bc4ca2fa-a212-4f4e-8dd4-a3e13cf2578b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bc4ca2fa-a212-4f4e-8dd4-a3e13cf2578b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-bc4ca2fa-a212-4f4e-8dd4-a3e13cf2578b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-bc4ca2fa-a212-4f4e-8dd4-a3e13cf2578b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bc4ca2fa-a212-4f4e-8dd4-a3e13cf2578b > .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-bc4ca2fa-a212-4f4e-8dd4-a3e13cf2578b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-648a9ec9-bf72-47a1-a1c3-ddf863eaec7d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f889fc31-e09b-4397-9981-7b5e41af74fb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f889fc31-e09b-4397-9981-7b5e41af74fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f889fc31-e09b-4397-9981-7b5e41af74fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-f889fc31-e09b-4397-9981-7b5e41af74fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f889fc31-e09b-4397-9981-7b5e41af74fb > .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-f889fc31-e09b-4397-9981-7b5e41af74fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-16d76a9c-66eb-440b-8c65-65bef6b1c2a3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-eefb7c6f-3bb4-4f05-a1cf-36e179eebf83 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-eefb7c6f-3bb4-4f05-a1cf-36e179eebf83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-eefb7c6f-3bb4-4f05-a1cf-36e179eebf83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-eefb7c6f-3bb4-4f05-a1cf-36e179eebf83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-eefb7c6f-3bb4-4f05-a1cf-36e179eebf83 > .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-eefb7c6f-3bb4-4f05-a1cf-36e179eebf83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-87f32bdd-959b-4302-bdfc-dcdec06bd974 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-02f5a2c2-88da-425a-a185-bdc88a37f49d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-02f5a2c2-88da-425a-a185-bdc88a37f49d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-02f5a2c2-88da-425a-a185-bdc88a37f49d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-02f5a2c2-88da-425a-a185-bdc88a37f49d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-02f5a2c2-88da-425a-a185-bdc88a37f49d > .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-02f5a2c2-88da-425a-a185-bdc88a37f49d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a3a59433-3af6-4487-97b0-f6724ed4717e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9723ca61-9624-4a5f-9bcb-14c07b747719 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9723ca61-9624-4a5f-9bcb-14c07b747719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9723ca61-9624-4a5f-9bcb-14c07b747719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-9723ca61-9624-4a5f-9bcb-14c07b747719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9723ca61-9624-4a5f-9bcb-14c07b747719 > .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-9723ca61-9624-4a5f-9bcb-14c07b747719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-72f758b5-cc23-4149-add2-cedd1365f9cc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-183cdd96-ab14-4ae9-bc23-9cc726061048 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-183cdd96-ab14-4ae9-bc23-9cc726061048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-183cdd96-ab14-4ae9-bc23-9cc726061048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-183cdd96-ab14-4ae9-bc23-9cc726061048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-183cdd96-ab14-4ae9-bc23-9cc726061048 > .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-183cdd96-ab14-4ae9-bc23-9cc726061048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-cac9585e-d253-4f9a-8a22-d8c897bc79fd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5b815a3c-ec4b-48ac-b60e-93a9c704d52c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5b815a3c-ec4b-48ac-b60e-93a9c704d52c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5b815a3c-ec4b-48ac-b60e-93a9c704d52c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-5b815a3c-ec4b-48ac-b60e-93a9c704d52c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5b815a3c-ec4b-48ac-b60e-93a9c704d52c > .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-5b815a3c-ec4b-48ac-b60e-93a9c704d52c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b051da33-545e-43aa-aac2-6a5511d442f3 {
  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-08213f52-22f0-4bbf-8d89-a5abf9a642d5 {
  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-08213f52-22f0-4bbf-8d89-a5abf9a642d5:hover {background-color: rgba(151, 123, 45, 1) !important;
text-decoration: none !important;}#s-08213f52-22f0-4bbf-8d89-a5abf9a642d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08213f52-22f0-4bbf-8d89-a5abf9a642d5.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-3a19cbf9-8e02-4306-b957-ee129c9dfbc4 {
  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-f8671179-534e-4b10-a465-a82d1a1ca517 {
  text-align: center;
}




  #s-f8671179-534e-4b10-a465-a82d1a1ca517 img.shogun-image {
    
    width: px;
  }


#s-f8671179-534e-4b10-a465-a82d1a1ca517 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0d82121d-4df9-4c5a-bd4d-104695a4c6eb {
  text-align: center;
}




  #s-0d82121d-4df9-4c5a-bd4d-104695a4c6eb img.shogun-image {
    
    width: px;
  }


#s-0d82121d-4df9-4c5a-bd4d-104695a4c6eb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-12536d2b-cf9c-4615-83c2-45f47cf9d2a5 {
  text-align: center;
}




  #s-12536d2b-cf9c-4615-83c2-45f47cf9d2a5 img.shogun-image {
    
    width: px;
  }


#s-12536d2b-cf9c-4615-83c2-45f47cf9d2a5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-59cc93c7-d7c6-467c-babd-9f7b5b9c277c {
  text-align: center;
}




  #s-59cc93c7-d7c6-467c-babd-9f7b5b9c277c img.shogun-image {
    
    width: px;
  }


#s-59cc93c7-d7c6-467c-babd-9f7b5b9c277c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7c2db410-c741-4430-b640-8ff33ae84cd8 {
  text-align: center;
}




  #s-7c2db410-c741-4430-b640-8ff33ae84cd8 img.shogun-image {
    
    width: px;
  }


#s-7c2db410-c741-4430-b640-8ff33ae84cd8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4c47751a-cccc-47f2-8404-0747df11c8ac {
  text-align: center;
}




  #s-4c47751a-cccc-47f2-8404-0747df11c8ac img.shogun-image {
    
    width: px;
  }


#s-4c47751a-cccc-47f2-8404-0747df11c8ac .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-31d72910-1798-49a6-b5d8-ba38d8fc7055 {
  text-align: center;
}




  #s-31d72910-1798-49a6-b5d8-ba38d8fc7055 img.shogun-image {
    
    width: px;
  }


#s-31d72910-1798-49a6-b5d8-ba38d8fc7055 .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-8d47ee0f-4545-4b2d-9c85-bfb1786e5ed6 {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
}

#s-b6878ba6-3b03-478d-8db2-d6af433230c4 {
  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-7460f054-11b6-4fa6-9364-97ff0847964b {
  text-align: left;
}


.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b {
  max-width: 100%;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b .shg-image-zoom,
.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b {
  max-width: 100%;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b .shg-image-zoom,
.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b {
  max-width: 100%;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b .shg-image-zoom,
.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b {
  max-width: 100%;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b .shg-image-zoom,
.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b {
  max-width: 100%;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b .shg-image-zoom,
.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7460f054-11b6-4fa6-9364-97ff0847964b .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-d46c2024-3c4b-4825-944e-63ac02cfa4da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d46c2024-3c4b-4825-944e-63ac02cfa4da .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-aec11065-3d96-41bc-a4f4-53984be16869 {
  text-align: left;
}

#s-aec11065-3d96-41bc-a4f4-53984be16869 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-aec11065-3d96-41bc-a4f4-53984be16869 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-aec11065-3d96-41bc-a4f4-53984be16869 .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-56ab0efb-437c-4d93-aab0-5c9183f58fae {
  display: none;
}
#s-33f91b63-8b0b-4834-86e4-d427ad554775 {
  text-align: left;
}


.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 {
  max-width: 100%;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 .shg-image-zoom,
.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 {
  max-width: 100%;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 .shg-image-zoom,
.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 {
  max-width: 100%;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 .shg-image-zoom,
.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 {
  max-width: 100%;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 .shg-image-zoom,
.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 {
  max-width: 100%;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 .shg-image-zoom,
.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33f91b63-8b0b-4834-86e4-d427ad554775 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bef1c09a-bde7-4dbd-bbe1-9f6329472b94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bef1c09a-bde7-4dbd-bbe1-9f6329472b94 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-3316419a-03dc-4e43-b641-ca2a5106376c {
  text-align: left;
}

#s-3316419a-03dc-4e43-b641-ca2a5106376c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3316419a-03dc-4e43-b641-ca2a5106376c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3316419a-03dc-4e43-b641-ca2a5106376c .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-9b2d788b-d97b-4cac-8bf6-9c45bcf94b43 {
  display: none;
}
#s-43ff5975-d948-4790-a2f1-27be2623f5d8 {
  text-align: left;
}


.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 {
  max-width: 100%;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 .shg-image-zoom,
.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 {
  max-width: 100%;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 .shg-image-zoom,
.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 {
  max-width: 100%;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 .shg-image-zoom,
.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 {
  max-width: 100%;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 .shg-image-zoom,
.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 {
  max-width: 100%;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 .shg-image-zoom,
.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43ff5975-d948-4790-a2f1-27be2623f5d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-63f723cd-1296-4b3b-ba3f-4b9f6d3552e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-63f723cd-1296-4b3b-ba3f-4b9f6d3552e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-257306f2-507e-46ec-99b9-2d1ed198af66 {
  text-align: left;
}

#s-257306f2-507e-46ec-99b9-2d1ed198af66 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-257306f2-507e-46ec-99b9-2d1ed198af66 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-257306f2-507e-46ec-99b9-2d1ed198af66 .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-ecbccd44-39a2-4cf7-a448-cf35f188e8c5 {
  display: none;
}
#s-a4667743-9976-4e33-ad72-8619b5629377 {
  text-align: left;
}


.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 {
  max-width: 100%;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 .shg-image-zoom,
.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 {
  max-width: 100%;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 .shg-image-zoom,
.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 {
  max-width: 100%;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 .shg-image-zoom,
.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 {
  max-width: 100%;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 .shg-image-zoom,
.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 {
  max-width: 100%;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 .shg-image-zoom,
.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4667743-9976-4e33-ad72-8619b5629377 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8225ac20-a222-4beb-806c-42ba84ffbb86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8225ac20-a222-4beb-806c-42ba84ffbb86 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-9a2a93eb-5b71-4fa5-98f2-6bcfce7a6892 {
  text-align: left;
}

#s-9a2a93eb-5b71-4fa5-98f2-6bcfce7a6892 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9a2a93eb-5b71-4fa5-98f2-6bcfce7a6892 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9a2a93eb-5b71-4fa5-98f2-6bcfce7a6892 .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-a2943753-1523-4b62-b272-f23e3afef1e7 {
  display: none;
}
#s-5a4f170a-5ee0-4515-8474-29f51cf2559e {
  text-align: left;
}


.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e {
  max-width: 100%;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e .shg-image-zoom,
.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e {
  max-width: 100%;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e .shg-image-zoom,
.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e {
  max-width: 100%;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e .shg-image-zoom,
.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e {
  max-width: 100%;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e .shg-image-zoom,
.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e {
  max-width: 100%;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e .shg-image-zoom,
.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a4f170a-5ee0-4515-8474-29f51cf2559e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-09619730-6c88-4ef3-9bac-68696a88e23b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09619730-6c88-4ef3-9bac-68696a88e23b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3a097fa1-394e-4c38-8c76-ac6a446c2ca1 {
  text-align: left;
}

#s-3a097fa1-394e-4c38-8c76-ac6a446c2ca1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3a097fa1-394e-4c38-8c76-ac6a446c2ca1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3a097fa1-394e-4c38-8c76-ac6a446c2ca1 .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-15fef698-cb58-4fad-bc20-d0d73562b2fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-15fef698-cb58-4fad-bc20-d0d73562b2fe:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-15fef698-cb58-4fad-bc20-d0d73562b2fe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-15fef698-cb58-4fad-bc20-d0d73562b2fe {
  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-15fef698-cb58-4fad-bc20-d0d73562b2fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15fef698-cb58-4fad-bc20-d0d73562b2fe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-15fef698-cb58-4fad-bc20-d0d73562b2fe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d0fb6ea0-21b4-4be5-ad3c-ec993e08ab1d {
  display: none;
}
#s-710b838a-b84d-4de7-ba52-58858012bbf6 {
  text-align: left;
}


.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 {
  max-width: 100%;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 .shg-image-zoom,
.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 {
  max-width: 100%;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 .shg-image-zoom,
.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 {
  max-width: 100%;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 .shg-image-zoom,
.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 {
  max-width: 100%;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 .shg-image-zoom,
.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 {
  max-width: 100%;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 .shg-image-zoom,
.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-710b838a-b84d-4de7-ba52-58858012bbf6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bdf256cc-b2e8-4c76-b480-8a361bb0ceb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdf256cc-b2e8-4c76-b480-8a361bb0ceb4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-19a99cf7-79df-41fe-90cc-9bddd72bfcf3 {
  text-align: left;
}

#s-19a99cf7-79df-41fe-90cc-9bddd72bfcf3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-19a99cf7-79df-41fe-90cc-9bddd72bfcf3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-19a99cf7-79df-41fe-90cc-9bddd72bfcf3 .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-3084b358-7f3e-4ba8-aed0-be268963f5f2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-3084b358-7f3e-4ba8-aed0-be268963f5f2:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-3084b358-7f3e-4ba8-aed0-be268963f5f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3084b358-7f3e-4ba8-aed0-be268963f5f2 {
  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-3084b358-7f3e-4ba8-aed0-be268963f5f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3084b358-7f3e-4ba8-aed0-be268963f5f2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3084b358-7f3e-4ba8-aed0-be268963f5f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-41b64071-7167-4f16-981b-b7d8030c61e3 {
  display: none;
}
#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c {
  text-align: left;
}


.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c {
  max-width: 100%;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c .shg-image-zoom,
.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c {
  max-width: 100%;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c .shg-image-zoom,
.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c {
  max-width: 100%;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c .shg-image-zoom,
.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c {
  max-width: 100%;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c .shg-image-zoom,
.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c {
  max-width: 100%;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c .shg-image-zoom,
.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ad80506-cfd9-4a19-8a1b-5ce7b521023c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-25d9885b-a107-4bfd-a261-d99beb79fab8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25d9885b-a107-4bfd-a261-d99beb79fab8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-6df6b82c-1e4d-4e1b-82bc-bae39ac38906 {
  text-align: left;
}

#s-6df6b82c-1e4d-4e1b-82bc-bae39ac38906 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6df6b82c-1e4d-4e1b-82bc-bae39ac38906 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6df6b82c-1e4d-4e1b-82bc-bae39ac38906 .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-d30e5e2b-ac2c-4226-8b5f-1eb3b5c5f2c6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-d30e5e2b-ac2c-4226-8b5f-1eb3b5c5f2c6:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-d30e5e2b-ac2c-4226-8b5f-1eb3b5c5f2c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d30e5e2b-ac2c-4226-8b5f-1eb3b5c5f2c6 {
  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-d30e5e2b-ac2c-4226-8b5f-1eb3b5c5f2c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d30e5e2b-ac2c-4226-8b5f-1eb3b5c5f2c6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d30e5e2b-ac2c-4226-8b5f-1eb3b5c5f2c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f3b40660-13f6-4efe-ab83-7a9bae474207 {
  display: none;
}
#s-564e4a80-0ba4-4bba-b867-f2c68497c95e {
  text-align: left;
}


.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e {
  max-width: 100%;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e .shg-image-zoom,
.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e {
  max-width: 100%;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e .shg-image-zoom,
.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e {
  max-width: 100%;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e .shg-image-zoom,
.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e {
  max-width: 100%;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e .shg-image-zoom,
.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e {
  max-width: 100%;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e .shg-image-zoom,
.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-564e4a80-0ba4-4bba-b867-f2c68497c95e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-60cbb127-2d15-41d3-84ba-0bc897fbb0ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60cbb127-2d15-41d3-84ba-0bc897fbb0ea .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-17ecb657-b61b-4fbf-beef-dfcf1ac51d13 {
  text-align: left;
}

#s-17ecb657-b61b-4fbf-beef-dfcf1ac51d13 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-17ecb657-b61b-4fbf-beef-dfcf1ac51d13 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-17ecb657-b61b-4fbf-beef-dfcf1ac51d13 .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-a961ae42-1267-44a6-a2df-9f4b8bc8abe5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-a961ae42-1267-44a6-a2df-9f4b8bc8abe5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-a961ae42-1267-44a6-a2df-9f4b8bc8abe5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a961ae42-1267-44a6-a2df-9f4b8bc8abe5 {
  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-a961ae42-1267-44a6-a2df-9f4b8bc8abe5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a961ae42-1267-44a6-a2df-9f4b8bc8abe5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a961ae42-1267-44a6-a2df-9f4b8bc8abe5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-39a7726b-333d-48e2-b5fc-58cb3cab0adb {
  display: none;
}
#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 {
  text-align: left;
}


.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 {
  max-width: 100%;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 .shg-image-zoom,
.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 {
  max-width: 100%;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 .shg-image-zoom,
.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 {
  max-width: 100%;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 .shg-image-zoom,
.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 {
  max-width: 100%;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 .shg-image-zoom,
.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 {
  max-width: 100%;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 .shg-image-zoom,
.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6b58128-ee04-4d0c-b97f-4843dc699a35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-eb18cf35-b017-4978-98a2-a8702e716b2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb18cf35-b017-4978-98a2-a8702e716b2e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b354b46d-dd9d-4cdc-a11e-8c352755d9c9 {
  text-align: left;
}

#s-b354b46d-dd9d-4cdc-a11e-8c352755d9c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b354b46d-dd9d-4cdc-a11e-8c352755d9c9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b354b46d-dd9d-4cdc-a11e-8c352755d9c9 .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-a635b88b-64b9-4be0-a5c9-6f689621a0c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-a635b88b-64b9-4be0-a5c9-6f689621a0c4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-a635b88b-64b9-4be0-a5c9-6f689621a0c4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a635b88b-64b9-4be0-a5c9-6f689621a0c4 {
  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-a635b88b-64b9-4be0-a5c9-6f689621a0c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a635b88b-64b9-4be0-a5c9-6f689621a0c4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a635b88b-64b9-4be0-a5c9-6f689621a0c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee074d55-3671-4fc8-aac2-7c7446a0605b {
  display: none;
}
#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 {
  text-align: left;
}


.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 {
  max-width: 100%;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 .shg-image-zoom,
.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 {
  max-width: 100%;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 .shg-image-zoom,
.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 {
  max-width: 100%;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 .shg-image-zoom,
.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 {
  max-width: 100%;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 .shg-image-zoom,
.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 {
  max-width: 100%;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 .shg-image-zoom,
.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0950e736-47f5-4c2d-9690-b3f6327c76a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-88dbe976-3986-4814-91a0-78ef82c26115 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88dbe976-3986-4814-91a0-78ef82c26115 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-5b1331be-410c-4347-9e10-246a1c8bd17f {
  text-align: left;
}

#s-5b1331be-410c-4347-9e10-246a1c8bd17f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5b1331be-410c-4347-9e10-246a1c8bd17f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5b1331be-410c-4347-9e10-246a1c8bd17f .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-e14e7e14-4710-4802-aa5c-629a9cf6bacc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-e14e7e14-4710-4802-aa5c-629a9cf6bacc:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e14e7e14-4710-4802-aa5c-629a9cf6bacc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e14e7e14-4710-4802-aa5c-629a9cf6bacc {
  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-e14e7e14-4710-4802-aa5c-629a9cf6bacc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e14e7e14-4710-4802-aa5c-629a9cf6bacc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e14e7e14-4710-4802-aa5c-629a9cf6bacc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d6a3ba6d-e45e-41e2-a0c6-079264022ed6 {
  display: none;
}
#s-d692ac90-2187-4d17-a8ee-31af679ecf68 {
  text-align: left;
}


.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 {
  max-width: 100%;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 .shg-image-zoom,
.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 {
  max-width: 100%;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 .shg-image-zoom,
.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 {
  max-width: 100%;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 .shg-image-zoom,
.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 {
  max-width: 100%;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 .shg-image-zoom,
.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 {
  max-width: 100%;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 .shg-image-zoom,
.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d692ac90-2187-4d17-a8ee-31af679ecf68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3dc77513-55e7-4556-b077-a51329a2910c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3dc77513-55e7-4556-b077-a51329a2910c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9a3c27c5-1df4-4900-8033-e341521d999e {
  text-align: left;
}

#s-9a3c27c5-1df4-4900-8033-e341521d999e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9a3c27c5-1df4-4900-8033-e341521d999e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9a3c27c5-1df4-4900-8033-e341521d999e .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-821e6a39-d6b3-480f-abce-4cdb6582d3c9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-821e6a39-d6b3-480f-abce-4cdb6582d3c9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-821e6a39-d6b3-480f-abce-4cdb6582d3c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-821e6a39-d6b3-480f-abce-4cdb6582d3c9 {
  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-821e6a39-d6b3-480f-abce-4cdb6582d3c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-821e6a39-d6b3-480f-abce-4cdb6582d3c9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-821e6a39-d6b3-480f-abce-4cdb6582d3c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ed8729e1-73f9-4a70-91dc-9d56da01c844 {
  display: none;
}
#s-008f46c3-d9f5-4b24-b586-f498bd7e646c {
  text-align: left;
}


.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c {
  max-width: 100%;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c .shg-image-zoom,
.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c {
  max-width: 100%;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c .shg-image-zoom,
.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c {
  max-width: 100%;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c .shg-image-zoom,
.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c {
  max-width: 100%;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c .shg-image-zoom,
.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c {
  max-width: 100%;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c .shg-image-zoom,
.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-008f46c3-d9f5-4b24-b586-f498bd7e646c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8e303f0b-4f18-43f0-ab79-785d76904963 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e303f0b-4f18-43f0-ab79-785d76904963 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-af7e5087-8c11-4094-884d-5ee676920a9c {
  text-align: left;
}

#s-af7e5087-8c11-4094-884d-5ee676920a9c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-af7e5087-8c11-4094-884d-5ee676920a9c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-af7e5087-8c11-4094-884d-5ee676920a9c .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-ffddc261-0d21-4b21-8836-c304f6c6e609 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-ffddc261-0d21-4b21-8836-c304f6c6e609:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ffddc261-0d21-4b21-8836-c304f6c6e609:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ffddc261-0d21-4b21-8836-c304f6c6e609 {
  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-ffddc261-0d21-4b21-8836-c304f6c6e609.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ffddc261-0d21-4b21-8836-c304f6c6e609.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ffddc261-0d21-4b21-8836-c304f6c6e609.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5f956f66-ac5a-4276-b0de-fc9aa63ce8e7 {
  display: none;
}
#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e {
  text-align: left;
}


.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e {
  max-width: 100%;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e .shg-image-zoom,
.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e {
  max-width: 100%;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e .shg-image-zoom,
.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e {
  max-width: 100%;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e .shg-image-zoom,
.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e {
  max-width: 100%;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e .shg-image-zoom,
.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e {
  max-width: 100%;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e .shg-image-zoom,
.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf5e3fd3-12ae-4c28-9082-dbf3b730362e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1b1c6f1a-ddda-4509-b038-59ba9e2d0bef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b1c6f1a-ddda-4509-b038-59ba9e2d0bef .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3e11dd48-0da5-4e26-806f-2c5d076e6f47 {
  text-align: left;
}

#s-3e11dd48-0da5-4e26-806f-2c5d076e6f47 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3e11dd48-0da5-4e26-806f-2c5d076e6f47 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3e11dd48-0da5-4e26-806f-2c5d076e6f47 .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-8269d6c0-f3b4-493b-8dd8-d0ff42499cf8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-8269d6c0-f3b4-493b-8dd8-d0ff42499cf8:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-8269d6c0-f3b4-493b-8dd8-d0ff42499cf8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8269d6c0-f3b4-493b-8dd8-d0ff42499cf8 {
  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-8269d6c0-f3b4-493b-8dd8-d0ff42499cf8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8269d6c0-f3b4-493b-8dd8-d0ff42499cf8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-8269d6c0-f3b4-493b-8dd8-d0ff42499cf8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-53ddaf97-ce02-4b93-b574-dcedbca81a4f {
  display: none;
}
#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 {
  text-align: left;
}


.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 {
  max-width: 100%;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 .shg-image-zoom,
.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 {
  max-width: 100%;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 .shg-image-zoom,
.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 {
  max-width: 100%;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 .shg-image-zoom,
.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 {
  max-width: 100%;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 .shg-image-zoom,
.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 {
  max-width: 100%;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 .shg-image-zoom,
.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d83cd4d-72d1-488e-a20c-1cb99b1cfb45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2a4d6941-99dc-4877-9428-502128ef12ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a4d6941-99dc-4877-9428-502128ef12ed .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-fa9c70e0-a41b-44b3-9434-920e29f072ca {
  text-align: left;
}

#s-fa9c70e0-a41b-44b3-9434-920e29f072ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fa9c70e0-a41b-44b3-9434-920e29f072ca .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fa9c70e0-a41b-44b3-9434-920e29f072ca .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-bc0f83a0-df78-4b7b-a248-1810d75169c9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-bc0f83a0-df78-4b7b-a248-1810d75169c9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-bc0f83a0-df78-4b7b-a248-1810d75169c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bc0f83a0-df78-4b7b-a248-1810d75169c9 {
  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-bc0f83a0-df78-4b7b-a248-1810d75169c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc0f83a0-df78-4b7b-a248-1810d75169c9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-bc0f83a0-df78-4b7b-a248-1810d75169c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8182d2ad-e8f6-4fab-a80c-25c2bd09a4cf {
  display: none;
}
#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 {
  text-align: left;
}


.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 {
  max-width: 100%;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 .shg-image-zoom,
.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 {
  max-width: 100%;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 .shg-image-zoom,
.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 {
  max-width: 100%;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 .shg-image-zoom,
.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 {
  max-width: 100%;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 .shg-image-zoom,
.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 {
  max-width: 100%;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 .shg-image-zoom,
.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bbc2a3b0-556d-4e9b-9997-547e9b1a59f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dadcefd9-452a-41e2-adcd-84c7364ad078 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dadcefd9-452a-41e2-adcd-84c7364ad078 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-5804c685-fb56-4324-93d9-e7de23ca719f {
  text-align: left;
}

#s-5804c685-fb56-4324-93d9-e7de23ca719f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5804c685-fb56-4324-93d9-e7de23ca719f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5804c685-fb56-4324-93d9-e7de23ca719f .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-973633de-e4e9-4b2e-9bc2-163339bbb0c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-973633de-e4e9-4b2e-9bc2-163339bbb0c8:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-973633de-e4e9-4b2e-9bc2-163339bbb0c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-973633de-e4e9-4b2e-9bc2-163339bbb0c8 {
  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-973633de-e4e9-4b2e-9bc2-163339bbb0c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-973633de-e4e9-4b2e-9bc2-163339bbb0c8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-973633de-e4e9-4b2e-9bc2-163339bbb0c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9f0eef27-d014-4215-82f0-36050e47d5d9 {
  display: none;
}
#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a {
  text-align: left;
}


.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a {
  max-width: 100%;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a .shg-image-zoom,
.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a {
  max-width: 100%;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a .shg-image-zoom,
.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a {
  max-width: 100%;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a .shg-image-zoom,
.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a {
  max-width: 100%;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a .shg-image-zoom,
.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a {
  max-width: 100%;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a .shg-image-zoom,
.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f0eb484-b8d0-4a54-b75a-8619ec28c34a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b053f277-d4c7-405d-be46-b375910ee4d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b053f277-d4c7-405d-be46-b375910ee4d3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4b8742ca-1c88-4575-a91a-ec218272416f {
  text-align: left;
}

#s-4b8742ca-1c88-4575-a91a-ec218272416f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4b8742ca-1c88-4575-a91a-ec218272416f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4b8742ca-1c88-4575-a91a-ec218272416f .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-df11f52d-c400-4508-94a2-2aa559433bb1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-df11f52d-c400-4508-94a2-2aa559433bb1:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-df11f52d-c400-4508-94a2-2aa559433bb1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-df11f52d-c400-4508-94a2-2aa559433bb1 {
  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-df11f52d-c400-4508-94a2-2aa559433bb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df11f52d-c400-4508-94a2-2aa559433bb1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-df11f52d-c400-4508-94a2-2aa559433bb1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6ca32c9a-096b-4a51-a8eb-bc4d5af592c0 {
  display: none;
}
#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc {
  text-align: left;
}


.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc {
  max-width: 100%;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc .shg-image-zoom,
.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc {
  max-width: 100%;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc .shg-image-zoom,
.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc {
  max-width: 100%;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc .shg-image-zoom,
.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc {
  max-width: 100%;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc .shg-image-zoom,
.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc {
  max-width: 100%;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc .shg-image-zoom,
.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d38a1e0-5ef0-4eab-b7dc-d4ccbd4e53cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-649f3ffe-684b-4b8b-bcdf-81c02090565a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-649f3ffe-684b-4b8b-bcdf-81c02090565a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e5f2a929-f9ea-4663-bd0b-8c072ba30c60 {
  text-align: left;
}

#s-e5f2a929-f9ea-4663-bd0b-8c072ba30c60 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e5f2a929-f9ea-4663-bd0b-8c072ba30c60 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e5f2a929-f9ea-4663-bd0b-8c072ba30c60 .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-ed630e29-abf2-4ecf-b93c-cd719edfdb77 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-ed630e29-abf2-4ecf-b93c-cd719edfdb77:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ed630e29-abf2-4ecf-b93c-cd719edfdb77:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed630e29-abf2-4ecf-b93c-cd719edfdb77 {
  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-ed630e29-abf2-4ecf-b93c-cd719edfdb77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed630e29-abf2-4ecf-b93c-cd719edfdb77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ed630e29-abf2-4ecf-b93c-cd719edfdb77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fcb2acb7-2937-4bc2-bbf0-720778edab8f {
  display: none;
}
#s-336bbdcc-5f6e-4798-910d-19e103ded920 {
  text-align: left;
}


.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 {
  max-width: 100%;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 .shg-image-zoom,
.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 {
  max-width: 100%;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 .shg-image-zoom,
.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 {
  max-width: 100%;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 .shg-image-zoom,
.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 {
  max-width: 100%;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 .shg-image-zoom,
.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 {
  max-width: 100%;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 .shg-image-zoom,
.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-336bbdcc-5f6e-4798-910d-19e103ded920 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cc18bdd4-e9fa-4bdc-9a73-7c47d7804f10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc18bdd4-e9fa-4bdc-9a73-7c47d7804f10 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8ff74209-c0bf-43ef-8cc7-6e813c3cd097 {
  text-align: left;
}

#s-8ff74209-c0bf-43ef-8cc7-6e813c3cd097 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8ff74209-c0bf-43ef-8cc7-6e813c3cd097 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8ff74209-c0bf-43ef-8cc7-6e813c3cd097 .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-2e2760f0-928f-4239-91a7-cabf110a0851 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-2e2760f0-928f-4239-91a7-cabf110a0851:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-2e2760f0-928f-4239-91a7-cabf110a0851:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2e2760f0-928f-4239-91a7-cabf110a0851 {
  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-2e2760f0-928f-4239-91a7-cabf110a0851.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e2760f0-928f-4239-91a7-cabf110a0851.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2e2760f0-928f-4239-91a7-cabf110a0851.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-59682921-8f6d-4297-88a6-8ab538387643 {
  display: none;
}
#s-886a689a-478d-47a9-8b73-40dba76399a6 {
  text-align: left;
}


.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 {
  max-width: 100%;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 .shg-image-zoom,
.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 {
  max-width: 100%;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 .shg-image-zoom,
.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 {
  max-width: 100%;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 .shg-image-zoom,
.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 {
  max-width: 100%;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 .shg-image-zoom,
.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 {
  max-width: 100%;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 .shg-image-zoom,
.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-886a689a-478d-47a9-8b73-40dba76399a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7b0aa21a-11d8-4683-990e-3ead23fd945a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b0aa21a-11d8-4683-990e-3ead23fd945a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-c5e8ab71-ebc0-443d-a67d-34713c921df5 {
  text-align: left;
}

#s-c5e8ab71-ebc0-443d-a67d-34713c921df5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c5e8ab71-ebc0-443d-a67d-34713c921df5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c5e8ab71-ebc0-443d-a67d-34713c921df5 .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-4d96a027-1eda-4035-b1c9-a562b5562ca5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-4d96a027-1eda-4035-b1c9-a562b5562ca5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-4d96a027-1eda-4035-b1c9-a562b5562ca5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d96a027-1eda-4035-b1c9-a562b5562ca5 {
  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-4d96a027-1eda-4035-b1c9-a562b5562ca5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d96a027-1eda-4035-b1c9-a562b5562ca5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-4d96a027-1eda-4035-b1c9-a562b5562ca5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-21dcd2ca-fb59-41ff-92d7-e4b5c32b86cc {
  display: none;
}
#s-d364a836-6599-4885-a094-6b08d2a98f71 {
  text-align: left;
}


.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 {
  max-width: 100%;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 .shg-image-zoom,
.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 {
  max-width: 100%;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 .shg-image-zoom,
.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 {
  max-width: 100%;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 .shg-image-zoom,
.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 {
  max-width: 100%;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 .shg-image-zoom,
.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 {
  max-width: 100%;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 .shg-image-zoom,
.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d364a836-6599-4885-a094-6b08d2a98f71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-232df4f2-088a-4d00-9b73-5197b2626f5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-232df4f2-088a-4d00-9b73-5197b2626f5a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0f9eaa92-2a96-4153-8f67-47fa9feaf5e6 {
  text-align: left;
}

#s-0f9eaa92-2a96-4153-8f67-47fa9feaf5e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0f9eaa92-2a96-4153-8f67-47fa9feaf5e6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0f9eaa92-2a96-4153-8f67-47fa9feaf5e6 .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-a994f1d2-7e77-48e1-b5b7-e194ddfe9ef6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-a994f1d2-7e77-48e1-b5b7-e194ddfe9ef6:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-a994f1d2-7e77-48e1-b5b7-e194ddfe9ef6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a994f1d2-7e77-48e1-b5b7-e194ddfe9ef6 {
  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-a994f1d2-7e77-48e1-b5b7-e194ddfe9ef6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a994f1d2-7e77-48e1-b5b7-e194ddfe9ef6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a994f1d2-7e77-48e1-b5b7-e194ddfe9ef6.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-3c73f4c4-fc4d-429d-8f58-556125e23c32 {
  min-height: 50px;
background-color: rgba(248, 243, 237, 1);
}








#s-3c73f4c4-fc4d-429d-8f58-556125e23c32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c73f4c4-fc4d-429d-8f58-556125e23c32.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-f1220a46-aa16-4b06-ad83-2bb599e54284 {
  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-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1220a46-aa16-4b06-ad83-2bb599e54284"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9208b42b-7158-4991-a362-c6b8b20a593a {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9208b42b-7158-4991-a362-c6b8b20a593a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c7b9babf-9cf3-4db1-8756-fa1e56683bd9 .shogun-icon-wrapper {
  text-align: center;
}


#s-c7b9babf-9cf3-4db1-8756-fa1e56683bd9 .shogun-icon-wrapper > .shogun-icon {

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

#s-a8773952-bf0f-4557-bb49-8083eca9b970 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-cfc34e01-2e29-4797-b5e0-7165cdb61a5f {
  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-cfc34e01-2e29-4797-b5e0-7165cdb61a5f:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-cfc34e01-2e29-4797-b5e0-7165cdb61a5f:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-cfc34e01-2e29-4797-b5e0-7165cdb61a5f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b366d9b8-5489-427e-800b-bf098af1ed04 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b366d9b8-5489-427e-800b-bf098af1ed04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f4987664-f497-45e5-a901-193876454696 .shogun-icon-wrapper {
  text-align: center;
}


#s-f4987664-f497-45e5-a901-193876454696 .shogun-icon-wrapper > .shogun-icon {

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

#s-4b7fe17b-752a-4f16-8c7b-6334bac34a5b {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-e015a385-7cc5-4597-bb1d-6cbd48ed2fc0 {
  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-e015a385-7cc5-4597-bb1d-6cbd48ed2fc0:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-e015a385-7cc5-4597-bb1d-6cbd48ed2fc0:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-e015a385-7cc5-4597-bb1d-6cbd48ed2fc0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2c912dce-f9f5-4667-b1aa-d959861fa795 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2c912dce-f9f5-4667-b1aa-d959861fa795"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6d58f5fb-0992-4b51-b27a-42d672e9f626 .shogun-icon-wrapper {
  text-align: center;
}


#s-6d58f5fb-0992-4b51-b27a-42d672e9f626 .shogun-icon-wrapper > .shogun-icon {

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

#s-c3e1d447-ca8b-4283-9be4-f434730661a6 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-a8b7c374-af20-4a17-8ae8-3075fc8e4ec3 {
  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-a8b7c374-af20-4a17-8ae8-3075fc8e4ec3:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-a8b7c374-af20-4a17-8ae8-3075fc8e4ec3:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-a8b7c374-af20-4a17-8ae8-3075fc8e4ec3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-cbcc83ab-804f-4dc0-8bee-34b29354cda3 {
  min-height: 50px;
background-color: rgba(175, 143, 52, 1);
}








#s-cbcc83ab-804f-4dc0-8bee-34b29354cda3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbcc83ab-804f-4dc0-8bee-34b29354cda3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6be08a3-c4f5-47c6-b4ad-e5006ddc9101"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-eceaeebd-2cf7-4c53-9690-b2ffa6f21f15 {
  text-align: left;
}




  #s-eceaeebd-2cf7-4c53-9690-b2ffa6f21f15 img.shogun-image {
    
    width: px;
  }


#s-eceaeebd-2cf7-4c53-9690-b2ffa6f21f15 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-4444d1bf-52bd-4333-9e1a-517e5d176f54 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4444d1bf-52bd-4333-9e1a-517e5d176f54"] > .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-70b22044-7ad2-45d0-9a01-dcc39afe3c22 {
  text-align: center;
}

#s-7aa8177a-9b0f-4046-8424-d174db0cc22a {
  padding-top: 0px;
}

#s-31208f67-12bb-4fe8-861b-cabef8daa5e6 {
  padding-top: 15px;
}

#s-2a72dca7-bac6-44e2-9b3e-43e2c2c53cb9 {
  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;
}
