.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-8da16a3b-73ef-458f-bf10-2406927d321d .shogun-countdown span, #s-8da16a3b-73ef-458f-bf10-2406927d321d .shogun-countdown label {
  color: #555;
}
.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/b84bcc3a-1b29-41dd-90ce-2d806da78f5f/-/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.6;
}#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:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  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;
}


}
#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 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-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  margin-bottom: 40px;
}
}







#s-36b86bda-11b1-4f57-ad7b-048200c84e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36b86bda-11b1-4f57-ad7b-048200c84e5f.shg-box.shg-c {
  justify-content: center;
}

.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-6d0e5d43-da85-4123-b4b9-22f813588656 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-6d0e5d43-da85-4123-b4b9-22f813588656 img.shogun-image {
    
    width: px;
  }


#s-6d0e5d43-da85-4123-b4b9-22f813588656 .shogun-image-content {
  
    align-items: center;
  
}

#s-003f005f-2fcc-405c-a66c-635c33ee530d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-003f005f-2fcc-405c-a66c-635c33ee530d .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e5606fc5-e79c-4ed1-92eb-7aa5f8bf7c92 {
  margin-top: 10px;
}

#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72.shg-box.shg-c {
  justify-content: center;
}

#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 img.shogun-image {
    
    width: px;
  }


#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-65309c33-624f-4331-b686-35c54246d536 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473.shg-box.shg-c {
  justify-content: center;
}

#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 img.shogun-image {
    
    width: px;
  }


#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-43757720-be18-4c6f-934e-20f09aa1644c {
  margin-top: 10px;
}

#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16.shg-box.shg-c {
  justify-content: center;
}

#s-336df74f-6f92-4e07-96db-adf773077c95 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-336df74f-6f92-4e07-96db-adf773077c95 img.shogun-image {
    
    width: px;
  }


#s-336df74f-6f92-4e07-96db-adf773077c95 .shogun-image-content {
  
    align-items: center;
  
}

#s-c85d8bbe-d77d-452a-9d31-b5f84ad81cb5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c85d8bbe-d77d-452a-9d31-b5f84ad81cb5 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8fc68945-34de-48ef-99b6-a94cb341f7a0 {
  margin-top: 10px;
}

#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  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-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  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-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (max-width: 767px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}
#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .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-b302280b-159f-41fc-ac9c-ed60e2a99508 .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-b302280b-159f-41fc-ac9c-ed60e2a99508 .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-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa {
  min-height: 50px;
}
@media (max-width: 767px){#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa.shg-box.shg-c {
  justify-content: center;
}

#s-52623d9f-2322-4c30-9d8b-8e11cdd6cf88 {
  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-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  text-align: left;
}


.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  max-width: 100%;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom,
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  max-width: 100%;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom,
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  max-width: 100%;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom,
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  max-width: 100%;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom,
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  max-width: 100%;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom,
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .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-106561e2-571f-4d2e-9637-dafc1663dfbf {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-106561e2-571f-4d2e-9637-dafc1663dfbf .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0411b55b-08b1-4004-9973-c5a07837e2fb {
  margin-bottom: 20px;
text-align: center;
}

#s-0411b55b-08b1-4004-9973-c5a07837e2fb .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-0411b55b-08b1-4004-9973-c5a07837e2fb .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-0411b55b-08b1-4004-9973-c5a07837e2fb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  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-2740e78a-76ff-415b-8a21-4bfdbbaff255 {
  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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-2740e78a-76ff-415b-8a21-4bfdbbaff255:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2740e78a-76ff-415b-8a21-4bfdbbaff255:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2740e78a-76ff-415b-8a21-4bfdbbaff255 {
  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-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}


  #s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-01d986d7-4f90-48c5-9c4e-dfe488035bab {
  min-height: 50px;
}
@media (max-width: 767px){#s-01d986d7-4f90-48c5-9c4e-dfe488035bab {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-01d986d7-4f90-48c5-9c4e-dfe488035bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01d986d7-4f90-48c5-9c4e-dfe488035bab.shg-box.shg-c {
  justify-content: center;
}

#s-8696c6de-796f-4e2b-ad1a-a8e7ee43afc3 {
  display: none;
}
#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  text-align: left;
}


.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  max-width: 100%;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom,
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  max-width: 100%;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom,
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  max-width: 100%;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom,
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  max-width: 100%;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom,
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  max-width: 100%;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom,
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ddb8eb44-13ba-4088-8acb-6f3b80fe76f7 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ddb8eb44-13ba-4088-8acb-6f3b80fe76f7 .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-07c86be4-0cb6-4945-9286-1f7abe8d9f7e {
  margin-bottom: 42px;
text-align: center;
}

#s-07c86be4-0cb6-4945-9286-1f7abe8d9f7e .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-07c86be4-0cb6-4945-9286-1f7abe8d9f7e .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-07c86be4-0cb6-4945-9286-1f7abe8d9f7e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e {
  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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-79226f50-82a9-4b72-ad70-68b23b38d50e:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-79226f50-82a9-4b72-ad70-68b23b38d50e:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-79226f50-82a9-4b72-ad70-68b23b38d50e {
  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-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}


  #s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4b98a257-7dfa-4549-aebb-713a6067a02d {
  min-height: 50px;
}
@media (max-width: 767px){#s-4b98a257-7dfa-4549-aebb-713a6067a02d {
  margin-top: 0px;
}
}







#s-4b98a257-7dfa-4549-aebb-713a6067a02d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b98a257-7dfa-4549-aebb-713a6067a02d.shg-box.shg-c {
  justify-content: center;
}

#s-d77dd93e-f5c5-4f72-b2f2-6fc78f636e34 {
  display: none;
}
#s-c97775fa-fc1f-4319-a316-925934458b33 {
  text-align: left;
}


.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 {
  max-width: 100%;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom,
.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 {
  max-width: 100%;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom,
.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 {
  max-width: 100%;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom,
.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 {
  max-width: 100%;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom,
.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 {
  max-width: 100%;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom,
.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-297a3bcd-2100-4570-92dc-ed645ce9c033 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-297a3bcd-2100-4570-92dc-ed645ce9c033 .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-22fed4b8-7e2a-4e06-8c6d-2a794ef19b34 {
  margin-bottom: 20px;
text-align: center;
}

#s-22fed4b8-7e2a-4e06-8c6d-2a794ef19b34 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-22fed4b8-7e2a-4e06-8c6d-2a794ef19b34 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-22fed4b8-7e2a-4e06-8c6d-2a794ef19b34 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e {
  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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-eea08b61-e07b-489d-a7da-2baf1f5e461e:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-eea08b61-e07b-489d-a7da-2baf1f5e461e:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-eea08b61-e07b-489d-a7da-2baf1f5e461e {
  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-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}


  #s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cb82f232-f62d-42f6-9776-400161c66245 {
  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-cb82f232-f62d-42f6-9776-400161c66245 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb82f232-f62d-42f6-9776-400161c66245 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb82f232-f62d-42f6-9776-400161c66245 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-cb82f232-f62d-42f6-9776-400161c66245 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-cb82f232-f62d-42f6-9776-400161c66245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb82f232-f62d-42f6-9776-400161c66245.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0c2cbe8c-5d00-4292-83f9-2483b9a262de {
  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-0c2cbe8c-5d00-4292-83f9-2483b9a262de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c2cbe8c-5d00-4292-83f9-2483b9a262de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c2cbe8c-5d00-4292-83f9-2483b9a262de {
  
}
}@media (max-width: 767px){#s-0c2cbe8c-5d00-4292-83f9-2483b9a262de {
  
}
}
#s-0c2cbe8c-5d00-4292-83f9-2483b9a262de .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-0c2cbe8c-5d00-4292-83f9-2483b9a262de .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-0c2cbe8c-5d00-4292-83f9-2483b9a262de .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-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-74374b1a-b7b5-45cb-a18f-b4e9ca8c3f97"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-866d6e94-6855-43e8-8b87-fb27de353d55 {
  min-height: 50px;
}
@media (max-width: 767px){#s-866d6e94-6855-43e8-8b87-fb27de353d55 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-866d6e94-6855-43e8-8b87-fb27de353d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-866d6e94-6855-43e8-8b87-fb27de353d55.shg-box.shg-c {
  justify-content: center;
}

#s-99e770e7-8412-4f4a-aae9-faed6d231394 {
  display: none;
}
#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 {
  text-align: left;
}


.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 {
  max-width: 100%;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 .shg-image-zoom,
.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 {
  max-width: 100%;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 .shg-image-zoom,
.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 {
  max-width: 100%;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 .shg-image-zoom,
.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 {
  max-width: 100%;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 .shg-image-zoom,
.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 {
  max-width: 100%;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 .shg-image-zoom,
.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c831be5-aa71-4d96-8fc4-309b5f25d686 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7b5b1d60-f397-4201-8969-3d288db24a41 {
  margin-top: 37px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7b5b1d60-f397-4201-8969-3d288db24a41 .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a3a549c1-1460-4535-9896-dd6728f387b7 {
  margin-bottom: 20px;
text-align: center;
}

#s-a3a549c1-1460-4535-9896-dd6728f387b7 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-a3a549c1-1460-4535-9896-dd6728f387b7 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-a3a549c1-1460-4535-9896-dd6728f387b7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-36857eb1-caca-43f2-9853-9b68fe2908d5 {
  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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-36857eb1-caca-43f2-9853-9b68fe2908d5:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-36857eb1-caca-43f2-9853-9b68fe2908d5:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-36857eb1-caca-43f2-9853-9b68fe2908d5 {
  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-36857eb1-caca-43f2-9853-9b68fe2908d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-36857eb1-caca-43f2-9853-9b68fe2908d5.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-36857eb1-caca-43f2-9853-9b68fe2908d5.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}


  #s-36857eb1-caca-43f2-9853-9b68fe2908d5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f051bb1a-461b-4209-9b25-dc8d6efc1812 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f051bb1a-461b-4209-9b25-dc8d6efc1812 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-f051bb1a-461b-4209-9b25-dc8d6efc1812 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f051bb1a-461b-4209-9b25-dc8d6efc1812.shg-box.shg-c {
  justify-content: center;
}

#s-141d7b05-50cd-46d3-b55f-02df14c5390a {
  display: none;
}
#s-ca4caee0-862f-4268-94fd-661202772548 {
  text-align: left;
}


.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 {
  max-width: 100%;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 .shg-image-zoom,
.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 {
  max-width: 100%;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 .shg-image-zoom,
.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 {
  max-width: 100%;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 .shg-image-zoom,
.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 {
  max-width: 100%;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 .shg-image-zoom,
.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 {
  max-width: 100%;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 .shg-image-zoom,
.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca4caee0-862f-4268-94fd-661202772548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-64e1ecf7-3feb-4baf-8488-10e607be4fdf {
  margin-top: 36px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-64e1ecf7-3feb-4baf-8488-10e607be4fdf .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c003960c-8283-4a8c-944a-c42aa66213ac {
  margin-bottom: 20px;
text-align: center;
}

#s-c003960c-8283-4a8c-944a-c42aa66213ac .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-c003960c-8283-4a8c-944a-c42aa66213ac .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-c003960c-8283-4a8c-944a-c42aa66213ac .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-9eef0185-e27c-4b5d-b274-5f9d39e888b9 {
  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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-9eef0185-e27c-4b5d-b274-5f9d39e888b9:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9eef0185-e27c-4b5d-b274-5f9d39e888b9:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9eef0185-e27c-4b5d-b274-5f9d39e888b9 {
  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-9eef0185-e27c-4b5d-b274-5f9d39e888b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9eef0185-e27c-4b5d-b274-5f9d39e888b9.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-9eef0185-e27c-4b5d-b274-5f9d39e888b9.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}


  #s-9eef0185-e27c-4b5d-b274-5f9d39e888b9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-dd2e3f90-abbe-4578-b37a-d63457dbd0c0 {
  min-height: 50px;
}
@media (max-width: 767px){#s-dd2e3f90-abbe-4578-b37a-d63457dbd0c0 {
  margin-top: 0px;
}
}







#s-dd2e3f90-abbe-4578-b37a-d63457dbd0c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd2e3f90-abbe-4578-b37a-d63457dbd0c0.shg-box.shg-c {
  justify-content: center;
}

#s-320f0f73-d256-4d64-9c1f-01741eff501d {
  display: none;
}
#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e {
  text-align: left;
}


.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e {
  max-width: 100%;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e .shg-image-zoom,
.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e {
  max-width: 100%;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e .shg-image-zoom,
.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e {
  max-width: 100%;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e .shg-image-zoom,
.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e {
  max-width: 100%;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e .shg-image-zoom,
.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e {
  max-width: 100%;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e .shg-image-zoom,
.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2314c3ef-2847-4c3b-8a44-d6c3dffea89e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-640fc3ad-c884-46e1-873c-d13c24383647 {
  margin-top: 39px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-640fc3ad-c884-46e1-873c-d13c24383647 .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e34ec582-3bbb-486c-a985-b657974fd768 {
  margin-bottom: 20px;
text-align: center;
}

#s-e34ec582-3bbb-486c-a985-b657974fd768 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-e34ec582-3bbb-486c-a985-b657974fd768 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-e34ec582-3bbb-486c-a985-b657974fd768 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-7feea776-1898-46bc-b75c-2b6259a1f47b {
  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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-7feea776-1898-46bc-b75c-2b6259a1f47b:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7feea776-1898-46bc-b75c-2b6259a1f47b:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7feea776-1898-46bc-b75c-2b6259a1f47b {
  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-7feea776-1898-46bc-b75c-2b6259a1f47b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7feea776-1898-46bc-b75c-2b6259a1f47b.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-7feea776-1898-46bc-b75c-2b6259a1f47b.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}


  #s-7feea776-1898-46bc-b75c-2b6259a1f47b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fdb0eab0-6cf3-46c9-a83c-34048c0967d0 {
  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-fdb0eab0-6cf3-46c9-a83c-34048c0967d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdb0eab0-6cf3-46c9-a83c-34048c0967d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdb0eab0-6cf3-46c9-a83c-34048c0967d0 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-fdb0eab0-6cf3-46c9-a83c-34048c0967d0 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-fdb0eab0-6cf3-46c9-a83c-34048c0967d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdb0eab0-6cf3-46c9-a83c-34048c0967d0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-56591c03-0b73-4fd1-b822-e1e57729d1b7 {
  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-56591c03-0b73-4fd1-b822-e1e57729d1b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56591c03-0b73-4fd1-b822-e1e57729d1b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56591c03-0b73-4fd1-b822-e1e57729d1b7 {
  
}
}@media (max-width: 767px){#s-56591c03-0b73-4fd1-b822-e1e57729d1b7 {
  
}
}
#s-56591c03-0b73-4fd1-b822-e1e57729d1b7 .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-56591c03-0b73-4fd1-b822-e1e57729d1b7 .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-56591c03-0b73-4fd1-b822-e1e57729d1b7 .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-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a842d6a6-9ac0-4fee-b9a7-1e56f0ee5105"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-65d62cb1-2e88-4e64-b669-411684d55bae {
  min-height: 50px;
}
@media (max-width: 767px){#s-65d62cb1-2e88-4e64-b669-411684d55bae {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-65d62cb1-2e88-4e64-b669-411684d55bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65d62cb1-2e88-4e64-b669-411684d55bae.shg-box.shg-c {
  justify-content: center;
}

#s-b627d3cc-d0f7-41b2-afe9-f72eadd01a7d {
  display: none;
}
#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 {
  text-align: left;
}


.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 {
  max-width: 100%;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 .shg-image-zoom,
.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 {
  max-width: 100%;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 .shg-image-zoom,
.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 {
  max-width: 100%;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 .shg-image-zoom,
.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 {
  max-width: 100%;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 .shg-image-zoom,
.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 {
  max-width: 100%;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 .shg-image-zoom,
.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eabbc0f3-b420-4f2d-a3c7-6228cf8c17e9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5db6cd22-0cc0-46aa-add2-afc4a12e166a {
  margin-top: 37px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5db6cd22-0cc0-46aa-add2-afc4a12e166a .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b6b35577-c081-467e-a9d6-824c201827f1 {
  margin-bottom: 20px;
text-align: center;
}

#s-b6b35577-c081-467e-a9d6-824c201827f1 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-b6b35577-c081-467e-a9d6-824c201827f1 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-b6b35577-c081-467e-a9d6-824c201827f1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-a42bcbdf-3662-45d8-8f18-9049d2b248cd {
  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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-a42bcbdf-3662-45d8-8f18-9049d2b248cd:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a42bcbdf-3662-45d8-8f18-9049d2b248cd:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a42bcbdf-3662-45d8-8f18-9049d2b248cd {
  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-a42bcbdf-3662-45d8-8f18-9049d2b248cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a42bcbdf-3662-45d8-8f18-9049d2b248cd.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-a42bcbdf-3662-45d8-8f18-9049d2b248cd.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}


  #s-a42bcbdf-3662-45d8-8f18-9049d2b248cd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cf64bb05-3eee-43ad-bd3c-0d55de2fc303 {
  min-height: 50px;
}
@media (max-width: 767px){#s-cf64bb05-3eee-43ad-bd3c-0d55de2fc303 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-cf64bb05-3eee-43ad-bd3c-0d55de2fc303 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf64bb05-3eee-43ad-bd3c-0d55de2fc303.shg-box.shg-c {
  justify-content: center;
}

#s-793b5fad-32d3-425f-ac18-88431bc71499 {
  display: none;
}
#s-7b891d81-e679-42b6-b00b-80b45f23d00e {
  text-align: left;
}


.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e {
  max-width: 100%;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e .shg-image-zoom,
.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e {
  max-width: 100%;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e .shg-image-zoom,
.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e {
  max-width: 100%;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e .shg-image-zoom,
.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e {
  max-width: 100%;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e .shg-image-zoom,
.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e {
  max-width: 100%;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e .shg-image-zoom,
.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b891d81-e679-42b6-b00b-80b45f23d00e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-472a3af3-ea1f-4381-93d4-1a5d6e53b56f {
  margin-top: 36px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-472a3af3-ea1f-4381-93d4-1a5d6e53b56f .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-16e33ead-60e4-46f9-8de0-4bcfb13709bf {
  margin-bottom: 20px;
text-align: center;
}

#s-16e33ead-60e4-46f9-8de0-4bcfb13709bf .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-16e33ead-60e4-46f9-8de0-4bcfb13709bf .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-16e33ead-60e4-46f9-8de0-4bcfb13709bf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-7daed3c1-e546-48a0-adfb-c7d42b943f7c {
  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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-7daed3c1-e546-48a0-adfb-c7d42b943f7c:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7daed3c1-e546-48a0-adfb-c7d42b943f7c:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7daed3c1-e546-48a0-adfb-c7d42b943f7c {
  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-7daed3c1-e546-48a0-adfb-c7d42b943f7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7daed3c1-e546-48a0-adfb-c7d42b943f7c.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-7daed3c1-e546-48a0-adfb-c7d42b943f7c.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}


  #s-7daed3c1-e546-48a0-adfb-c7d42b943f7c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d6a66ac5-214a-4a10-a9d2-88a703034f11 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d6a66ac5-214a-4a10-a9d2-88a703034f11 {
  margin-top: 0px;
}
}







#s-d6a66ac5-214a-4a10-a9d2-88a703034f11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6a66ac5-214a-4a10-a9d2-88a703034f11.shg-box.shg-c {
  justify-content: center;
}

#s-86c07bc8-2b6e-4897-878a-cfb4c7f80973 {
  display: none;
}
#s-984d823b-93a5-41e7-8402-3025f886eb1f {
  text-align: left;
}


.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f {
  max-width: 100%;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f .shg-image-zoom,
.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f {
  max-width: 100%;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f .shg-image-zoom,
.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f {
  max-width: 100%;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f .shg-image-zoom,
.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f {
  max-width: 100%;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f .shg-image-zoom,
.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f {
  max-width: 100%;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f .shg-image-zoom,
.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-984d823b-93a5-41e7-8402-3025f886eb1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5f9b54cd-7084-4f20-bbf4-83ef7fe6a289 {
  margin-top: 39px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5f9b54cd-7084-4f20-bbf4-83ef7fe6a289 .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-449fec53-e816-4a92-b211-dfbb656ac579 {
  margin-bottom: 20px;
text-align: center;
}

#s-449fec53-e816-4a92-b211-dfbb656ac579 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-449fec53-e816-4a92-b211-dfbb656ac579 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-449fec53-e816-4a92-b211-dfbb656ac579 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-1ded799d-312e-450e-8f60-5f55990db4ae {
  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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-1ded799d-312e-450e-8f60-5f55990db4ae:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1ded799d-312e-450e-8f60-5f55990db4ae:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-1ded799d-312e-450e-8f60-5f55990db4ae {
  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-1ded799d-312e-450e-8f60-5f55990db4ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ded799d-312e-450e-8f60-5f55990db4ae.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-1ded799d-312e-450e-8f60-5f55990db4ae.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}


  #s-1ded799d-312e-450e-8f60-5f55990db4ae.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c5ccdd6b-789c-4753-b52b-526e8ad4fbba {
  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-c5ccdd6b-789c-4753-b52b-526e8ad4fbba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5ccdd6b-789c-4753-b52b-526e8ad4fbba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5ccdd6b-789c-4753-b52b-526e8ad4fbba {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c5ccdd6b-789c-4753-b52b-526e8ad4fbba {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-c5ccdd6b-789c-4753-b52b-526e8ad4fbba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5ccdd6b-789c-4753-b52b-526e8ad4fbba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6bb27067-8c3a-4e68-8672-46611e73e755 {
  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-6bb27067-8c3a-4e68-8672-46611e73e755 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6bb27067-8c3a-4e68-8672-46611e73e755 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6bb27067-8c3a-4e68-8672-46611e73e755 {
  
}
}@media (max-width: 767px){#s-6bb27067-8c3a-4e68-8672-46611e73e755 {
  
}
}
#s-6bb27067-8c3a-4e68-8672-46611e73e755 .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-6bb27067-8c3a-4e68-8672-46611e73e755 .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-6bb27067-8c3a-4e68-8672-46611e73e755 .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-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3c16e0a1-770c-48f7-9c86-592a763de9c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c611fd79-7b79-494c-a929-99cd80148212 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c611fd79-7b79-494c-a929-99cd80148212 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-c611fd79-7b79-494c-a929-99cd80148212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c611fd79-7b79-494c-a929-99cd80148212.shg-box.shg-c {
  justify-content: center;
}

#s-7b33fca2-cc22-4172-b9d2-d7fabb74d8fd {
  display: none;
}
#s-bfd64d35-4333-44bc-9907-fa42f863d22c {
  text-align: left;
}


.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c {
  max-width: 100%;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c .shg-image-zoom,
.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c {
  max-width: 100%;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c .shg-image-zoom,
.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c {
  max-width: 100%;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c .shg-image-zoom,
.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c {
  max-width: 100%;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c .shg-image-zoom,
.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c {
  max-width: 100%;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c .shg-image-zoom,
.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfd64d35-4333-44bc-9907-fa42f863d22c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7947be60-39f6-4434-bab6-949f6413eacd {
  margin-top: 37px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7947be60-39f6-4434-bab6-949f6413eacd .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ee0b3f8b-9027-4d0b-ad15-332756de4d61 {
  margin-bottom: 20px;
text-align: center;
}

#s-ee0b3f8b-9027-4d0b-ad15-332756de4d61 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-ee0b3f8b-9027-4d0b-ad15-332756de4d61 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-ee0b3f8b-9027-4d0b-ad15-332756de4d61 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-b20cf401-3516-4bda-abed-86178d7b1f83 {
  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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-b20cf401-3516-4bda-abed-86178d7b1f83:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b20cf401-3516-4bda-abed-86178d7b1f83:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b20cf401-3516-4bda-abed-86178d7b1f83 {
  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-b20cf401-3516-4bda-abed-86178d7b1f83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b20cf401-3516-4bda-abed-86178d7b1f83.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-b20cf401-3516-4bda-abed-86178d7b1f83.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}


  #s-b20cf401-3516-4bda-abed-86178d7b1f83.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f9ea2253-e551-4ca9-94d4-9ce08c32527f {
  min-height: 50px;
}
@media (max-width: 767px){#s-f9ea2253-e551-4ca9-94d4-9ce08c32527f {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-f9ea2253-e551-4ca9-94d4-9ce08c32527f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9ea2253-e551-4ca9-94d4-9ce08c32527f.shg-box.shg-c {
  justify-content: center;
}

#s-017f3e53-4539-41f5-8f53-ff559aab2716 {
  display: none;
}
#s-b9bcae94-536e-4bb7-9fe6-17538f981456 {
  text-align: left;
}


.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 {
  max-width: 100%;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 .shg-image-zoom,
.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 {
  max-width: 100%;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 .shg-image-zoom,
.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 {
  max-width: 100%;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 .shg-image-zoom,
.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 {
  max-width: 100%;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 .shg-image-zoom,
.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 {
  max-width: 100%;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 .shg-image-zoom,
.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9bcae94-536e-4bb7-9fe6-17538f981456 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b592a247-4a19-4368-8997-6102ef8d405c {
  margin-top: 36px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b592a247-4a19-4368-8997-6102ef8d405c .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-677614da-3a3a-408a-8340-89c98f1e692c {
  margin-bottom: 20px;
text-align: center;
}

#s-677614da-3a3a-408a-8340-89c98f1e692c .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-677614da-3a3a-408a-8340-89c98f1e692c .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-677614da-3a3a-408a-8340-89c98f1e692c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-28a9dee8-656b-43a8-8917-ae33155cd892 {
  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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-28a9dee8-656b-43a8-8917-ae33155cd892:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-28a9dee8-656b-43a8-8917-ae33155cd892:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-28a9dee8-656b-43a8-8917-ae33155cd892 {
  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-28a9dee8-656b-43a8-8917-ae33155cd892.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28a9dee8-656b-43a8-8917-ae33155cd892.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-28a9dee8-656b-43a8-8917-ae33155cd892.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}


  #s-28a9dee8-656b-43a8-8917-ae33155cd892.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-718b4b5a-8443-4277-a3ee-d8aa2eef5c5b {
  min-height: 50px;
}
@media (max-width: 767px){#s-718b4b5a-8443-4277-a3ee-d8aa2eef5c5b {
  margin-top: 0px;
}
}







#s-718b4b5a-8443-4277-a3ee-d8aa2eef5c5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-718b4b5a-8443-4277-a3ee-d8aa2eef5c5b.shg-box.shg-c {
  justify-content: center;
}

#s-a1df8435-cd87-462e-9ec6-7db84ee6ef50 {
  display: none;
}
#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 {
  text-align: left;
}


.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 {
  max-width: 100%;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 .shg-image-zoom,
.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 {
  max-width: 100%;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 .shg-image-zoom,
.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 {
  max-width: 100%;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 .shg-image-zoom,
.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 {
  max-width: 100%;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 .shg-image-zoom,
.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 {
  max-width: 100%;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 .shg-image-zoom,
.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb7bc370-89bc-48e3-b04f-30e8786abce8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ddb70d75-83d8-49a5-b690-c8675c1071cb {
  margin-top: 39px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ddb70d75-83d8-49a5-b690-c8675c1071cb .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-68005a80-cdcd-4094-a976-5719e14c924f {
  margin-bottom: 20px;
text-align: center;
}

#s-68005a80-cdcd-4094-a976-5719e14c924f .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-68005a80-cdcd-4094-a976-5719e14c924f .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-68005a80-cdcd-4094-a976-5719e14c924f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-c0ef8e7b-087a-45e1-a672-66811854cbed {
  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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-c0ef8e7b-087a-45e1-a672-66811854cbed:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c0ef8e7b-087a-45e1-a672-66811854cbed:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c0ef8e7b-087a-45e1-a672-66811854cbed {
  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-c0ef8e7b-087a-45e1-a672-66811854cbed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0ef8e7b-087a-45e1-a672-66811854cbed.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-c0ef8e7b-087a-45e1-a672-66811854cbed.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}


  #s-c0ef8e7b-087a-45e1-a672-66811854cbed.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#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;
}

@media (min-width: 0px) {
[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3fb0f7a5-cf23-4ebd-a0e6-3ad917efe85a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e581407a-03f2-4d41-8f83-df9cf0f6c512 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-e581407a-03f2-4d41-8f83-df9cf0f6c512 {
  margin-bottom: 20px;
}
}







#s-e581407a-03f2-4d41-8f83-df9cf0f6c512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e581407a-03f2-4d41-8f83-df9cf0f6c512.shg-box.shg-c {
  justify-content: center;
}

#s-33f98ac9-caf9-4bc1-a830-87fd4e0d13f3 {
  margin-bottom: 10px;
text-align: center;
}




  #s-33f98ac9-caf9-4bc1-a830-87fd4e0d13f3 img.shogun-image {
    
    width: px;
  }


#s-33f98ac9-caf9-4bc1-a830-87fd4e0d13f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e94ee45-0089-4c1f-aff9-66aced6a980e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2e94ee45-0089-4c1f-aff9-66aced6a980e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fa117e37-a7c8-4450-8a1e-98003f7a84f2 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-fa117e37-a7c8-4450-8a1e-98003f7a84f2 {
  margin-bottom: 20px;
}
}







#s-fa117e37-a7c8-4450-8a1e-98003f7a84f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa117e37-a7c8-4450-8a1e-98003f7a84f2.shg-box.shg-c {
  justify-content: center;
}

#s-850c2353-55a8-423f-8585-9adecb72448a {
  margin-bottom: 10px;
text-align: center;
}




  #s-850c2353-55a8-423f-8585-9adecb72448a img.shogun-image {
    
    width: px;
  }


#s-850c2353-55a8-423f-8585-9adecb72448a .shogun-image-content {
  
    align-items: center;
  
}

#s-bd1bdb08-9105-45fe-8166-155c86b08f0c {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bd1bdb08-9105-45fe-8166-155c86b08f0c .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-32d34604-72da-43e0-bc56-ebe4f4803083 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-32d34604-72da-43e0-bc56-ebe4f4803083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32d34604-72da-43e0-bc56-ebe4f4803083.shg-box.shg-c {
  justify-content: center;
}

#s-d2a7e908-7823-464c-a6ce-e28cd35ea85f {
  margin-bottom: 10px;
text-align: center;
}




  #s-d2a7e908-7823-464c-a6ce-e28cd35ea85f img.shogun-image {
    
    width: px;
  }


#s-d2a7e908-7823-464c-a6ce-e28cd35ea85f .shogun-image-content {
  
    align-items: center;
  
}

#s-8aaccbbc-2a44-451f-910f-1b80e926625e {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8aaccbbc-2a44-451f-910f-1b80e926625e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  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-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  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-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (max-width: 767px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}
#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .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-ff685442-10e2-42f9-9814-b9bdba9d5118 .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-ff685442-10e2-42f9-9814-b9bdba9d5118 .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-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  border-style: solid;
padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fee51938-aba7-4946-bdb5-63fee9adaaf4.shg-box.shg-c {
  justify-content: center;
}

#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-5b500d7d-52e9-4be8-8a98-f72f197e77d1 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5b500d7d-52e9-4be8-8a98-f72f197e77d1 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



/*
  $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;
}
