.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5.shg-box.shg-c {
  justify-content: center;
}

.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-68eea6d5-a995-46a8-8985-30fb09290a00 {
  padding-top: 5px;
}
@media (max-width: 767px){#s-68eea6d5-a995-46a8-8985-30fb09290a00 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-image: url(https://i.shgcdn.com/d377e5ec-187e-4a02-bcc6-c7c41a7eea23/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  min-height: 480px;
}
}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 480px;
}
}







#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
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;
}

@media (min-width: 1200px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (max-width: 767px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}
@media (min-width: 0px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (max-width: 767px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}







#s-042102a7-0d38-4113-8b9f-657bf5d14a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042102a7-0d38-4113-8b9f-657bf5d14a9b.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-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;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 64px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 56px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
.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-55513237-d79d-4e30-a0e5-53145322c63e {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(95, 122, 134, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-55513237-d79d-4e30-a0e5-53145322c63e:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55513237-d79d-4e30-a0e5-53145322c63e:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-55513237-d79d-4e30-a0e5-53145322c63e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-2964299b-d228-42d8-aa58-cf5a94a4b6c5 {
  min-height: 22px;
}








#s-2964299b-d228-42d8-aa58-cf5a94a4b6c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2964299b-d228-42d8-aa58-cf5a94a4b6c5.shg-box.shg-c {
  justify-content: center;
}

#s-a3638ae7-44c4-4eef-85a7-045d98c4e545 {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}

#s-a3638ae7-44c4-4eef-85a7-045d98c4e545 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b44ba0ee-10fb-49ca-a2b0-f4fec01cc68c {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f19228b2-b7d7-4676-924a-086ff203f0ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.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: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-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: 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 {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-d5844158-7a59-42a3-b5cd-1a78348e7542 {
  text-align: center;
}




  #s-d5844158-7a59-42a3-b5cd-1a78348e7542 img.shogun-image {
    
    width: px;
  }


#s-d5844158-7a59-42a3-b5cd-1a78348e7542 .shogun-image-content {
  
    align-items: center;
  
}

#s-36fe9682-d863-485b-b4c1-10a9ab28b729 {
  min-height: 50px;
}








#s-36fe9682-d863-485b-b4c1-10a9ab28b729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36fe9682-d863-485b-b4c1-10a9ab28b729.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.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 > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-bfbeb8ae-d751-4596-b9f6-66ab602d838b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-bfbeb8ae-d751-4596-b9f6-66ab602d838b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bfbeb8ae-d751-4596-b9f6-66ab602d838b .shg-sld-nav-button.shg-sld-left,
#s-bfbeb8ae-d751-4596-b9f6-66ab602d838b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

.shg-category-col,
.shg-category-col-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 {
  flex: 2;
  padding: 0 20px;
}

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

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

.shg-category-col-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: 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-a75f3a19-6951-4875-b411-0ffd97b91a48 {
  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;
  transition: transform 0.5s ease-out;
  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-78eb2886-7922-4c02-ac04-5e928782e279 {
  text-align: left;
}


.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 {
  max-width: 100%;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 .shg-image-zoom,
.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 {
  max-width: 100%;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 .shg-image-zoom,
.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 {
  max-width: 100%;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 .shg-image-zoom,
.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 {
  max-width: 100%;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 .shg-image-zoom,
.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 {
  max-width: 100%;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 .shg-image-zoom,
.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78eb2886-7922-4c02-ac04-5e928782e279 .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-6b6ebf12-1e45-4137-afd5-4d4f8333e378 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b6ebf12-1e45-4137-afd5-4d4f8333e378 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b45f4789-cb48-4878-ba6f-787eff403350 {
  text-align: center;
}

#s-b45f4789-cb48-4878-ba6f-787eff403350 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b45f4789-cb48-4878-ba6f-787eff403350 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b45f4789-cb48-4878-ba6f-787eff403350 .shg-product-compare-price {
  display: inline;
  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;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: 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-e7931bf3-ec35-4ec4-a7f4-3bb2b75be137 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e7931bf3-ec35-4ec4-a7f4-3bb2b75be137:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7931bf3-ec35-4ec4-a7f4-3bb2b75be137:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e7931bf3-ec35-4ec4-a7f4-3bb2b75be137 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7931bf3-ec35-4ec4-a7f4-3bb2b75be137.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7931bf3-ec35-4ec4-a7f4-3bb2b75be137.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e7931bf3-ec35-4ec4-a7f4-3bb2b75be137.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9956ab9f-8024-4db1-8733-60524b9db1bd {
  display: none;
}
#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b {
  text-align: left;
}


.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b {
  max-width: 100%;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b .shg-image-zoom,
.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b {
  max-width: 100%;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b .shg-image-zoom,
.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b {
  max-width: 100%;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b .shg-image-zoom,
.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b {
  max-width: 100%;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b .shg-image-zoom,
.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b {
  max-width: 100%;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b .shg-image-zoom,
.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d5e93b8-dfa7-40f4-9b64-8c6160a5e27b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e5b0b6ad-f163-4ba7-b23f-94da921f77e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5b0b6ad-f163-4ba7-b23f-94da921f77e5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-26c88cc6-72c2-4957-aacf-31cc010dc04c {
  text-align: center;
}

#s-26c88cc6-72c2-4957-aacf-31cc010dc04c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-26c88cc6-72c2-4957-aacf-31cc010dc04c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-26c88cc6-72c2-4957-aacf-31cc010dc04c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-931c94f1-7553-4cf7-b416-35a960c4fb64 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-931c94f1-7553-4cf7-b416-35a960c4fb64:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-931c94f1-7553-4cf7-b416-35a960c4fb64:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-931c94f1-7553-4cf7-b416-35a960c4fb64 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-931c94f1-7553-4cf7-b416-35a960c4fb64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-931c94f1-7553-4cf7-b416-35a960c4fb64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-931c94f1-7553-4cf7-b416-35a960c4fb64.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e3fc76f9-59b8-4438-94d5-ed4ac2f8a4f0 {
  display: none;
}
#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 {
  text-align: left;
}


.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 {
  max-width: 100%;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 .shg-image-zoom,
.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 {
  max-width: 100%;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 .shg-image-zoom,
.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 {
  max-width: 100%;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 .shg-image-zoom,
.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 {
  max-width: 100%;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 .shg-image-zoom,
.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 {
  max-width: 100%;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 .shg-image-zoom,
.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0019e1e-d381-4fcd-a65f-2929b1febf59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-08a568e6-1cd2-4a43-b34b-dc9d61210e44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08a568e6-1cd2-4a43-b34b-dc9d61210e44 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0e7951fa-9dc8-47b5-bc30-7bbf87f3784a {
  text-align: center;
}

#s-0e7951fa-9dc8-47b5-bc30-7bbf87f3784a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0e7951fa-9dc8-47b5-bc30-7bbf87f3784a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0e7951fa-9dc8-47b5-bc30-7bbf87f3784a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5f14c759-54ed-4fbb-b7d3-9f6a6984a877 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5f14c759-54ed-4fbb-b7d3-9f6a6984a877:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f14c759-54ed-4fbb-b7d3-9f6a6984a877:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f14c759-54ed-4fbb-b7d3-9f6a6984a877 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f14c759-54ed-4fbb-b7d3-9f6a6984a877.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f14c759-54ed-4fbb-b7d3-9f6a6984a877.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5f14c759-54ed-4fbb-b7d3-9f6a6984a877.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-00cba1ae-ef80-457a-b10f-52f9da59151a {
  display: none;
}
#s-56e26174-784e-4d3b-9366-3e30b988fd9a {
  text-align: left;
}


.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a {
  max-width: 100%;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a .shg-image-zoom,
.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a {
  max-width: 100%;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a .shg-image-zoom,
.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a {
  max-width: 100%;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a .shg-image-zoom,
.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a {
  max-width: 100%;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a .shg-image-zoom,
.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a {
  max-width: 100%;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a .shg-image-zoom,
.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56e26174-784e-4d3b-9366-3e30b988fd9a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0eeac401-4a6a-47fb-947e-d017e7c8f530 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eeac401-4a6a-47fb-947e-d017e7c8f530 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-007ec196-10bc-48ed-a419-a3b0416a3eee {
  text-align: center;
}

#s-007ec196-10bc-48ed-a419-a3b0416a3eee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-007ec196-10bc-48ed-a419-a3b0416a3eee .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-007ec196-10bc-48ed-a419-a3b0416a3eee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1224fccc-58fa-46f9-b265-667c3490c8ea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1224fccc-58fa-46f9-b265-667c3490c8ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1224fccc-58fa-46f9-b265-667c3490c8ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1224fccc-58fa-46f9-b265-667c3490c8ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1224fccc-58fa-46f9-b265-667c3490c8ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1224fccc-58fa-46f9-b265-667c3490c8ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1224fccc-58fa-46f9-b265-667c3490c8ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b6e2c8c2-fba4-4d54-aeca-eddef9acaeda {
  padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}

#s-b6e2c8c2-fba4-4d54-aeca-eddef9acaeda .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2b9e0a9f-13b9-46b7-a99b-1ce11d81838e {
  min-height: 50px;
}








#s-2b9e0a9f-13b9-46b7-a99b-1ce11d81838e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b9e0a9f-13b9-46b7-a99b-1ce11d81838e.shg-box.shg-c {
  justify-content: center;
}

#s-dff543c2-896a-48b0-a6a2-fc7af82a9dfc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-dff543c2-896a-48b0-a6a2-fc7af82a9dfc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-dff543c2-896a-48b0-a6a2-fc7af82a9dfc .shg-sld-nav-button.shg-sld-left,
#s-dff543c2-896a-48b0-a6a2-fc7af82a9dfc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e860939a-40bc-4895-8155-ffb0745d79b3 {
  display: none;
}
#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 {
  margin-left: 3%;
margin-right: 3%;
text-align: left;
}


.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 {
  max-width: 100%;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 .shg-image-zoom,
.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 {
  max-width: 100%;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 .shg-image-zoom,
.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 {
  max-width: 100%;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 .shg-image-zoom,
.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 {
  max-width: 100%;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 .shg-image-zoom,
.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 {
  max-width: 100%;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 .shg-image-zoom,
.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5e6d3e7-e9b3-489c-a284-c08e44896b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c877ec09-5177-49f0-9a27-875a17b7eb24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c877ec09-5177-49f0-9a27-875a17b7eb24 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8808a414-b35d-4fc0-9d16-50fda3799a37 {
  text-align: center;
}

#s-8808a414-b35d-4fc0-9d16-50fda3799a37 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8808a414-b35d-4fc0-9d16-50fda3799a37 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8808a414-b35d-4fc0-9d16-50fda3799a37 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b44c8c32-3711-45ab-bd02-e27933ededa5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b44c8c32-3711-45ab-bd02-e27933ededa5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b44c8c32-3711-45ab-bd02-e27933ededa5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b44c8c32-3711-45ab-bd02-e27933ededa5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b44c8c32-3711-45ab-bd02-e27933ededa5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b44c8c32-3711-45ab-bd02-e27933ededa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b44c8c32-3711-45ab-bd02-e27933ededa5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-94aca528-d706-453c-aa2d-9f4baf2ac2da {
  display: none;
}
#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd {
  text-align: left;
}


.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd {
  max-width: 100%;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd .shg-image-zoom,
.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd {
  max-width: 100%;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd .shg-image-zoom,
.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd {
  max-width: 100%;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd .shg-image-zoom,
.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd {
  max-width: 100%;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd .shg-image-zoom,
.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd {
  max-width: 100%;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd .shg-image-zoom,
.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c92ccf3-83f4-4c46-93f0-bf5b061b1dbd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9381cf30-dced-4180-a9fc-8ea58d469def {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9381cf30-dced-4180-a9fc-8ea58d469def .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-60314280-e7a1-4371-abd3-573168e870d3 {
  text-align: center;
}

#s-60314280-e7a1-4371-abd3-573168e870d3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-60314280-e7a1-4371-abd3-573168e870d3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-60314280-e7a1-4371-abd3-573168e870d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-220378cd-8498-40b7-85ca-743701ac3ae1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-220378cd-8498-40b7-85ca-743701ac3ae1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-220378cd-8498-40b7-85ca-743701ac3ae1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-220378cd-8498-40b7-85ca-743701ac3ae1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-220378cd-8498-40b7-85ca-743701ac3ae1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-220378cd-8498-40b7-85ca-743701ac3ae1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-220378cd-8498-40b7-85ca-743701ac3ae1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5ce46290-f26f-45f9-9258-dc4e19a34e8f {
  display: none;
}
#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 {
  margin-left: 3%;
margin-right: 3%;
text-align: left;
}


.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 {
  max-width: 100%;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 .shg-image-zoom,
.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 {
  max-width: 100%;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 .shg-image-zoom,
.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 {
  max-width: 100%;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 .shg-image-zoom,
.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 {
  max-width: 100%;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 .shg-image-zoom,
.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 {
  max-width: 100%;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 .shg-image-zoom,
.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96da0f3d-75b0-48e6-b835-d92a8f6709c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d9e52b08-13d8-4a2b-a212-ee533ac950e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9e52b08-13d8-4a2b-a212-ee533ac950e4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-19dee16d-fbed-4dac-814c-9b9199c582ae {
  text-align: center;
}

#s-19dee16d-fbed-4dac-814c-9b9199c582ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-19dee16d-fbed-4dac-814c-9b9199c582ae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-19dee16d-fbed-4dac-814c-9b9199c582ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1215549c-9b93-400e-8e89-a970c707603d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1215549c-9b93-400e-8e89-a970c707603d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1215549c-9b93-400e-8e89-a970c707603d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1215549c-9b93-400e-8e89-a970c707603d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1215549c-9b93-400e-8e89-a970c707603d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1215549c-9b93-400e-8e89-a970c707603d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1215549c-9b93-400e-8e89-a970c707603d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-33c36c05-7717-4e1d-90d9-314400d09a7e {
  display: none;
}
#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 {
  text-align: left;
}


.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 {
  max-width: 100%;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 .shg-image-zoom,
.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 {
  max-width: 100%;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 .shg-image-zoom,
.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 {
  max-width: 100%;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 .shg-image-zoom,
.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 {
  max-width: 100%;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 .shg-image-zoom,
.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 {
  max-width: 100%;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 .shg-image-zoom,
.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-907b5d21-593b-4ebe-872e-a49cf99a79f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4e6fbc3e-f845-4855-8128-a009e982b4df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e6fbc3e-f845-4855-8128-a009e982b4df .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b2b5ed09-d40a-4b0a-be68-78254d5523fa {
  text-align: center;
}

#s-b2b5ed09-d40a-4b0a-be68-78254d5523fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b2b5ed09-d40a-4b0a-be68-78254d5523fa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b2b5ed09-d40a-4b0a-be68-78254d5523fa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-595ece4d-6357-4b65-a71c-df5cd65aa4d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-595ece4d-6357-4b65-a71c-df5cd65aa4d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-595ece4d-6357-4b65-a71c-df5cd65aa4d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-595ece4d-6357-4b65-a71c-df5cd65aa4d5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-595ece4d-6357-4b65-a71c-df5cd65aa4d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-595ece4d-6357-4b65-a71c-df5cd65aa4d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-595ece4d-6357-4b65-a71c-df5cd65aa4d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f8a0e124-edbf-4c8d-9a62-2aa05561af28 {
  display: none;
}
#s-01121116-c7a1-469b-9a16-8e4e7a08da9c {
  text-align: left;
}


.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c {
  max-width: 100%;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c .shg-image-zoom,
.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c {
  max-width: 100%;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c .shg-image-zoom,
.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c {
  max-width: 100%;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c .shg-image-zoom,
.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c {
  max-width: 100%;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c .shg-image-zoom,
.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c {
  max-width: 100%;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c .shg-image-zoom,
.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01121116-c7a1-469b-9a16-8e4e7a08da9c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a0ee2205-04eb-4b4e-a3db-74510eb18cce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0ee2205-04eb-4b4e-a3db-74510eb18cce .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-127306ce-c37e-47f9-b3bf-4f5efe5299e4 {
  text-align: center;
}

#s-127306ce-c37e-47f9-b3bf-4f5efe5299e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-127306ce-c37e-47f9-b3bf-4f5efe5299e4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-127306ce-c37e-47f9-b3bf-4f5efe5299e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-af1459e4-cba0-4915-9479-ba40701a3898 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-af1459e4-cba0-4915-9479-ba40701a3898:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af1459e4-cba0-4915-9479-ba40701a3898:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af1459e4-cba0-4915-9479-ba40701a3898 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af1459e4-cba0-4915-9479-ba40701a3898.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af1459e4-cba0-4915-9479-ba40701a3898.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-af1459e4-cba0-4915-9479-ba40701a3898.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-30a1a570-926e-4ede-abdd-6bd4db0952ad {
  display: none;
}
#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 {
  text-align: left;
}


.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 {
  max-width: 100%;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 .shg-image-zoom,
.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 {
  max-width: 100%;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 .shg-image-zoom,
.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 {
  max-width: 100%;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 .shg-image-zoom,
.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 {
  max-width: 100%;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 .shg-image-zoom,
.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 {
  max-width: 100%;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 .shg-image-zoom,
.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db3741db-60a6-4a33-9685-69d25fdd5ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-efcf44b3-5ef1-4c3d-af59-9bf33f9beec2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efcf44b3-5ef1-4c3d-af59-9bf33f9beec2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9433b2f8-01d3-4a97-90c7-efb15ad6ffe9 {
  text-align: center;
}

#s-9433b2f8-01d3-4a97-90c7-efb15ad6ffe9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9433b2f8-01d3-4a97-90c7-efb15ad6ffe9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9433b2f8-01d3-4a97-90c7-efb15ad6ffe9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-301fbaf7-7b50-4761-b4fc-11fac543e600 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-301fbaf7-7b50-4761-b4fc-11fac543e600:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-301fbaf7-7b50-4761-b4fc-11fac543e600:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-301fbaf7-7b50-4761-b4fc-11fac543e600 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-301fbaf7-7b50-4761-b4fc-11fac543e600.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-301fbaf7-7b50-4761-b4fc-11fac543e600.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-301fbaf7-7b50-4761-b4fc-11fac543e600.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ab3c0021-7175-4e74-9811-0c1bc39154b1 {
  display: none;
}
#s-353dce98-664d-41c5-b689-a8b215c51ac1 {
  text-align: left;
}


.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 {
  max-width: 100%;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 .shg-image-zoom,
.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 {
  max-width: 100%;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 .shg-image-zoom,
.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 {
  max-width: 100%;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 .shg-image-zoom,
.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 {
  max-width: 100%;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 .shg-image-zoom,
.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 {
  max-width: 100%;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 .shg-image-zoom,
.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-353dce98-664d-41c5-b689-a8b215c51ac1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d4d8eff7-ce9a-40e0-b9c7-508fdb8e5f7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4d8eff7-ce9a-40e0-b9c7-508fdb8e5f7b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ae24eb7a-fd2f-4aaa-b0ea-bdae402022ea {
  text-align: center;
}

#s-ae24eb7a-fd2f-4aaa-b0ea-bdae402022ea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ae24eb7a-fd2f-4aaa-b0ea-bdae402022ea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ae24eb7a-fd2f-4aaa-b0ea-bdae402022ea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1ce16b8a-6683-4633-a0c3-e30cb4546919 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1ce16b8a-6683-4633-a0c3-e30cb4546919:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ce16b8a-6683-4633-a0c3-e30cb4546919:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ce16b8a-6683-4633-a0c3-e30cb4546919 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ce16b8a-6683-4633-a0c3-e30cb4546919.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ce16b8a-6683-4633-a0c3-e30cb4546919.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1ce16b8a-6683-4633-a0c3-e30cb4546919.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a5180ea0-b9f3-4ff7-a98e-91542fc97525 {
  display: none;
}
#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f {
  text-align: left;
}


.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f {
  max-width: 100%;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f .shg-image-zoom,
.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f {
  max-width: 100%;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f .shg-image-zoom,
.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f {
  max-width: 100%;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f .shg-image-zoom,
.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f {
  max-width: 100%;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f .shg-image-zoom,
.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f {
  max-width: 100%;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f .shg-image-zoom,
.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b221f3ba-2df3-4633-b44d-e31f408fdf0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5b508e4a-1c60-4f43-8434-b003dd7eb470 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b508e4a-1c60-4f43-8434-b003dd7eb470 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0630d35d-f9d7-4680-8506-57bed42c8922 {
  text-align: center;
}

#s-0630d35d-f9d7-4680-8506-57bed42c8922 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0630d35d-f9d7-4680-8506-57bed42c8922 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0630d35d-f9d7-4680-8506-57bed42c8922 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5dcc1fdb-1238-4237-8f9d-4cb50d64ac13 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5dcc1fdb-1238-4237-8f9d-4cb50d64ac13:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5dcc1fdb-1238-4237-8f9d-4cb50d64ac13:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5dcc1fdb-1238-4237-8f9d-4cb50d64ac13 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5dcc1fdb-1238-4237-8f9d-4cb50d64ac13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5dcc1fdb-1238-4237-8f9d-4cb50d64ac13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5dcc1fdb-1238-4237-8f9d-4cb50d64ac13.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-24e8e2bb-d0b0-443d-9088-2450d30a7232 {
  display: none;
}
#s-d0889394-bde5-4deb-b438-985e23759aed {
  margin-left: 21.7%;
margin-right: 21.7%;
text-align: left;
}


.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed {
  max-width: 100%;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed .shg-image-zoom,
.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed {
  max-width: 100%;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed .shg-image-zoom,
.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed {
  max-width: 100%;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed .shg-image-zoom,
.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed {
  max-width: 100%;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed .shg-image-zoom,
.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed {
  max-width: 100%;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed .shg-image-zoom,
.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0889394-bde5-4deb-b438-985e23759aed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a263f636-59cf-4414-999a-532038b216b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a263f636-59cf-4414-999a-532038b216b4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-11531473-f7e5-4ac3-90c1-7c6c902543fd {
  text-align: center;
}

#s-11531473-f7e5-4ac3-90c1-7c6c902543fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-11531473-f7e5-4ac3-90c1-7c6c902543fd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-11531473-f7e5-4ac3-90c1-7c6c902543fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c7e0fa1f-19a5-4a51-8a67-71b2d97fec4f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c7e0fa1f-19a5-4a51-8a67-71b2d97fec4f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7e0fa1f-19a5-4a51-8a67-71b2d97fec4f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7e0fa1f-19a5-4a51-8a67-71b2d97fec4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7e0fa1f-19a5-4a51-8a67-71b2d97fec4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7e0fa1f-19a5-4a51-8a67-71b2d97fec4f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7e0fa1f-19a5-4a51-8a67-71b2d97fec4f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-17168859-3d11-44d5-84fc-41997ebf7f71 {
  display: none;
}
#s-b729c102-dc9d-411a-8542-74bcdd8389eb {
  margin-left: 14%;
margin-right: 14%;
text-align: left;
}


.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb {
  max-width: 100%;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb .shg-image-zoom,
.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb {
  max-width: 100%;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb .shg-image-zoom,
.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb {
  max-width: 100%;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb .shg-image-zoom,
.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb {
  max-width: 100%;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb .shg-image-zoom,
.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb {
  max-width: 100%;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb .shg-image-zoom,
.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b729c102-dc9d-411a-8542-74bcdd8389eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5cf2bd2a-1acb-4ab7-9b2a-22528838be13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5cf2bd2a-1acb-4ab7-9b2a-22528838be13 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-76937c86-a9d0-40df-8976-30733c1b43fd {
  text-align: center;
}

#s-76937c86-a9d0-40df-8976-30733c1b43fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-76937c86-a9d0-40df-8976-30733c1b43fd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-76937c86-a9d0-40df-8976-30733c1b43fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eabe2a3b-976d-4713-b47c-fcd0d85fb7ad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-eabe2a3b-976d-4713-b47c-fcd0d85fb7ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eabe2a3b-976d-4713-b47c-fcd0d85fb7ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eabe2a3b-976d-4713-b47c-fcd0d85fb7ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eabe2a3b-976d-4713-b47c-fcd0d85fb7ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eabe2a3b-976d-4713-b47c-fcd0d85fb7ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eabe2a3b-976d-4713-b47c-fcd0d85fb7ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-59c88120-bd2a-421f-b5d0-2de22c6b4949 {
  display: none;
}
#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa {
  padding-left: 14%;
padding-right: 14%;
text-align: left;
}


.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa {
  max-width: 100%;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa .shg-image-zoom,
.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa {
  max-width: 100%;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa .shg-image-zoom,
.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa {
  max-width: 100%;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa .shg-image-zoom,
.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa {
  max-width: 100%;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa .shg-image-zoom,
.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa {
  max-width: 100%;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa .shg-image-zoom,
.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7c8608c-a426-4a68-8acb-f5a82cfd1cfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-99c20296-93ae-4dd8-a85a-17e838492b76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99c20296-93ae-4dd8-a85a-17e838492b76 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f44caf49-8f28-460d-88bf-47d4adc80d8d {
  text-align: center;
}

#s-f44caf49-8f28-460d-88bf-47d4adc80d8d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f44caf49-8f28-460d-88bf-47d4adc80d8d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f44caf49-8f28-460d-88bf-47d4adc80d8d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b2ac8282-dd00-46b5-8168-364022220948 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b2ac8282-dd00-46b5-8168-364022220948:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2ac8282-dd00-46b5-8168-364022220948:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b2ac8282-dd00-46b5-8168-364022220948 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2ac8282-dd00-46b5-8168-364022220948.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2ac8282-dd00-46b5-8168-364022220948.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b2ac8282-dd00-46b5-8168-364022220948.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5e234662-261d-42da-a9e0-55c9b2113f0a {
  display: none;
}
#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 {
  margin-left: 14%;
margin-right: 14%;
text-align: left;
}


.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 {
  max-width: 100%;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 .shg-image-zoom,
.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 {
  max-width: 100%;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 .shg-image-zoom,
.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 {
  max-width: 100%;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 .shg-image-zoom,
.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 {
  max-width: 100%;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 .shg-image-zoom,
.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 {
  max-width: 100%;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 .shg-image-zoom,
.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35001a8b-5ff1-4da5-be74-ad88c9b26f12 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5d6941fc-2f51-4b57-a54b-f4e1e262c7ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d6941fc-2f51-4b57-a54b-f4e1e262c7ab .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0f519b37-b1f6-4e91-b378-5ca7b59ae1be {
  text-align: center;
}

#s-0f519b37-b1f6-4e91-b378-5ca7b59ae1be .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0f519b37-b1f6-4e91-b378-5ca7b59ae1be .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0f519b37-b1f6-4e91-b378-5ca7b59ae1be .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cb7a286b-e83d-416c-ae98-c8ca22bd2730 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cb7a286b-e83d-416c-ae98-c8ca22bd2730:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb7a286b-e83d-416c-ae98-c8ca22bd2730:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb7a286b-e83d-416c-ae98-c8ca22bd2730 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb7a286b-e83d-416c-ae98-c8ca22bd2730.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb7a286b-e83d-416c-ae98-c8ca22bd2730.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cb7a286b-e83d-416c-ae98-c8ca22bd2730.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-64b557d6-81da-45a7-8c5b-fae121dcd302 {
  display: none;
}
#s-c49160f8-8cd8-4516-a460-b97b7a00a50a {
  margin-left: 3%;
margin-right: 3%;
text-align: left;
}


.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a {
  max-width: 100%;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a .shg-image-zoom,
.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a {
  max-width: 100%;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a .shg-image-zoom,
.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a {
  max-width: 100%;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a .shg-image-zoom,
.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a {
  max-width: 100%;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a .shg-image-zoom,
.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a {
  max-width: 100%;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a .shg-image-zoom,
.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c49160f8-8cd8-4516-a460-b97b7a00a50a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8c891350-fc36-424e-bf5f-7863857ba7eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c891350-fc36-424e-bf5f-7863857ba7eb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2cf0b28a-986b-4d54-ae5f-98e62ac8a5c7 {
  text-align: center;
}

#s-2cf0b28a-986b-4d54-ae5f-98e62ac8a5c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2cf0b28a-986b-4d54-ae5f-98e62ac8a5c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2cf0b28a-986b-4d54-ae5f-98e62ac8a5c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a8fd57fa-d288-42c7-a6ec-fe5048722c24 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a8fd57fa-d288-42c7-a6ec-fe5048722c24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8fd57fa-d288-42c7-a6ec-fe5048722c24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a8fd57fa-d288-42c7-a6ec-fe5048722c24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a8fd57fa-d288-42c7-a6ec-fe5048722c24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a8fd57fa-d288-42c7-a6ec-fe5048722c24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a8fd57fa-d288-42c7-a6ec-fe5048722c24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e0b0ddf8-d24b-4238-b841-a154f81928f8 {
  display: none;
}
#s-d3614215-de9b-4865-b80a-4b3ae0039bbf {
  margin-left: 14%;
margin-right: 14%;
text-align: left;
}


.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf {
  max-width: 100%;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf .shg-image-zoom,
.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf {
  max-width: 100%;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf .shg-image-zoom,
.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf {
  max-width: 100%;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf .shg-image-zoom,
.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf {
  max-width: 100%;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf .shg-image-zoom,
.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf {
  max-width: 100%;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf .shg-image-zoom,
.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3614215-de9b-4865-b80a-4b3ae0039bbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7bcdddc0-97c1-441b-a69a-a518dc603719 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bcdddc0-97c1-441b-a69a-a518dc603719 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-968a5ba1-9a76-46d0-8ae4-77cdf79b45eb {
  text-align: center;
}

#s-968a5ba1-9a76-46d0-8ae4-77cdf79b45eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-968a5ba1-9a76-46d0-8ae4-77cdf79b45eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-968a5ba1-9a76-46d0-8ae4-77cdf79b45eb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b6e85826-f24f-4608-b257-e5f9c89129b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b6e85826-f24f-4608-b257-e5f9c89129b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6e85826-f24f-4608-b257-e5f9c89129b6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6e85826-f24f-4608-b257-e5f9c89129b6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6e85826-f24f-4608-b257-e5f9c89129b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6e85826-f24f-4608-b257-e5f9c89129b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b6e85826-f24f-4608-b257-e5f9c89129b6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e64f5e53-5fe4-458b-81ad-b7650a51de40 {
  display: none;
}
#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a {
  margin-left: 14%;
margin-right: 14%;
text-align: left;
}


.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a {
  max-width: 100%;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a .shg-image-zoom,
.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a {
  max-width: 100%;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a .shg-image-zoom,
.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a {
  max-width: 100%;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a .shg-image-zoom,
.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a {
  max-width: 100%;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a .shg-image-zoom,
.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a {
  max-width: 100%;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a .shg-image-zoom,
.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41ba2d79-4912-4dbd-a996-78ee3f9d928a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3e69c995-8217-44b5-81da-d7f6ea735f32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e69c995-8217-44b5-81da-d7f6ea735f32 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0a346cb5-93af-4326-bb53-f1de6c54414c {
  text-align: center;
}

#s-0a346cb5-93af-4326-bb53-f1de6c54414c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0a346cb5-93af-4326-bb53-f1de6c54414c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0a346cb5-93af-4326-bb53-f1de6c54414c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f8fd808e-caf3-48fe-bb28-8b302f875a87 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f8fd808e-caf3-48fe-bb28-8b302f875a87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f8fd808e-caf3-48fe-bb28-8b302f875a87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f8fd808e-caf3-48fe-bb28-8b302f875a87 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8fd808e-caf3-48fe-bb28-8b302f875a87.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8fd808e-caf3-48fe-bb28-8b302f875a87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f8fd808e-caf3-48fe-bb28-8b302f875a87.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-21f80aab-9af5-4bd9-af71-ccd56a47bc2c {
  display: none;
}
#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba {
  margin-left: 14%;
margin-right: 14%;
text-align: left;
}


.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba {
  max-width: 100%;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba .shg-image-zoom,
.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba {
  max-width: 100%;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba .shg-image-zoom,
.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba {
  max-width: 100%;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba .shg-image-zoom,
.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba {
  max-width: 100%;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba .shg-image-zoom,
.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba {
  max-width: 100%;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba .shg-image-zoom,
.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7ef607e-7c45-481a-a46a-5a1d9bded9ba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-edf96214-7e74-4cdb-a81f-3eaaf86e1f7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edf96214-7e74-4cdb-a81f-3eaaf86e1f7a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d69b99e5-0c36-42f2-ba52-73493f91ade0 {
  text-align: center;
}

#s-d69b99e5-0c36-42f2-ba52-73493f91ade0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d69b99e5-0c36-42f2-ba52-73493f91ade0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d69b99e5-0c36-42f2-ba52-73493f91ade0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7b03af94-3660-48d0-bcac-92b19547d179 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7b03af94-3660-48d0-bcac-92b19547d179:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b03af94-3660-48d0-bcac-92b19547d179:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7b03af94-3660-48d0-bcac-92b19547d179 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b03af94-3660-48d0-bcac-92b19547d179.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b03af94-3660-48d0-bcac-92b19547d179.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7b03af94-3660-48d0-bcac-92b19547d179.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ab7513a-5406-498d-8658-2dcb8ea122ae {
  display: none;
}
#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 {
  margin-left: 14%;
margin-right: 14%;
text-align: left;
}


.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 {
  max-width: 100%;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 .shg-image-zoom,
.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 {
  max-width: 100%;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 .shg-image-zoom,
.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 {
  max-width: 100%;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 .shg-image-zoom,
.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 {
  max-width: 100%;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 .shg-image-zoom,
.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 {
  max-width: 100%;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 .shg-image-zoom,
.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6ebc8e1-d0be-485f-8502-0ff8780cb634 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2c4c7424-90da-488e-80ec-bbf945a1a33f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c4c7424-90da-488e-80ec-bbf945a1a33f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-da1e442d-1d00-4a63-8565-519f598e3358 {
  text-align: center;
}

#s-da1e442d-1d00-4a63-8565-519f598e3358 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-da1e442d-1d00-4a63-8565-519f598e3358 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-da1e442d-1d00-4a63-8565-519f598e3358 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2fa1fe4d-a33c-4bcb-b8fc-a3c8db957b4d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2fa1fe4d-a33c-4bcb-b8fc-a3c8db957b4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2fa1fe4d-a33c-4bcb-b8fc-a3c8db957b4d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2fa1fe4d-a33c-4bcb-b8fc-a3c8db957b4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fa1fe4d-a33c-4bcb-b8fc-a3c8db957b4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa1fe4d-a33c-4bcb-b8fc-a3c8db957b4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2fa1fe4d-a33c-4bcb-b8fc-a3c8db957b4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-539b8a26-5930-4ab3-9407-0794313bcda1 {
  display: none;
}
#s-28401981-08ca-4ced-b81f-354c0c113a90 {
  margin-left: 14%;
margin-right: 14%;
text-align: left;
}


.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 {
  max-width: 100%;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 .shg-image-zoom,
.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 {
  max-width: 100%;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 .shg-image-zoom,
.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 {
  max-width: 100%;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 .shg-image-zoom,
.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 {
  max-width: 100%;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 .shg-image-zoom,
.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 {
  max-width: 100%;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 .shg-image-zoom,
.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28401981-08ca-4ced-b81f-354c0c113a90 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1cac564c-6987-4fe9-8226-f8d310239e41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cac564c-6987-4fe9-8226-f8d310239e41 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6fc37a90-39b5-4c37-93ee-03cdf19aeb7e {
  text-align: center;
}

#s-6fc37a90-39b5-4c37-93ee-03cdf19aeb7e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6fc37a90-39b5-4c37-93ee-03cdf19aeb7e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6fc37a90-39b5-4c37-93ee-03cdf19aeb7e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c63eecd8-7b5b-4611-986a-87b5e4c9ce6a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c63eecd8-7b5b-4611-986a-87b5e4c9ce6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c63eecd8-7b5b-4611-986a-87b5e4c9ce6a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c63eecd8-7b5b-4611-986a-87b5e4c9ce6a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c63eecd8-7b5b-4611-986a-87b5e4c9ce6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c63eecd8-7b5b-4611-986a-87b5e4c9ce6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c63eecd8-7b5b-4611-986a-87b5e4c9ce6a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-58a8125b-8872-4ef4-aad8-8aba1cd78388 {
  display: none;
}
#s-40297411-0360-4674-958a-af9f84abcdaf {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
text-align: left;
}


.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf {
  max-width: 100%;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf .shg-image-zoom,
.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf img.shogun-image {
  max-width:  !important;
  min-height: 1px !important;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf {
  max-width: 100%;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf .shg-image-zoom,
.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf img.shogun-image {
  max-width:  !important;
  min-height: 1px !important;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf {
  max-width: 100%;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf .shg-image-zoom,
.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf img.shogun-image {
  max-width:  !important;
  min-height: 1px !important;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf {
  max-width: 100%;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf .shg-image-zoom,
.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf img.shogun-image {
  max-width:  !important;
  min-height: 1px !important;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf {
  max-width: 100%;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf .shg-image-zoom,
.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf img.shogun-image {
  max-width:  !important;
  min-height: 1px !important;
}

.shg-c#s-40297411-0360-4674-958a-af9f84abcdaf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bdd53447-9163-4a88-90b6-e6a672a0199a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdd53447-9163-4a88-90b6-e6a672a0199a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6f6ec91e-65a0-4b9c-8ef0-475a1045cec1 {
  text-align: center;
}

#s-6f6ec91e-65a0-4b9c-8ef0-475a1045cec1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6f6ec91e-65a0-4b9c-8ef0-475a1045cec1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6f6ec91e-65a0-4b9c-8ef0-475a1045cec1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5f121193-8f8c-4036-8068-f97ebce6ee99 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5f121193-8f8c-4036-8068-f97ebce6ee99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f121193-8f8c-4036-8068-f97ebce6ee99:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f121193-8f8c-4036-8068-f97ebce6ee99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f121193-8f8c-4036-8068-f97ebce6ee99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f121193-8f8c-4036-8068-f97ebce6ee99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5f121193-8f8c-4036-8068-f97ebce6ee99.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d97d9ebc-3eb5-4b31-8b7f-e6eed25a1734 {
  display: none;
}
#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 {
  padding-left: 14%;
padding-right: 14%;
text-align: left;
}


.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 {
  max-width: 100%;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 .shg-image-zoom,
.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 {
  max-width: 100%;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 .shg-image-zoom,
.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 {
  max-width: 100%;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 .shg-image-zoom,
.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 {
  max-width: 100%;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 .shg-image-zoom,
.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 {
  max-width: 100%;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 .shg-image-zoom,
.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e7e30df-b954-4d16-bb86-b570c2c93c09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-98bde9c3-f954-42e5-bb53-3dc0505d5bba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98bde9c3-f954-42e5-bb53-3dc0505d5bba .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-468c8ed8-5971-43de-8a54-c21f070aa0ed {
  text-align: center;
}

#s-468c8ed8-5971-43de-8a54-c21f070aa0ed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-468c8ed8-5971-43de-8a54-c21f070aa0ed .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-468c8ed8-5971-43de-8a54-c21f070aa0ed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-be70d7bf-a088-45e6-939e-4f2b95fbe732 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-be70d7bf-a088-45e6-939e-4f2b95fbe732:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-be70d7bf-a088-45e6-939e-4f2b95fbe732:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-be70d7bf-a088-45e6-939e-4f2b95fbe732 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be70d7bf-a088-45e6-939e-4f2b95fbe732.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be70d7bf-a088-45e6-939e-4f2b95fbe732.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-be70d7bf-a088-45e6-939e-4f2b95fbe732.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2d2ae274-48bf-4335-808f-71caa6668de0 {
  display: none;
}
#s-77790308-2e21-48a6-8930-43baace579d2 {
  margin-left: 14%;
margin-right: 14%;
text-align: left;
}


.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 {
  max-width: 100%;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 .shg-image-zoom,
.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 {
  max-width: 100%;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 .shg-image-zoom,
.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 {
  max-width: 100%;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 .shg-image-zoom,
.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 {
  max-width: 100%;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 .shg-image-zoom,
.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 {
  max-width: 100%;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 .shg-image-zoom,
.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77790308-2e21-48a6-8930-43baace579d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bc9b07ad-2c9d-4d8d-bb20-d6507f57c63b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc9b07ad-2c9d-4d8d-bb20-d6507f57c63b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b958b8ef-6f0c-4dfa-aab6-d4435ce4d871 {
  text-align: center;
}

#s-b958b8ef-6f0c-4dfa-aab6-d4435ce4d871 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b958b8ef-6f0c-4dfa-aab6-d4435ce4d871 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b958b8ef-6f0c-4dfa-aab6-d4435ce4d871 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ec5ade71-1583-4791-9c8a-6e2e7d185fd2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ec5ade71-1583-4791-9c8a-6e2e7d185fd2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec5ade71-1583-4791-9c8a-6e2e7d185fd2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec5ade71-1583-4791-9c8a-6e2e7d185fd2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec5ade71-1583-4791-9c8a-6e2e7d185fd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec5ade71-1583-4791-9c8a-6e2e7d185fd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ec5ade71-1583-4791-9c8a-6e2e7d185fd2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4bcec41e-2a45-4fd1-abbc-9eaefad31bfc {
  min-height: 50px;
}








#s-4bcec41e-2a45-4fd1-abbc-9eaefad31bfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bcec41e-2a45-4fd1-abbc-9eaefad31bfc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c41d8c9-e922-4985-bb34-aba47cc77843"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-52f765bf-3a2e-48a0-a85f-a92944ee1b3e {
  text-align: center;
}




  #s-52f765bf-3a2e-48a0-a85f-a92944ee1b3e img.shogun-image {
    
    width: px;
  }


#s-52f765bf-3a2e-48a0-a85f-a92944ee1b3e .shogun-image-content {
  
    align-items: center;
  
}

#s-0bf71e4f-8f8e-47b4-8dd8-acc4812ef554 {
  text-align: center;
}




  #s-0bf71e4f-8f8e-47b4-8dd8-acc4812ef554 img.shogun-image {
    
    width: px;
  }


#s-0bf71e4f-8f8e-47b4-8dd8-acc4812ef554 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4db83ef-868f-4489-9115-f05097b2158e {
  text-align: center;
}




  #s-f4db83ef-868f-4489-9115-f05097b2158e img.shogun-image {
    
    width: px;
  }


#s-f4db83ef-868f-4489-9115-f05097b2158e .shogun-image-content {
  
    align-items: center;
  
}

#s-30bbf4df-63eb-4252-a978-9865965872cd {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-30bbf4df-63eb-4252-a978-9865965872cd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-69f351ff-5d1e-4ac4-89e5-ea8d48c06977 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9d34ee5-1377-475a-988e-f159a3f90ea5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-175abf03-632f-4ac3-a096-0be73ccc3e0b {
  text-align: center;
}




  #s-175abf03-632f-4ac3-a096-0be73ccc3e0b img.shogun-image {
    
    width: px;
  }


#s-175abf03-632f-4ac3-a096-0be73ccc3e0b .shogun-image-content {
  
    align-items: center;
  
}

#s-45e2c3f7-9f07-417e-9cbe-13a046792b8d {
  min-height: 50px;
}








#s-45e2c3f7-9f07-417e-9cbe-13a046792b8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45e2c3f7-9f07-417e-9cbe-13a046792b8d.shg-box.shg-c {
  justify-content: center;
}

#s-41ee4ae0-2ba9-4e37-94d1-a95316832206 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-41ee4ae0-2ba9-4e37-94d1-a95316832206 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-41ee4ae0-2ba9-4e37-94d1-a95316832206 .shg-sld-nav-button.shg-sld-left,
#s-41ee4ae0-2ba9-4e37-94d1-a95316832206 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f1c8a4f6-0a14-451a-b5bc-7cb741540bb5 {
  display: none;
}
#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 {
  text-align: left;
}


.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 {
  max-width: 100%;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 .shg-image-zoom,
.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 {
  max-width: 100%;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 .shg-image-zoom,
.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 {
  max-width: 100%;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 .shg-image-zoom,
.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 {
  max-width: 100%;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 .shg-image-zoom,
.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 {
  max-width: 100%;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 .shg-image-zoom,
.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90866a47-ac0b-4be4-b985-36b19fc2f2e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f4271f38-f559-4aa7-a547-a483997725b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4271f38-f559-4aa7-a547-a483997725b7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8799d707-b62f-4610-a746-6aa52ff01a5b {
  text-align: center;
}

#s-8799d707-b62f-4610-a746-6aa52ff01a5b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8799d707-b62f-4610-a746-6aa52ff01a5b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8799d707-b62f-4610-a746-6aa52ff01a5b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ed4374b1-4a4a-4dc1-8811-60f097e709cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ed4374b1-4a4a-4dc1-8811-60f097e709cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed4374b1-4a4a-4dc1-8811-60f097e709cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed4374b1-4a4a-4dc1-8811-60f097e709cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed4374b1-4a4a-4dc1-8811-60f097e709cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed4374b1-4a4a-4dc1-8811-60f097e709cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed4374b1-4a4a-4dc1-8811-60f097e709cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d973f7fc-9301-498a-8c4b-7d8d1f5b0740 {
  display: none;
}
#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 {
  text-align: left;
}


.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 {
  max-width: 100%;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 .shg-image-zoom,
.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 {
  max-width: 100%;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 .shg-image-zoom,
.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 {
  max-width: 100%;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 .shg-image-zoom,
.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 {
  max-width: 100%;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 .shg-image-zoom,
.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 {
  max-width: 100%;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 .shg-image-zoom,
.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf9a48ac-fed1-466e-86b8-3bc76f375e51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-16e85125-4be2-44b6-b992-f86b015ef54e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16e85125-4be2-44b6-b992-f86b015ef54e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3f3916dc-0c03-4582-a3e1-f2e244e75701 {
  text-align: center;
}

#s-3f3916dc-0c03-4582-a3e1-f2e244e75701 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3f3916dc-0c03-4582-a3e1-f2e244e75701 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3f3916dc-0c03-4582-a3e1-f2e244e75701 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-586c0510-3e1e-4385-8dcc-bf833b45fc38 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-586c0510-3e1e-4385-8dcc-bf833b45fc38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-586c0510-3e1e-4385-8dcc-bf833b45fc38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-586c0510-3e1e-4385-8dcc-bf833b45fc38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-586c0510-3e1e-4385-8dcc-bf833b45fc38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-586c0510-3e1e-4385-8dcc-bf833b45fc38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-586c0510-3e1e-4385-8dcc-bf833b45fc38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-34a714c2-9121-4873-ba96-86599f14d67c {
  display: none;
}
#s-284e0762-4eed-4409-b325-33b85e9653ae {
  text-align: left;
}


.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae {
  max-width: 100%;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae .shg-image-zoom,
.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae {
  max-width: 100%;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae .shg-image-zoom,
.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae {
  max-width: 100%;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae .shg-image-zoom,
.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae {
  max-width: 100%;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae .shg-image-zoom,
.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae {
  max-width: 100%;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae .shg-image-zoom,
.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-284e0762-4eed-4409-b325-33b85e9653ae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-abdd5807-c0ea-41db-85d8-a45de209330e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abdd5807-c0ea-41db-85d8-a45de209330e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2e1f430f-d2f0-428e-a972-a782f596fd7a {
  text-align: center;
}

#s-2e1f430f-d2f0-428e-a972-a782f596fd7a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2e1f430f-d2f0-428e-a972-a782f596fd7a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2e1f430f-d2f0-428e-a972-a782f596fd7a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b5b64055-8a64-41c9-ad07-ef259f951e7f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b5b64055-8a64-41c9-ad07-ef259f951e7f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b5b64055-8a64-41c9-ad07-ef259f951e7f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b5b64055-8a64-41c9-ad07-ef259f951e7f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5b64055-8a64-41c9-ad07-ef259f951e7f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5b64055-8a64-41c9-ad07-ef259f951e7f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5b64055-8a64-41c9-ad07-ef259f951e7f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2232cd9d-da9e-422f-b3a9-8beac8e791ba {
  display: none;
}
#s-a2eb49ae-04dc-4824-9e15-2b0453049827 {
  text-align: left;
}


.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 {
  max-width: 100%;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 .shg-image-zoom,
.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 {
  max-width: 100%;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 .shg-image-zoom,
.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 {
  max-width: 100%;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 .shg-image-zoom,
.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 {
  max-width: 100%;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 .shg-image-zoom,
.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 {
  max-width: 100%;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 .shg-image-zoom,
.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2eb49ae-04dc-4824-9e15-2b0453049827 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d843bb95-f20a-4d1a-a63d-04365d6cdb58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d843bb95-f20a-4d1a-a63d-04365d6cdb58 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-da52aa36-5e1f-4629-86a9-71c87b849927 {
  text-align: center;
}

#s-da52aa36-5e1f-4629-86a9-71c87b849927 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-da52aa36-5e1f-4629-86a9-71c87b849927 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-da52aa36-5e1f-4629-86a9-71c87b849927 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-048f41ce-ad39-4300-a179-28d6707ad633 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-048f41ce-ad39-4300-a179-28d6707ad633:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-048f41ce-ad39-4300-a179-28d6707ad633:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-048f41ce-ad39-4300-a179-28d6707ad633 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-048f41ce-ad39-4300-a179-28d6707ad633.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-048f41ce-ad39-4300-a179-28d6707ad633.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-048f41ce-ad39-4300-a179-28d6707ad633.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-05f4b77b-98bb-4219-99b9-dc0eabcd5382 {
  padding-top: 17px;
padding-bottom: 17px;
text-align: center;
}

#s-05f4b77b-98bb-4219-99b9-dc0eabcd5382 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0bd7d45f-941f-47c9-b57c-fcfa67b20454 {
  min-height: 50px;
}








#s-0bd7d45f-941f-47c9-b57c-fcfa67b20454 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bd7d45f-941f-47c9-b57c-fcfa67b20454.shg-box.shg-c {
  justify-content: center;
}

#s-d72f0ed0-d641-450f-9981-60d0c6679a79 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d72f0ed0-d641-450f-9981-60d0c6679a79 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d72f0ed0-d641-450f-9981-60d0c6679a79 .shg-sld-nav-button.shg-sld-left,
#s-d72f0ed0-d641-450f-9981-60d0c6679a79 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-bc4e15a0-6a87-460e-a30b-47fac9a1efc7 {
  display: none;
}
#s-be7e42c9-f48f-4870-af32-0f132494c07f {
  text-align: left;
}


.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f {
  max-width: 100%;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f .shg-image-zoom,
.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f {
  max-width: 100%;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f .shg-image-zoom,
.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f {
  max-width: 100%;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f .shg-image-zoom,
.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f {
  max-width: 100%;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f .shg-image-zoom,
.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f {
  max-width: 100%;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f .shg-image-zoom,
.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be7e42c9-f48f-4870-af32-0f132494c07f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e6a7130f-6ace-4c29-93d0-9be8d14917dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6a7130f-6ace-4c29-93d0-9be8d14917dc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-20b7c716-94d1-45d9-99fa-e4ed4d80721a {
  text-align: center;
}

#s-20b7c716-94d1-45d9-99fa-e4ed4d80721a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-20b7c716-94d1-45d9-99fa-e4ed4d80721a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-20b7c716-94d1-45d9-99fa-e4ed4d80721a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9402275e-84c9-4e64-bebf-aa981e7b420a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9402275e-84c9-4e64-bebf-aa981e7b420a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9402275e-84c9-4e64-bebf-aa981e7b420a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9402275e-84c9-4e64-bebf-aa981e7b420a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9402275e-84c9-4e64-bebf-aa981e7b420a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9402275e-84c9-4e64-bebf-aa981e7b420a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9402275e-84c9-4e64-bebf-aa981e7b420a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8628d862-3219-4ba8-8833-753c9cba35b9 {
  display: none;
}
#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 {
  text-align: left;
}


.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 {
  max-width: 100%;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 .shg-image-zoom,
.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 {
  max-width: 100%;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 .shg-image-zoom,
.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 {
  max-width: 100%;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 .shg-image-zoom,
.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 {
  max-width: 100%;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 .shg-image-zoom,
.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 {
  max-width: 100%;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 .shg-image-zoom,
.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a466a45-2738-4334-a0b4-9a98f0f14ab3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5c56bea6-cd27-4b51-a524-5bdd0a9c4ee4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c56bea6-cd27-4b51-a524-5bdd0a9c4ee4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9909d0f1-339a-45fb-a33f-7570f898009b {
  text-align: center;
}

#s-9909d0f1-339a-45fb-a33f-7570f898009b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9909d0f1-339a-45fb-a33f-7570f898009b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9909d0f1-339a-45fb-a33f-7570f898009b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3ec3ff91-3f1d-4f0b-99ba-d0a22b72efc1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3ec3ff91-3f1d-4f0b-99ba-d0a22b72efc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ec3ff91-3f1d-4f0b-99ba-d0a22b72efc1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ec3ff91-3f1d-4f0b-99ba-d0a22b72efc1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ec3ff91-3f1d-4f0b-99ba-d0a22b72efc1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ec3ff91-3f1d-4f0b-99ba-d0a22b72efc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ec3ff91-3f1d-4f0b-99ba-d0a22b72efc1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-041e1a3f-db09-452d-bc98-03982d8369b0 {
  display: none;
}
#s-c6de94de-52b9-4825-857c-3fd71129bd3b {
  text-align: left;
}


.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b {
  max-width: 100%;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b .shg-image-zoom,
.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b {
  max-width: 100%;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b .shg-image-zoom,
.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b {
  max-width: 100%;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b .shg-image-zoom,
.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b {
  max-width: 100%;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b .shg-image-zoom,
.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b {
  max-width: 100%;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b .shg-image-zoom,
.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6de94de-52b9-4825-857c-3fd71129bd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cbede542-ddd3-4cdc-98c7-322729810cc5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbede542-ddd3-4cdc-98c7-322729810cc5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b62cdde1-2965-4e33-8d09-5dd2c9c284c4 {
  text-align: center;
}

#s-b62cdde1-2965-4e33-8d09-5dd2c9c284c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b62cdde1-2965-4e33-8d09-5dd2c9c284c4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b62cdde1-2965-4e33-8d09-5dd2c9c284c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4785970f-4729-433b-a853-84ee337f4db3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4785970f-4729-433b-a853-84ee337f4db3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4785970f-4729-433b-a853-84ee337f4db3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4785970f-4729-433b-a853-84ee337f4db3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4785970f-4729-433b-a853-84ee337f4db3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4785970f-4729-433b-a853-84ee337f4db3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4785970f-4729-433b-a853-84ee337f4db3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-575ebce6-f372-4b52-b1ed-bf6c639ca727 {
  display: none;
}
#s-6350ee7c-a82b-40b3-8aa3-58d86646571d {
  text-align: left;
}


.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d {
  max-width: 100%;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d .shg-image-zoom,
.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d {
  max-width: 100%;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d .shg-image-zoom,
.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d {
  max-width: 100%;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d .shg-image-zoom,
.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d {
  max-width: 100%;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d .shg-image-zoom,
.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d {
  max-width: 100%;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d .shg-image-zoom,
.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6350ee7c-a82b-40b3-8aa3-58d86646571d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-16514ffa-2549-4e4b-bfc8-00b7c4905c13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16514ffa-2549-4e4b-bfc8-00b7c4905c13 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e0cec9fb-b3e5-44cf-bd99-43713e902933 {
  text-align: center;
}

#s-e0cec9fb-b3e5-44cf-bd99-43713e902933 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e0cec9fb-b3e5-44cf-bd99-43713e902933 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e0cec9fb-b3e5-44cf-bd99-43713e902933 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6238a3e1-c029-464b-87d7-1199ac0a4d2f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6238a3e1-c029-464b-87d7-1199ac0a4d2f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6238a3e1-c029-464b-87d7-1199ac0a4d2f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6238a3e1-c029-464b-87d7-1199ac0a4d2f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6238a3e1-c029-464b-87d7-1199ac0a4d2f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6238a3e1-c029-464b-87d7-1199ac0a4d2f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6238a3e1-c029-464b-87d7-1199ac0a4d2f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4cd1c227-3f2b-4f47-8227-b427b3f0885e {
  display: none;
}
#s-f9b76071-eafa-4150-9d62-8b2740373434 {
  text-align: left;
}


.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 {
  max-width: 100%;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 .shg-image-zoom,
.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 {
  max-width: 100%;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 .shg-image-zoom,
.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 {
  max-width: 100%;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 .shg-image-zoom,
.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 {
  max-width: 100%;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 .shg-image-zoom,
.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 {
  max-width: 100%;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 .shg-image-zoom,
.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9b76071-eafa-4150-9d62-8b2740373434 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-da8baf53-a41b-4202-9351-7a46d9332935 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da8baf53-a41b-4202-9351-7a46d9332935 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-52f786e4-72fe-4a46-873c-b214f7f5b26a {
  text-align: center;
}

#s-52f786e4-72fe-4a46-873c-b214f7f5b26a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-52f786e4-72fe-4a46-873c-b214f7f5b26a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-52f786e4-72fe-4a46-873c-b214f7f5b26a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c41aeb58-e6f6-482d-97c2-ee198ebddd62 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c41aeb58-e6f6-482d-97c2-ee198ebddd62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c41aeb58-e6f6-482d-97c2-ee198ebddd62:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c41aeb58-e6f6-482d-97c2-ee198ebddd62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c41aeb58-e6f6-482d-97c2-ee198ebddd62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c41aeb58-e6f6-482d-97c2-ee198ebddd62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c41aeb58-e6f6-482d-97c2-ee198ebddd62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3a4b58f9-e7f2-4f09-8e3d-e2cb33de4bfa {
  padding-top: 17px;
padding-bottom: 17px;
text-align: center;
}

#s-3a4b58f9-e7f2-4f09-8e3d-e2cb33de4bfa .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e7779036-b808-4f54-bc04-f74bd4549bc3 {
  min-height: 50px;
}








#s-e7779036-b808-4f54-bc04-f74bd4549bc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7779036-b808-4f54-bc04-f74bd4549bc3.shg-box.shg-c {
  justify-content: center;
}

#s-b31c2474-d15f-48b4-98aa-e280028dbe1b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b31c2474-d15f-48b4-98aa-e280028dbe1b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b31c2474-d15f-48b4-98aa-e280028dbe1b .shg-sld-nav-button.shg-sld-left,
#s-b31c2474-d15f-48b4-98aa-e280028dbe1b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3c0e9f49-0fa2-44fb-bc36-b5a7ded60173 {
  display: none;
}
#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 {
  text-align: left;
}


.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 {
  max-width: 100%;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 .shg-image-zoom,
.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 {
  max-width: 100%;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 .shg-image-zoom,
.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 {
  max-width: 100%;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 .shg-image-zoom,
.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 {
  max-width: 100%;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 .shg-image-zoom,
.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 {
  max-width: 100%;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 .shg-image-zoom,
.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7a656074-1a9b-4b14-a39b-f303bba2fb01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bbcdd2ca-40b1-42b7-a07e-d6ab74de6d6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbcdd2ca-40b1-42b7-a07e-d6ab74de6d6c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-498fe50f-808b-4f77-b485-be4a236339a7 {
  text-align: center;
}

#s-498fe50f-808b-4f77-b485-be4a236339a7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-498fe50f-808b-4f77-b485-be4a236339a7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-498fe50f-808b-4f77-b485-be4a236339a7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c750b3b-57d5-41ce-a9c4-338757cb429e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7c750b3b-57d5-41ce-a9c4-338757cb429e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c750b3b-57d5-41ce-a9c4-338757cb429e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c750b3b-57d5-41ce-a9c4-338757cb429e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c750b3b-57d5-41ce-a9c4-338757cb429e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c750b3b-57d5-41ce-a9c4-338757cb429e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c750b3b-57d5-41ce-a9c4-338757cb429e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d1d324a5-8f5d-4961-9ba1-833ba2090fc3 {
  display: none;
}
#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 {
  text-align: left;
}


.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 {
  max-width: 100%;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 .shg-image-zoom,
.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 {
  max-width: 100%;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 .shg-image-zoom,
.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 {
  max-width: 100%;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 .shg-image-zoom,
.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 {
  max-width: 100%;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 .shg-image-zoom,
.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 {
  max-width: 100%;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 .shg-image-zoom,
.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49ad7262-6459-4b42-9ee3-2b23c67bb127 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fe1cfd97-311c-40aa-ba08-5fd2303ed894 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe1cfd97-311c-40aa-ba08-5fd2303ed894 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ea2852f8-efe4-4f11-a1e4-dc772c5a7699 {
  text-align: center;
}

#s-ea2852f8-efe4-4f11-a1e4-dc772c5a7699 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ea2852f8-efe4-4f11-a1e4-dc772c5a7699 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ea2852f8-efe4-4f11-a1e4-dc772c5a7699 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4a57e00e-02aa-41bc-80bc-1cc00a37c41c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4a57e00e-02aa-41bc-80bc-1cc00a37c41c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a57e00e-02aa-41bc-80bc-1cc00a37c41c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4a57e00e-02aa-41bc-80bc-1cc00a37c41c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a57e00e-02aa-41bc-80bc-1cc00a37c41c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a57e00e-02aa-41bc-80bc-1cc00a37c41c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a57e00e-02aa-41bc-80bc-1cc00a37c41c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1c639633-cee6-45f8-aff7-01d664d22cd3 {
  display: none;
}
#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b {
  text-align: left;
}


.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b {
  max-width: 100%;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b .shg-image-zoom,
.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b {
  max-width: 100%;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b .shg-image-zoom,
.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b {
  max-width: 100%;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b .shg-image-zoom,
.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b {
  max-width: 100%;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b .shg-image-zoom,
.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b {
  max-width: 100%;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b .shg-image-zoom,
.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-45ceaded-ac06-4ce3-8101-c25cf4c8f98b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f2f5a70c-045f-4669-8729-fe80b8de9025 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2f5a70c-045f-4669-8729-fe80b8de9025 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-59799a01-3a76-4463-95fc-9ba5ad03f067 {
  text-align: center;
}

#s-59799a01-3a76-4463-95fc-9ba5ad03f067 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-59799a01-3a76-4463-95fc-9ba5ad03f067 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-59799a01-3a76-4463-95fc-9ba5ad03f067 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4c528c66-75bb-4451-baff-6993b750cfdc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4c528c66-75bb-4451-baff-6993b750cfdc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c528c66-75bb-4451-baff-6993b750cfdc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c528c66-75bb-4451-baff-6993b750cfdc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c528c66-75bb-4451-baff-6993b750cfdc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c528c66-75bb-4451-baff-6993b750cfdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4c528c66-75bb-4451-baff-6993b750cfdc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-74f99049-7af9-4ef9-9e67-a7c1e9acc0a2 {
  display: none;
}
#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 {
  text-align: left;
}


.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 {
  max-width: 100%;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 .shg-image-zoom,
.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 {
  max-width: 100%;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 .shg-image-zoom,
.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 {
  max-width: 100%;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 .shg-image-zoom,
.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 {
  max-width: 100%;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 .shg-image-zoom,
.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 {
  max-width: 100%;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 .shg-image-zoom,
.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd90ce3e-ff29-4c57-b416-ce487b86ff52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d071f96c-0bc8-430a-91f8-6897feb2c09c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d071f96c-0bc8-430a-91f8-6897feb2c09c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-be5aeccb-65be-4bd7-8f8b-f18b4240d3c7 {
  text-align: center;
}

#s-be5aeccb-65be-4bd7-8f8b-f18b4240d3c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-be5aeccb-65be-4bd7-8f8b-f18b4240d3c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-be5aeccb-65be-4bd7-8f8b-f18b4240d3c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a5194869-f7c8-47ca-8595-02de3327ae07 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a5194869-f7c8-47ca-8595-02de3327ae07:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5194869-f7c8-47ca-8595-02de3327ae07:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a5194869-f7c8-47ca-8595-02de3327ae07 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5194869-f7c8-47ca-8595-02de3327ae07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5194869-f7c8-47ca-8595-02de3327ae07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a5194869-f7c8-47ca-8595-02de3327ae07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e87a5625-bd7f-425d-a6eb-c6656bcea2f8 {
  display: none;
}
#s-93d55251-76c4-48c0-8825-6b5e5b33733a {
  text-align: left;
}


.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a {
  max-width: 100%;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a .shg-image-zoom,
.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a {
  max-width: 100%;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a .shg-image-zoom,
.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a {
  max-width: 100%;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a .shg-image-zoom,
.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a {
  max-width: 100%;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a .shg-image-zoom,
.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a {
  max-width: 100%;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a .shg-image-zoom,
.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-93d55251-76c4-48c0-8825-6b5e5b33733a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-84572acb-ff61-476d-94ad-de19086db3ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84572acb-ff61-476d-94ad-de19086db3ea .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-83b7317b-a6e6-4044-8286-a02876c865b7 {
  text-align: center;
}

#s-83b7317b-a6e6-4044-8286-a02876c865b7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-83b7317b-a6e6-4044-8286-a02876c865b7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-83b7317b-a6e6-4044-8286-a02876c865b7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c36d4b32-de78-4e09-9808-13051c6b64ac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c36d4b32-de78-4e09-9808-13051c6b64ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c36d4b32-de78-4e09-9808-13051c6b64ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c36d4b32-de78-4e09-9808-13051c6b64ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c36d4b32-de78-4e09-9808-13051c6b64ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c36d4b32-de78-4e09-9808-13051c6b64ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c36d4b32-de78-4e09-9808-13051c6b64ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1031ac1b-ccb1-4668-a334-17a58cb603f8 {
  padding-top: 17px;
padding-bottom: 17px;
text-align: center;
}

#s-1031ac1b-ccb1-4668-a334-17a58cb603f8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d878d802-49f3-4770-ad08-9071e18a7c60 {
  min-height: 50px;
}








#s-d878d802-49f3-4770-ad08-9071e18a7c60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d878d802-49f3-4770-ad08-9071e18a7c60.shg-box.shg-c {
  justify-content: center;
}

#s-f6ea317a-4400-4ffa-bb78-54fb2f5eefba {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f6ea317a-4400-4ffa-bb78-54fb2f5eefba .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f6ea317a-4400-4ffa-bb78-54fb2f5eefba .shg-sld-nav-button.shg-sld-left,
#s-f6ea317a-4400-4ffa-bb78-54fb2f5eefba .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f29ec6c0-0e4c-4bb8-bc08-e8d206b34c82 {
  display: none;
}
#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 {
  margin-left: 12%;
margin-right: 12%;
text-align: left;
}


.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 {
  max-width: 100%;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 .shg-image-zoom,
.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 {
  max-width: 100%;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 .shg-image-zoom,
.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 {
  max-width: 100%;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 .shg-image-zoom,
.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 {
  max-width: 100%;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 .shg-image-zoom,
.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 {
  max-width: 100%;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 .shg-image-zoom,
.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87d3add6-8fc8-4d3a-98e6-665e23008ab7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-28aba1bb-765e-4244-a9c6-824aefabadd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28aba1bb-765e-4244-a9c6-824aefabadd4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-19402e55-7fa2-4914-b03b-6b4af548743c {
  text-align: center;
}

#s-19402e55-7fa2-4914-b03b-6b4af548743c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-19402e55-7fa2-4914-b03b-6b4af548743c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-19402e55-7fa2-4914-b03b-6b4af548743c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8416ae6b-800c-4ea3-b9a9-3da467df0381 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8416ae6b-800c-4ea3-b9a9-3da467df0381:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8416ae6b-800c-4ea3-b9a9-3da467df0381:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8416ae6b-800c-4ea3-b9a9-3da467df0381 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8416ae6b-800c-4ea3-b9a9-3da467df0381.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8416ae6b-800c-4ea3-b9a9-3da467df0381.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8416ae6b-800c-4ea3-b9a9-3da467df0381.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-79835f6c-f7bd-42fc-8370-e3966fda0c81 {
  display: none;
}
#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 {
  text-align: left;
}


.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 {
  max-width: 100%;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 .shg-image-zoom,
.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 {
  max-width: 100%;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 .shg-image-zoom,
.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 {
  max-width: 100%;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 .shg-image-zoom,
.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 {
  max-width: 100%;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 .shg-image-zoom,
.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 {
  max-width: 100%;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 .shg-image-zoom,
.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf49e1dd-36c2-471a-aca2-5e50b4b27499 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e035e733-3eb7-418a-a49f-56295b984874 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e035e733-3eb7-418a-a49f-56295b984874 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-429a87f6-bcfc-44e1-b4fd-ec997cd24547 {
  text-align: center;
}

#s-429a87f6-bcfc-44e1-b4fd-ec997cd24547 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-429a87f6-bcfc-44e1-b4fd-ec997cd24547 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-429a87f6-bcfc-44e1-b4fd-ec997cd24547 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-224fb291-59b5-478c-8a81-b22b4eba31f7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-224fb291-59b5-478c-8a81-b22b4eba31f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-224fb291-59b5-478c-8a81-b22b4eba31f7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-224fb291-59b5-478c-8a81-b22b4eba31f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-224fb291-59b5-478c-8a81-b22b4eba31f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-224fb291-59b5-478c-8a81-b22b4eba31f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-224fb291-59b5-478c-8a81-b22b4eba31f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5d0d5cb8-7415-4967-9a32-211322819a4d {
  display: none;
}
#s-19c2b568-42af-48e1-9604-91bf6325fdbb {
  text-align: left;
}


.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb {
  max-width: 100%;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb .shg-image-zoom,
.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb {
  max-width: 100%;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb .shg-image-zoom,
.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb {
  max-width: 100%;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb .shg-image-zoom,
.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb {
  max-width: 100%;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb .shg-image-zoom,
.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb {
  max-width: 100%;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb .shg-image-zoom,
.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19c2b568-42af-48e1-9604-91bf6325fdbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-408dc084-acfa-43b0-8ff6-b1b5032bc38a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-408dc084-acfa-43b0-8ff6-b1b5032bc38a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-31aebf46-93f1-4a41-8ec5-6d7658ba416f {
  text-align: center;
}

#s-31aebf46-93f1-4a41-8ec5-6d7658ba416f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-31aebf46-93f1-4a41-8ec5-6d7658ba416f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-31aebf46-93f1-4a41-8ec5-6d7658ba416f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-863ca752-178c-4971-866f-8a6dcd88f42b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-863ca752-178c-4971-866f-8a6dcd88f42b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-863ca752-178c-4971-866f-8a6dcd88f42b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-863ca752-178c-4971-866f-8a6dcd88f42b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-863ca752-178c-4971-866f-8a6dcd88f42b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-863ca752-178c-4971-866f-8a6dcd88f42b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-863ca752-178c-4971-866f-8a6dcd88f42b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8d81697d-9e9a-4aac-ab4a-b8940aee07d9 {
  display: none;
}
#s-19b33751-46da-4324-b4ce-30c9fed989f0 {
  text-align: left;
}


.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 {
  max-width: 100%;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 .shg-image-zoom,
.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 {
  max-width: 100%;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 .shg-image-zoom,
.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 {
  max-width: 100%;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 .shg-image-zoom,
.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 {
  max-width: 100%;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 .shg-image-zoom,
.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 {
  max-width: 100%;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 .shg-image-zoom,
.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-19b33751-46da-4324-b4ce-30c9fed989f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-997b0b28-8a6e-41bf-94a9-864eeffa6781 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-997b0b28-8a6e-41bf-94a9-864eeffa6781 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3a94efcf-d417-4203-ab01-02542f150df9 {
  text-align: center;
}

#s-3a94efcf-d417-4203-ab01-02542f150df9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3a94efcf-d417-4203-ab01-02542f150df9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3a94efcf-d417-4203-ab01-02542f150df9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-01bd4eee-0509-41f9-86c4-8a31a949856b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-01bd4eee-0509-41f9-86c4-8a31a949856b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01bd4eee-0509-41f9-86c4-8a31a949856b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01bd4eee-0509-41f9-86c4-8a31a949856b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01bd4eee-0509-41f9-86c4-8a31a949856b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01bd4eee-0509-41f9-86c4-8a31a949856b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-01bd4eee-0509-41f9-86c4-8a31a949856b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f6becb95-362f-4c30-a237-be7d5df31918 {
  display: none;
}
#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 {
  text-align: left;
}


.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 {
  max-width: 100%;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 .shg-image-zoom,
.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 {
  max-width: 100%;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 .shg-image-zoom,
.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 {
  max-width: 100%;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 .shg-image-zoom,
.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 {
  max-width: 100%;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 .shg-image-zoom,
.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 {
  max-width: 100%;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 .shg-image-zoom,
.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c6b15963-80cf-4f1b-81d4-9a560db1ec00 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-acf55bf7-24b0-43e5-909f-a742f4d457a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acf55bf7-24b0-43e5-909f-a742f4d457a4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9f6ae9a8-dba1-4684-af96-2e4c1c1f1264 {
  text-align: center;
}

#s-9f6ae9a8-dba1-4684-af96-2e4c1c1f1264 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9f6ae9a8-dba1-4684-af96-2e4c1c1f1264 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9f6ae9a8-dba1-4684-af96-2e4c1c1f1264 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1c5c987a-1fae-473f-a0f1-f90d1d53b93b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1c5c987a-1fae-473f-a0f1-f90d1d53b93b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c5c987a-1fae-473f-a0f1-f90d1d53b93b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c5c987a-1fae-473f-a0f1-f90d1d53b93b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c5c987a-1fae-473f-a0f1-f90d1d53b93b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c5c987a-1fae-473f-a0f1-f90d1d53b93b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1c5c987a-1fae-473f-a0f1-f90d1d53b93b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  justify-content: flex-start;
}

#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (max-width: 767px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}
@media (min-width: 0px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74.shg-box.shg-c {
  justify-content: center;
}

#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  text-align: center;
}
@media (min-width: 1200px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}@media (max-width: 767px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}
#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  min-height: 300px;
}
}







#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52.shg-box.shg-c {
  justify-content: center;
}

#s-17039285-0d07-4d24-8805-5e3d00f9a4ef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-17039285-0d07-4d24-8805-5e3d00f9a4ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17039285-0d07-4d24-8805-5e3d00f9a4ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17039285-0d07-4d24-8805-5e3d00f9a4ef {
  
}
}@media (max-width: 767px){#s-17039285-0d07-4d24-8805-5e3d00f9a4ef {
  
}
}
#s-17039285-0d07-4d24-8805-5e3d00f9a4ef .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-17039285-0d07-4d24-8805-5e3d00f9a4ef .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}@media (max-width: 767px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}
#s-2955216c-ca33-4e12-aa15-8c074ad58caa .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-5aa696c5-4b27-474e-981a-3c59566ea204 {
  text-align: center;
}
@media (max-width: 767px){#s-5aa696c5-4b27-474e-981a-3c59566ea204 {
  margin-bottom: 20px;
}
}



  #s-5aa696c5-4b27-474e-981a-3c59566ea204 img.shogun-image {
    
    width: px;
  }


#s-5aa696c5-4b27-474e-981a-3c59566ea204 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a8f18e6-9954-46ea-899f-ae7f9efda7bd {
  text-align: center;
}




  #s-0a8f18e6-9954-46ea-899f-ae7f9efda7bd img.shogun-image {
    
    width: px;
  }


#s-0a8f18e6-9954-46ea-899f-ae7f9efda7bd .shogun-image-content {
  
    align-items: center;
  
}

#s-1f5962fe-f2da-47ad-9e2b-a1054a4696b4 {
  text-align: center;
}
@media (max-width: 767px){#s-1f5962fe-f2da-47ad-9e2b-a1054a4696b4 {
  margin-bottom: 20px;
padding-bottom: 0px;
}
}



  #s-1f5962fe-f2da-47ad-9e2b-a1054a4696b4 img.shogun-image {
    
    width: px;
  }


#s-1f5962fe-f2da-47ad-9e2b-a1054a4696b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-44cd98fe-b45d-40f8-b3f1-a9a70c31b6c9 {
  text-align: center;
}




  #s-44cd98fe-b45d-40f8-b3f1-a9a70c31b6c9 img.shogun-image {
    
    width: px;
  }


#s-44cd98fe-b45d-40f8-b3f1-a9a70c31b6c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bcc6354-7b21-4ee4-8eb0-ef5c35a35a85 {
  text-align: center;
}




  #s-4bcc6354-7b21-4ee4-8eb0-ef5c35a35a85 img.shogun-image {
    
    width: px;
  }


#s-4bcc6354-7b21-4ee4-8eb0-ef5c35a35a85 .shogun-image-content {
  
    align-items: center;
  
}

#s-841cc1a9-fa6e-43ba-9ce7-9b93a826412b {
  text-align: center;
}




  #s-841cc1a9-fa6e-43ba-9ce7-9b93a826412b img.shogun-image {
    
    width: px;
  }


#s-841cc1a9-fa6e-43ba-9ce7-9b93a826412b .shogun-image-content {
  
    align-items: center;
  
}

#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78339f5e-a377-4e3f-a4be-dfd8387c3980.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0f986829-abcd-4b28-a179-a684800a223b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}@media (max-width: 767px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}
#s-0f986829-abcd-4b28-a179-a684800a223b .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-0f986829-abcd-4b28-a179-a684800a223b .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-0f986829-abcd-4b28-a179-a684800a223b .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-e3aa6760-df73-4749-9250-ad8f18ad1bcf {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-box {
  padding: 10px;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: ;
  color: #008000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 3em;
  
  justify-content: center;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: ;
  color: #ff0000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 3em;
  
  
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
@media (min-width: 0px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 0px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(221, 221, 221, 1);
  border-radius: 2px;
  
  
  font-size: 16px;
  
  color: #000;
  font-family: Work Sans;
  
  line-height: 1.75em;
  
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field::-moz-placeholder {
  
  font-style: normal;
  color: #000;
  font-family: Work Sans;
  font-weight: normal;
  
  
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field:-ms-input-placeholder {
  
  font-style: normal;
  color: #000;
  font-family: Work Sans;
  font-weight: normal;
  
  
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field::placeholder {
  
  font-style: normal;
  color: #000;
  font-family: Work Sans;
  font-weight: normal;
  
  
}


#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 2px;
  
  color: #000;
}



#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 2px;
  
  color: #000;
}


.shogun-form-box-submit:focus {
  outline: none;
}

.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-204450e3-b546-4869-b2ea-a0496f6415c0 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(95, 122, 134, 1);
text-align: center;
cursor: pointer;
font-family: Work Sans;
font-weight: 500;
font-size: 16px;
background-image: none;
hover-type: color;
}
#s-204450e3-b546-4869-b2ea-a0496f6415c0:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-204450e3-b546-4869-b2ea-a0496f6415c0:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-204450e3-b546-4869-b2ea-a0496f6415c0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-204450e3-b546-4869-b2ea-a0496f6415c0[disabled],
#s-204450e3-b546-4869-b2ea-a0496f6415c0[disabled]:hover,
#s-204450e3-b546-4869-b2ea-a0496f6415c0[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-204450e3-b546-4869-b2ea-a0496f6415c0 {
  display:  block ;
  width:  100% ;
}


                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

/*
  $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;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .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%;
  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;
  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;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */
