.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-3359191c-6801-4b1d-8768-332c74b81112 {
  min-height: 50px;
}








#s-3359191c-6801-4b1d-8768-332c74b81112 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3359191c-6801-4b1d-8768-332c74b81112.shg-box.shg-c {
  justify-content: center;
}

.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-ca4c896a-50be-499e-ab82-ce7f41d6a824 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-ca4c896a-50be-499e-ab82-ce7f41d6a824 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fff91af8-fe38-4b7c-83d8-ca2fa30b79fe {
  min-height: 50px;
}








#s-fff91af8-fe38-4b7c-83d8-ca2fa30b79fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff91af8-fe38-4b7c-83d8-ca2fa30b79fe.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-1add9ff2-ac1c-49bb-bd62-111bfeaa5f1f {
  min-height: 50px;
}








#s-1add9ff2-ac1c-49bb-bd62-111bfeaa5f1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1add9ff2-ac1c-49bb-bd62-111bfeaa5f1f.shg-box.shg-c {
  justify-content: center;
}

#s-3bd9ff61-0753-4318-90cd-9d3ff604ceaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bd9ff61-0753-4318-90cd-9d3ff604ceaa .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0bef3c41-d586-4a7b-94a0-e40712801cb0 {
  min-height: 50px;
}








#s-0bef3c41-d586-4a7b-94a0-e40712801cb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bef3c41-d586-4a7b-94a0-e40712801cb0.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: 0px) {
[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-95296c7f-64b3-498b-9c0a-51ae3e0fd1d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-f50d5681-11c6-461f-a5a5-8e51a02c586f {
  text-align: center;
}




  #s-f50d5681-11c6-461f-a5a5-8e51a02c586f img.shogun-image {
    
    width: px;
  }


#s-f50d5681-11c6-461f-a5a5-8e51a02c586f .shogun-image-content {
  
    align-items: center;
  
}

#s-ec0efc49-0ac6-4b4d-a6c4-22e3ca3dc3b9 {
  text-align: center;
}




  #s-ec0efc49-0ac6-4b4d-a6c4-22e3ca3dc3b9 img.shogun-image {
    
    width: px;
  }


#s-ec0efc49-0ac6-4b4d-a6c4-22e3ca3dc3b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c3c2d97-0b3d-450a-87e0-f10fb1dfef67 {
  min-height: 50px;
}








#s-8c3c2d97-0b3d-450a-87e0-f10fb1dfef67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c3c2d97-0b3d-450a-87e0-f10fb1dfef67.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9de12329-bbab-4ee1-bf55-d40b4d6eebd5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-158b0a04-9ef1-437b-b4e6-f80a1334a4f3 {
  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-da2f3d24-45a6-4809-b914-351bce5cfbe1 {
  text-align: left;
}


.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 {
  max-width: 100%;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 .shg-image-zoom,
.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 {
  max-width: 100%;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 .shg-image-zoom,
.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 {
  max-width: 100%;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 .shg-image-zoom,
.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 {
  max-width: 100%;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 .shg-image-zoom,
.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 {
  max-width: 100%;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 .shg-image-zoom,
.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da2f3d24-45a6-4809-b914-351bce5cfbe1 .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-796fd037-59f9-486b-a9fc-5c080855fc04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-796fd037-59f9-486b-a9fc-5c080855fc04 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

.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-291b1de8-986e-4ec3-8294-e62a374fdbc6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-291b1de8-986e-4ec3-8294-e62a374fdbc6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-291b1de8-986e-4ec3-8294-e62a374fdbc6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-291b1de8-986e-4ec3-8294-e62a374fdbc6 {
  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-291b1de8-986e-4ec3-8294-e62a374fdbc6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-291b1de8-986e-4ec3-8294-e62a374fdbc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-291b1de8-986e-4ec3-8294-e62a374fdbc6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c6f03fe6-3567-4e04-9738-db3a5a098fec {
  display: none;
}
#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 {
  text-align: left;
}


.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 {
  max-width: 100%;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 .shg-image-zoom,
.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 {
  max-width: 100%;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 .shg-image-zoom,
.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 {
  max-width: 100%;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 .shg-image-zoom,
.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 {
  max-width: 100%;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 .shg-image-zoom,
.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 {
  max-width: 100%;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 .shg-image-zoom,
.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee099964-bbcc-4ab9-b8ee-1ed147d1ebc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5003eaed-838f-4c51-95cf-327b5c2c8bca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5003eaed-838f-4c51-95cf-327b5c2c8bca .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-f41559b3-50a8-44de-9012-0e410954ea86 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f41559b3-50a8-44de-9012-0e410954ea86:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f41559b3-50a8-44de-9012-0e410954ea86:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f41559b3-50a8-44de-9012-0e410954ea86 {
  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-f41559b3-50a8-44de-9012-0e410954ea86.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f41559b3-50a8-44de-9012-0e410954ea86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f41559b3-50a8-44de-9012-0e410954ea86.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e5aef72a-9c91-4ca0-b4d5-2118b739b033 {
  display: none;
}
#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 {
  text-align: left;
}


.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 {
  max-width: 100%;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 .shg-image-zoom,
.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 {
  max-width: 100%;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 .shg-image-zoom,
.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 {
  max-width: 100%;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 .shg-image-zoom,
.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 {
  max-width: 100%;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 .shg-image-zoom,
.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 {
  max-width: 100%;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 .shg-image-zoom,
.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60b941ac-89b0-44a7-a2fd-c41c127c27d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7ed1ff38-ed34-4939-a7e8-8f0bfa59e6fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ed1ff38-ed34-4939-a7e8-8f0bfa59e6fc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-e6c9e47a-e2dd-429d-9508-4514b4242197 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e6c9e47a-e2dd-429d-9508-4514b4242197:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6c9e47a-e2dd-429d-9508-4514b4242197:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e6c9e47a-e2dd-429d-9508-4514b4242197 {
  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-e6c9e47a-e2dd-429d-9508-4514b4242197.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6c9e47a-e2dd-429d-9508-4514b4242197.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e6c9e47a-e2dd-429d-9508-4514b4242197.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7397ece6-53a4-4f74-9879-d6d031b2cf61 {
  min-height: 50px;
}








#s-7397ece6-53a4-4f74-9879-d6d031b2cf61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7397ece6-53a4-4f74-9879-d6d031b2cf61.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e8039e34-3369-4cea-a36f-25a45b1be06a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c2604ce5-a882-42ed-b4c8-25cc1584c098 {
  display: none;
}
#s-14729466-8c19-4ad0-9322-f629cdb5abba {
  text-align: left;
}


.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba {
  max-width: 100%;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba .shg-image-zoom,
.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba {
  max-width: 100%;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba .shg-image-zoom,
.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba {
  max-width: 100%;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba .shg-image-zoom,
.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba {
  max-width: 100%;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba .shg-image-zoom,
.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba {
  max-width: 100%;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba .shg-image-zoom,
.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14729466-8c19-4ad0-9322-f629cdb5abba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-866c0ad4-de96-4a62-9510-78091c335ef1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-866c0ad4-de96-4a62-9510-78091c335ef1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-106047fd-038e-41db-90f8-eb8899c867c3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-106047fd-038e-41db-90f8-eb8899c867c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-106047fd-038e-41db-90f8-eb8899c867c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-106047fd-038e-41db-90f8-eb8899c867c3 {
  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-106047fd-038e-41db-90f8-eb8899c867c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-106047fd-038e-41db-90f8-eb8899c867c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-106047fd-038e-41db-90f8-eb8899c867c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-52151940-6bbc-460a-a006-7b633af06daa {
  display: none;
}
#s-b395392e-bebb-449b-acc9-05ced96c163f {
  text-align: left;
}


.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f {
  max-width: 100%;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f .shg-image-zoom,
.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f {
  max-width: 100%;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f .shg-image-zoom,
.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f {
  max-width: 100%;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f .shg-image-zoom,
.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f {
  max-width: 100%;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f .shg-image-zoom,
.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f {
  max-width: 100%;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f .shg-image-zoom,
.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b395392e-bebb-449b-acc9-05ced96c163f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-63cb5cec-eb40-4a9a-b2d8-5417e9aa502a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63cb5cec-eb40-4a9a-b2d8-5417e9aa502a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-2f92275e-b8b7-46ba-b2fb-8ef40964f103 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2f92275e-b8b7-46ba-b2fb-8ef40964f103:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f92275e-b8b7-46ba-b2fb-8ef40964f103:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2f92275e-b8b7-46ba-b2fb-8ef40964f103 {
  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-2f92275e-b8b7-46ba-b2fb-8ef40964f103.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f92275e-b8b7-46ba-b2fb-8ef40964f103.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f92275e-b8b7-46ba-b2fb-8ef40964f103.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ff97d50a-1baa-4b05-bc2f-09ffe91c5435 {
  display: none;
}
#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 {
  text-align: left;
}


.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 {
  max-width: 100%;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 .shg-image-zoom,
.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 {
  max-width: 100%;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 .shg-image-zoom,
.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 {
  max-width: 100%;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 .shg-image-zoom,
.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 {
  max-width: 100%;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 .shg-image-zoom,
.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 {
  max-width: 100%;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 .shg-image-zoom,
.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc0534c5-fcaf-4f88-8b9f-6a4856248ab1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f0bc6de9-d41d-4a37-89dd-f8d1c676cfe4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0bc6de9-d41d-4a37-89dd-f8d1c676cfe4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-6d19dde3-5878-43b1-9164-4f48cbfc47cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6d19dde3-5878-43b1-9164-4f48cbfc47cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d19dde3-5878-43b1-9164-4f48cbfc47cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6d19dde3-5878-43b1-9164-4f48cbfc47cc {
  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-6d19dde3-5878-43b1-9164-4f48cbfc47cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d19dde3-5878-43b1-9164-4f48cbfc47cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6d19dde3-5878-43b1-9164-4f48cbfc47cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1c46d4cc-1d63-4a72-97ea-7fdb9f18bff8 {
  min-height: 50px;
}








#s-1c46d4cc-1d63-4a72-97ea-7fdb9f18bff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c46d4cc-1d63-4a72-97ea-7fdb9f18bff8.shg-box.shg-c {
  justify-content: center;
}

#s-f1be79cd-927b-4c90-8bac-efb8990aad3e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1215e81e-14a1-4ee5-b352-13c413b42750 {
  min-height: 50px;
}








#s-1215e81e-14a1-4ee5-b352-13c413b42750 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1215e81e-14a1-4ee5-b352-13c413b42750.shg-box.shg-c {
  justify-content: center;
}

#s-418c1c7d-9dc8-465b-82e1-6d93124bd7ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-418c1c7d-9dc8-465b-82e1-6d93124bd7ee .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f7a05af8-da9f-444e-bdc8-c4e0981f529f {
  min-height: 50px;
}








#s-f7a05af8-da9f-444e-bdc8-c4e0981f529f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7a05af8-da9f-444e-bdc8-c4e0981f529f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7b332a05-0d68-493e-a4f6-73aef912304f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-86ab7a50-48b5-4d9c-844e-f3ffdd732ee6 {
  text-align: center;
}




  #s-86ab7a50-48b5-4d9c-844e-f3ffdd732ee6 img.shogun-image {
    
    width: px;
  }


#s-86ab7a50-48b5-4d9c-844e-f3ffdd732ee6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7523cdea-2fa2-4943-88bf-1de16214c877 {
  text-align: center;
}




  #s-7523cdea-2fa2-4943-88bf-1de16214c877 img.shogun-image {
    
    width: px;
  }


#s-7523cdea-2fa2-4943-88bf-1de16214c877 .shogun-image-content {
  
    align-items: center;
  
}

#s-47f024ee-4681-4d11-9292-deb28d2e93f3 {
  text-align: center;
}




  #s-47f024ee-4681-4d11-9292-deb28d2e93f3 img.shogun-image {
    
    width: px;
  }


#s-47f024ee-4681-4d11-9292-deb28d2e93f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e62df079-9f78-4b5e-97ac-b21fc1cd57ea {
  min-height: 50px;
}








#s-e62df079-9f78-4b5e-97ac-b21fc1cd57ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e62df079-9f78-4b5e-97ac-b21fc1cd57ea.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a8d2e50-d3dc-46de-9bad-9a149b723570"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c918a518-168c-4f20-b29c-a35483e97696 {
  display: none;
}
#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe {
  text-align: left;
}


.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe {
  max-width: 100%;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe .shg-image-zoom,
.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe {
  max-width: 100%;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe .shg-image-zoom,
.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe {
  max-width: 100%;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe .shg-image-zoom,
.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe {
  max-width: 100%;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe .shg-image-zoom,
.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe {
  max-width: 100%;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe .shg-image-zoom,
.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75e10af7-e8c0-4eb8-b505-abfaf12d34fe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3bca8ec8-33c3-4b27-a97c-d068a6b16443 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bca8ec8-33c3-4b27-a97c-d068a6b16443 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-589b33ca-89b8-42a1-b157-094455455353 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-589b33ca-89b8-42a1-b157-094455455353:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-589b33ca-89b8-42a1-b157-094455455353:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-589b33ca-89b8-42a1-b157-094455455353 {
  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-589b33ca-89b8-42a1-b157-094455455353.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-589b33ca-89b8-42a1-b157-094455455353.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-589b33ca-89b8-42a1-b157-094455455353.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c4a1eaa3-6f19-4f93-a165-f760c03110bc {
  display: none;
}
#s-44124e94-4629-4ce1-9a91-edac1345ba09 {
  text-align: left;
}


.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 {
  max-width: 100%;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 .shg-image-zoom,
.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 {
  max-width: 100%;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 .shg-image-zoom,
.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 {
  max-width: 100%;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 .shg-image-zoom,
.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 {
  max-width: 100%;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 .shg-image-zoom,
.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 {
  max-width: 100%;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 .shg-image-zoom,
.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44124e94-4629-4ce1-9a91-edac1345ba09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0166b659-14c5-460f-b31d-0fcd1a14ad5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0166b659-14c5-460f-b31d-0fcd1a14ad5c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-ef3ab098-a818-4df7-9167-4a092bacbaa5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ef3ab098-a818-4df7-9167-4a092bacbaa5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef3ab098-a818-4df7-9167-4a092bacbaa5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ef3ab098-a818-4df7-9167-4a092bacbaa5 {
  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-ef3ab098-a818-4df7-9167-4a092bacbaa5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef3ab098-a818-4df7-9167-4a092bacbaa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef3ab098-a818-4df7-9167-4a092bacbaa5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-de5eb09f-2377-4c54-bc9a-1c41a98746cc {
  display: none;
}
#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf {
  text-align: left;
}


.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf {
  max-width: 100%;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf .shg-image-zoom,
.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf {
  max-width: 100%;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf .shg-image-zoom,
.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf {
  max-width: 100%;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf .shg-image-zoom,
.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf {
  max-width: 100%;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf .shg-image-zoom,
.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf {
  max-width: 100%;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf .shg-image-zoom,
.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f298573d-dbf3-49c4-af46-dd2a4c0496cf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-857b4ecb-afa3-49df-be8c-f37e51eadc3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-857b4ecb-afa3-49df-be8c-f37e51eadc3f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-8fecb8e5-f253-4667-9fc0-360c0b101904 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8fecb8e5-f253-4667-9fc0-360c0b101904:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8fecb8e5-f253-4667-9fc0-360c0b101904:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8fecb8e5-f253-4667-9fc0-360c0b101904 {
  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-8fecb8e5-f253-4667-9fc0-360c0b101904.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fecb8e5-f253-4667-9fc0-360c0b101904.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8fecb8e5-f253-4667-9fc0-360c0b101904.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-88295e8e-66d7-46e2-a4e7-4049fe5a26b3 {
  min-height: 50px;
}








#s-88295e8e-66d7-46e2-a4e7-4049fe5a26b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88295e8e-66d7-46e2-a4e7-4049fe5a26b3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c06eabb-f238-4feb-87cc-e1c61ff2a328"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3b129f19-ee75-4bf5-b92d-21950644cc53 {
  display: none;
}
#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 {
  text-align: left;
}


.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 {
  max-width: 100%;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 .shg-image-zoom,
.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 {
  max-width: 100%;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 .shg-image-zoom,
.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 {
  max-width: 100%;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 .shg-image-zoom,
.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 {
  max-width: 100%;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 .shg-image-zoom,
.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 {
  max-width: 100%;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 .shg-image-zoom,
.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-867d50ff-9ceb-420d-844d-b85a2b0ca345 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-544d78f4-8947-4a50-aa42-9fe8fc14f7b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-544d78f4-8947-4a50-aa42-9fe8fc14f7b8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-d388e572-c6aa-480e-989c-2b0bc4fb7a6b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d388e572-c6aa-480e-989c-2b0bc4fb7a6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d388e572-c6aa-480e-989c-2b0bc4fb7a6b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d388e572-c6aa-480e-989c-2b0bc4fb7a6b {
  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-d388e572-c6aa-480e-989c-2b0bc4fb7a6b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d388e572-c6aa-480e-989c-2b0bc4fb7a6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d388e572-c6aa-480e-989c-2b0bc4fb7a6b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7b15fcc1-fc2a-42c9-b56e-5dc19861680e {
  display: none;
}
#s-583f40dc-0912-481d-b57e-0693d4f99346 {
  text-align: left;
}


.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 {
  max-width: 100%;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 .shg-image-zoom,
.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 {
  max-width: 100%;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 .shg-image-zoom,
.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 {
  max-width: 100%;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 .shg-image-zoom,
.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 {
  max-width: 100%;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 .shg-image-zoom,
.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 {
  max-width: 100%;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 .shg-image-zoom,
.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-583f40dc-0912-481d-b57e-0693d4f99346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6844f594-0433-46b5-b534-af692a0bcd42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6844f594-0433-46b5-b534-af692a0bcd42 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-d13d2216-1eec-4ace-88d0-41fdd34b809d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d13d2216-1eec-4ace-88d0-41fdd34b809d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d13d2216-1eec-4ace-88d0-41fdd34b809d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d13d2216-1eec-4ace-88d0-41fdd34b809d {
  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-d13d2216-1eec-4ace-88d0-41fdd34b809d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d13d2216-1eec-4ace-88d0-41fdd34b809d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d13d2216-1eec-4ace-88d0-41fdd34b809d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e2258689-286d-4c55-90eb-c4672f526fef {
  display: none;
}
#s-79bcaade-9610-4469-8626-b3891454c0c4 {
  text-align: left;
}


.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 {
  max-width: 100%;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 .shg-image-zoom,
.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 {
  max-width: 100%;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 .shg-image-zoom,
.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 {
  max-width: 100%;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 .shg-image-zoom,
.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 {
  max-width: 100%;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 .shg-image-zoom,
.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 {
  max-width: 100%;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 .shg-image-zoom,
.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79bcaade-9610-4469-8626-b3891454c0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4dac1bcc-f44f-4157-bca4-ec44cb530786 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4dac1bcc-f44f-4157-bca4-ec44cb530786 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-ab2cba21-41bb-4dab-b5d3-1b889eaa5c77 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ab2cba21-41bb-4dab-b5d3-1b889eaa5c77:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ab2cba21-41bb-4dab-b5d3-1b889eaa5c77:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ab2cba21-41bb-4dab-b5d3-1b889eaa5c77 {
  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-ab2cba21-41bb-4dab-b5d3-1b889eaa5c77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab2cba21-41bb-4dab-b5d3-1b889eaa5c77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab2cba21-41bb-4dab-b5d3-1b889eaa5c77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dca134c7-825d-42ef-b1b1-fafee82981bb {
  min-height: 50px;
}








#s-dca134c7-825d-42ef-b1b1-fafee82981bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dca134c7-825d-42ef-b1b1-fafee82981bb.shg-box.shg-c {
  justify-content: center;
}

#s-d171749b-8d37-4038-bc12-af580f5b8b19 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-027c11b6-7bc2-48cd-9735-bbd56a1c7561 {
  min-height: 50px;
}








#s-027c11b6-7bc2-48cd-9735-bbd56a1c7561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-027c11b6-7bc2-48cd-9735-bbd56a1c7561.shg-box.shg-c {
  justify-content: center;
}

#s-7fd21d52-051e-4eab-a113-051c80e149bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fd21d52-051e-4eab-a113-051c80e149bb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-67ff03df-40f4-4476-b211-6da3b12112cb {
  min-height: 50px;
}








#s-67ff03df-40f4-4476-b211-6da3b12112cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67ff03df-40f4-4476-b211-6da3b12112cb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e4d5693-c693-4dcd-89b6-35c1aed885c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9b5c8f4d-ecc5-4809-9085-2740b35af0bd {
  text-align: center;
}




  #s-9b5c8f4d-ecc5-4809-9085-2740b35af0bd img.shogun-image {
    
    width: px;
  }


#s-9b5c8f4d-ecc5-4809-9085-2740b35af0bd .shogun-image-content {
  
    align-items: center;
  
}

#s-c6b2e703-9b6e-40b8-bd4b-e276c049fe79 {
  text-align: center;
}




  #s-c6b2e703-9b6e-40b8-bd4b-e276c049fe79 img.shogun-image {
    
    width: px;
  }


#s-c6b2e703-9b6e-40b8-bd4b-e276c049fe79 .shogun-image-content {
  
    align-items: center;
  
}

#s-8afd1920-f7ce-4136-87d0-c27cacf3458b {
  text-align: center;
}




  #s-8afd1920-f7ce-4136-87d0-c27cacf3458b img.shogun-image {
    
    width: px;
  }


#s-8afd1920-f7ce-4136-87d0-c27cacf3458b .shogun-image-content {
  
    align-items: center;
  
}

#s-d1e11942-c6f3-41ef-af4d-a9255d0ca5cb {
  min-height: 50px;
}








#s-d1e11942-c6f3-41ef-af4d-a9255d0ca5cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1e11942-c6f3-41ef-af4d-a9255d0ca5cb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bbf9f89-c41d-4f53-bad1-62f1ccbc6973"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-aa7c2d4f-2bf3-4b5e-826d-b3bb8f6b85cc {
  display: none;
}
#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b {
  text-align: left;
}


.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b {
  max-width: 100%;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b .shg-image-zoom,
.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b {
  max-width: 100%;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b .shg-image-zoom,
.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b {
  max-width: 100%;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b .shg-image-zoom,
.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b {
  max-width: 100%;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b .shg-image-zoom,
.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b {
  max-width: 100%;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b .shg-image-zoom,
.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90663c4b-fb4d-45c8-8aec-2e8e8051d60b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9ebf32c2-e158-4c81-941d-59b0b3e69529 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ebf32c2-e158-4c81-941d-59b0b3e69529 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-51301a76-c994-4f86-a66a-fb1fae8992a1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-51301a76-c994-4f86-a66a-fb1fae8992a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51301a76-c994-4f86-a66a-fb1fae8992a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51301a76-c994-4f86-a66a-fb1fae8992a1 {
  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-51301a76-c994-4f86-a66a-fb1fae8992a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51301a76-c994-4f86-a66a-fb1fae8992a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51301a76-c994-4f86-a66a-fb1fae8992a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b43f38e5-387b-4f2d-b208-538087517665 {
  display: none;
}
#s-ca255641-01ad-4916-8768-40e7cfec284f {
  text-align: left;
}


.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f {
  max-width: 100%;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f .shg-image-zoom,
.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f {
  max-width: 100%;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f .shg-image-zoom,
.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f {
  max-width: 100%;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f .shg-image-zoom,
.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f {
  max-width: 100%;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f .shg-image-zoom,
.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f {
  max-width: 100%;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f .shg-image-zoom,
.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca255641-01ad-4916-8768-40e7cfec284f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d9c5e4b9-f373-424f-9693-97bec0d99f00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9c5e4b9-f373-424f-9693-97bec0d99f00 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-fcf6ac4d-1401-437a-97ca-c8a240169202 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fcf6ac4d-1401-437a-97ca-c8a240169202:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fcf6ac4d-1401-437a-97ca-c8a240169202:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fcf6ac4d-1401-437a-97ca-c8a240169202 {
  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-fcf6ac4d-1401-437a-97ca-c8a240169202.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fcf6ac4d-1401-437a-97ca-c8a240169202.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fcf6ac4d-1401-437a-97ca-c8a240169202.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b11848ee-f53a-473b-a24a-db618e57c89e {
  display: none;
}
#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 {
  text-align: left;
}


.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 {
  max-width: 100%;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 .shg-image-zoom,
.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 {
  max-width: 100%;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 .shg-image-zoom,
.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 {
  max-width: 100%;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 .shg-image-zoom,
.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 {
  max-width: 100%;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 .shg-image-zoom,
.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 {
  max-width: 100%;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 .shg-image-zoom,
.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d89eb83-3dcc-49c9-b4da-e3107880ef36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c0bbc23b-cb9a-4dc0-8948-0ed76c619ed2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0bbc23b-cb9a-4dc0-8948-0ed76c619ed2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-c49426da-3557-44be-b43e-e057f42406b1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c49426da-3557-44be-b43e-e057f42406b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c49426da-3557-44be-b43e-e057f42406b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c49426da-3557-44be-b43e-e057f42406b1 {
  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-c49426da-3557-44be-b43e-e057f42406b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c49426da-3557-44be-b43e-e057f42406b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c49426da-3557-44be-b43e-e057f42406b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-69d053a2-10a0-4d2f-bd46-eace2fe931a3 {
  min-height: 50px;
}








#s-69d053a2-10a0-4d2f-bd46-eace2fe931a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69d053a2-10a0-4d2f-bd46-eace2fe931a3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49da8fa6-7964-429a-a451-fba0d72584cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2af32420-e26e-4f4a-bf12-0e578ef2a549 {
  display: none;
}
#s-b388bfe2-1131-467c-a003-9e316351ee35 {
  text-align: left;
}


.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 {
  max-width: 100%;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 .shg-image-zoom,
.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 {
  max-width: 100%;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 .shg-image-zoom,
.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 {
  max-width: 100%;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 .shg-image-zoom,
.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 {
  max-width: 100%;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 .shg-image-zoom,
.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 {
  max-width: 100%;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 .shg-image-zoom,
.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b388bfe2-1131-467c-a003-9e316351ee35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0ba92e62-6170-4a33-91db-a0b82632689a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ba92e62-6170-4a33-91db-a0b82632689a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-1056b887-94ef-4f0e-9327-59effbc62250 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1056b887-94ef-4f0e-9327-59effbc62250:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1056b887-94ef-4f0e-9327-59effbc62250:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1056b887-94ef-4f0e-9327-59effbc62250 {
  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-1056b887-94ef-4f0e-9327-59effbc62250.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1056b887-94ef-4f0e-9327-59effbc62250.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Merriweather;
  display:  inline-block ;
}

#s-1056b887-94ef-4f0e-9327-59effbc62250.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b27f5c4a-9a7d-46b7-bf74-0ea2a404b987 {
  display: none;
}
#s-7831299c-f564-418e-bd80-372659432534 {
  text-align: left;
}


.shg-c#s-7831299c-f564-418e-bd80-372659432534 {
  max-width: 100%;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 .shg-image-zoom,
.shg-c#s-7831299c-f564-418e-bd80-372659432534 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7831299c-f564-418e-bd80-372659432534 {
  max-width: 100%;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 .shg-image-zoom,
.shg-c#s-7831299c-f564-418e-bd80-372659432534 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7831299c-f564-418e-bd80-372659432534 {
  max-width: 100%;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 .shg-image-zoom,
.shg-c#s-7831299c-f564-418e-bd80-372659432534 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7831299c-f564-418e-bd80-372659432534 {
  max-width: 100%;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 .shg-image-zoom,
.shg-c#s-7831299c-f564-418e-bd80-372659432534 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7831299c-f564-418e-bd80-372659432534 {
  max-width: 100%;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 .shg-image-zoom,
.shg-c#s-7831299c-f564-418e-bd80-372659432534 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7831299c-f564-418e-bd80-372659432534 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8eca8bf6-d4f8-4c5c-b3c5-ed6ba0cb111d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8eca8bf6-d4f8-4c5c-b3c5-ed6ba0cb111d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-08e2c3c6-454b-4ebb-95b8-e30e98a7be5b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-08e2c3c6-454b-4ebb-95b8-e30e98a7be5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08e2c3c6-454b-4ebb-95b8-e30e98a7be5b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08e2c3c6-454b-4ebb-95b8-e30e98a7be5b {
  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-08e2c3c6-454b-4ebb-95b8-e30e98a7be5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08e2c3c6-454b-4ebb-95b8-e30e98a7be5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Merriweather;
  display:  inline-block ;
}

#s-08e2c3c6-454b-4ebb-95b8-e30e98a7be5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dfa729a7-1afa-4791-9800-9d17727058e0 {
  display: none;
}
#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 {
  text-align: left;
}


.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 {
  max-width: 100%;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 .shg-image-zoom,
.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 {
  max-width: 100%;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 .shg-image-zoom,
.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 {
  max-width: 100%;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 .shg-image-zoom,
.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 {
  max-width: 100%;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 .shg-image-zoom,
.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 {
  max-width: 100%;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 .shg-image-zoom,
.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bccda4b6-5574-4935-a52f-2e7e0bad1142 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-81945ece-682b-4832-9d3e-30f87dc0e22e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81945ece-682b-4832-9d3e-30f87dc0e22e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-c9d678cf-448e-4fcf-acb5-dfe1f53786e7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c9d678cf-448e-4fcf-acb5-dfe1f53786e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9d678cf-448e-4fcf-acb5-dfe1f53786e7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9d678cf-448e-4fcf-acb5-dfe1f53786e7 {
  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-c9d678cf-448e-4fcf-acb5-dfe1f53786e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9d678cf-448e-4fcf-acb5-dfe1f53786e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Merriweather;
  display:  inline-block ;
}

#s-c9d678cf-448e-4fcf-acb5-dfe1f53786e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f763b0a2-1648-45f7-8f61-32f5cb737d9f {
  min-height: 50px;
}








#s-f763b0a2-1648-45f7-8f61-32f5cb737d9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f763b0a2-1648-45f7-8f61-32f5cb737d9f.shg-box.shg-c {
  justify-content: center;
}

#s-9e78affb-aa73-453e-b66d-1cc6f31826fb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-d6c07edf-f5ff-4dc4-b530-ef5698accec8 {
  min-height: 50px;
}








#s-d6c07edf-f5ff-4dc4-b530-ef5698accec8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6c07edf-f5ff-4dc4-b530-ef5698accec8.shg-box.shg-c {
  justify-content: center;
}

#s-b9c8e25a-adb9-4c10-b304-4c07ba814431 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9c8e25a-adb9-4c10-b304-4c07ba814431 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3829a12-6023-44f9-9e99-1b6b5c8279f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5fa86f1f-3e55-437a-90cf-285e6943d2cf {
  text-align: center;
}




  #s-5fa86f1f-3e55-437a-90cf-285e6943d2cf img.shogun-image {
    
    width: px;
  }


#s-5fa86f1f-3e55-437a-90cf-285e6943d2cf .shogun-image-content {
  
    align-items: center;
  
}

#s-948c6289-787b-4e96-9fc9-15e5cc01f694 {
  text-align: center;
}




  #s-948c6289-787b-4e96-9fc9-15e5cc01f694 img.shogun-image {
    
    width: px;
  }


#s-948c6289-787b-4e96-9fc9-15e5cc01f694 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d2df403-64b8-4126-838b-4ffd7e28940d {
  text-align: center;
}




  #s-7d2df403-64b8-4126-838b-4ffd7e28940d img.shogun-image {
    
    width: px;
  }


#s-7d2df403-64b8-4126-838b-4ffd7e28940d .shogun-image-content {
  
    align-items: center;
  
}

#s-a1fd6022-4cf9-45e8-99a2-692475f55998 {
  min-height: 50px;
}








#s-a1fd6022-4cf9-45e8-99a2-692475f55998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1fd6022-4cf9-45e8-99a2-692475f55998.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cc3f3652-5101-4f59-8435-8ce864cf2032"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bad5f0ad-6268-4ba0-b3c4-e03e03b6007b {
  display: none;
}
#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 {
  text-align: left;
}


.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 {
  max-width: 100%;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 .shg-image-zoom,
.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 {
  max-width: 100%;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 .shg-image-zoom,
.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 {
  max-width: 100%;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 .shg-image-zoom,
.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 {
  max-width: 100%;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 .shg-image-zoom,
.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 {
  max-width: 100%;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 .shg-image-zoom,
.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce401b42-ead2-4f1c-80b0-ac05ada6ef92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5dd9b24a-0594-4c28-8e85-14415c9a5ac6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5dd9b24a-0594-4c28-8e85-14415c9a5ac6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-09e9e06d-87eb-4bc1-b079-2b0ada673703 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-09e9e06d-87eb-4bc1-b079-2b0ada673703:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-09e9e06d-87eb-4bc1-b079-2b0ada673703:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-09e9e06d-87eb-4bc1-b079-2b0ada673703 {
  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-09e9e06d-87eb-4bc1-b079-2b0ada673703.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09e9e06d-87eb-4bc1-b079-2b0ada673703.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Merriweather;
  display:  inline-block ;
}

#s-09e9e06d-87eb-4bc1-b079-2b0ada673703.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-40b64a05-cb54-4e9a-87a9-323bbe798e76 {
  display: none;
}
#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b {
  text-align: left;
}


.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b {
  max-width: 100%;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b .shg-image-zoom,
.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b {
  max-width: 100%;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b .shg-image-zoom,
.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b {
  max-width: 100%;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b .shg-image-zoom,
.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b {
  max-width: 100%;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b .shg-image-zoom,
.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b {
  max-width: 100%;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b .shg-image-zoom,
.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7ed6eb2-701e-406a-a8e8-54ac06c7ce8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4bf452bf-0de9-420b-b94e-c9cc67ea5c04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bf452bf-0de9-420b-b94e-c9cc67ea5c04 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-7aec21df-91b7-4532-a6cd-e0505ba9c701 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7aec21df-91b7-4532-a6cd-e0505ba9c701:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7aec21df-91b7-4532-a6cd-e0505ba9c701:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7aec21df-91b7-4532-a6cd-e0505ba9c701 {
  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-7aec21df-91b7-4532-a6cd-e0505ba9c701.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7aec21df-91b7-4532-a6cd-e0505ba9c701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Merriweather;
  display:  inline-block ;
}

#s-7aec21df-91b7-4532-a6cd-e0505ba9c701.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-59d23dec-5412-4224-a6c9-733c4542bf45 {
  display: none;
}
#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 {
  text-align: left;
}


.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 {
  max-width: 100%;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 .shg-image-zoom,
.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 {
  max-width: 100%;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 .shg-image-zoom,
.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 {
  max-width: 100%;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 .shg-image-zoom,
.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 {
  max-width: 100%;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 .shg-image-zoom,
.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 {
  max-width: 100%;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 .shg-image-zoom,
.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7bfe827-95e4-46cc-a2dd-f363215d4482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf16c432-987e-4cbb-ac6d-dd8e70255ff2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf16c432-987e-4cbb-ac6d-dd8e70255ff2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-511da76d-3f17-46ec-8571-69b2b5ee923a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-511da76d-3f17-46ec-8571-69b2b5ee923a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-511da76d-3f17-46ec-8571-69b2b5ee923a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-511da76d-3f17-46ec-8571-69b2b5ee923a {
  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-511da76d-3f17-46ec-8571-69b2b5ee923a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-511da76d-3f17-46ec-8571-69b2b5ee923a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Merriweather;
  display:  inline-block ;
}

#s-511da76d-3f17-46ec-8571-69b2b5ee923a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4f7cf165-fef2-475b-97d1-164299f74566 {
  min-height: 50px;
}








#s-4f7cf165-fef2-475b-97d1-164299f74566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f7cf165-fef2-475b-97d1-164299f74566.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e6b286a-2dd5-4b89-b5e9-1e9add99191f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0a646a22-4421-4879-80b3-1021d47f603d {
  display: none;
}
#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 {
  text-align: left;
}


.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 {
  max-width: 100%;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 .shg-image-zoom,
.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 {
  max-width: 100%;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 .shg-image-zoom,
.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 {
  max-width: 100%;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 .shg-image-zoom,
.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 {
  max-width: 100%;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 .shg-image-zoom,
.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 {
  max-width: 100%;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 .shg-image-zoom,
.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcd2ae49-a2ca-4df4-a153-76ea5bc78335 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fef9abb3-8f47-489c-8de3-5a1eee99a6bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fef9abb3-8f47-489c-8de3-5a1eee99a6bb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-f08bea19-6929-4578-a27f-d22e388cb086 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f08bea19-6929-4578-a27f-d22e388cb086:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f08bea19-6929-4578-a27f-d22e388cb086:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f08bea19-6929-4578-a27f-d22e388cb086 {
  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-f08bea19-6929-4578-a27f-d22e388cb086.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f08bea19-6929-4578-a27f-d22e388cb086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Merriweather;
  display:  inline-block ;
}

#s-f08bea19-6929-4578-a27f-d22e388cb086.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-76450ff4-7392-4218-94f8-d25f2da2180c {
  display: none;
}
#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d {
  text-align: left;
}


.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d {
  max-width: 100%;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d .shg-image-zoom,
.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d {
  max-width: 100%;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d .shg-image-zoom,
.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d {
  max-width: 100%;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d .shg-image-zoom,
.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d {
  max-width: 100%;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d .shg-image-zoom,
.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d {
  max-width: 100%;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d .shg-image-zoom,
.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac6c56d1-f738-46ef-81a5-4e2f02c7be1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5cffea21-1231-491d-a0c2-75bb6f6ac061 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5cffea21-1231-491d-a0c2-75bb6f6ac061 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-9fa4414d-7fd7-4a1c-95b1-a0cd176cbedb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9fa4414d-7fd7-4a1c-95b1-a0cd176cbedb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9fa4414d-7fd7-4a1c-95b1-a0cd176cbedb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9fa4414d-7fd7-4a1c-95b1-a0cd176cbedb {
  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-9fa4414d-7fd7-4a1c-95b1-a0cd176cbedb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fa4414d-7fd7-4a1c-95b1-a0cd176cbedb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Merriweather;
  display:  inline-block ;
}

#s-9fa4414d-7fd7-4a1c-95b1-a0cd176cbedb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c73369c6-3adc-4762-81d2-f0d8f7742e51 {
  display: none;
}
#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 {
  text-align: left;
}


.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 {
  max-width: 100%;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 .shg-image-zoom,
.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 {
  max-width: 100%;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 .shg-image-zoom,
.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 {
  max-width: 100%;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 .shg-image-zoom,
.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 {
  max-width: 100%;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 .shg-image-zoom,
.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 {
  max-width: 100%;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 .shg-image-zoom,
.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfc335bb-17e9-4959-95e5-0f9f1a75b5a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1e69e690-9d02-42a4-9666-a4ae4018e350 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e69e690-9d02-42a4-9666-a4ae4018e350 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-4895fb54-d22a-4880-b8bb-e363a1315ac3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4895fb54-d22a-4880-b8bb-e363a1315ac3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4895fb54-d22a-4880-b8bb-e363a1315ac3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4895fb54-d22a-4880-b8bb-e363a1315ac3 {
  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-4895fb54-d22a-4880-b8bb-e363a1315ac3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4895fb54-d22a-4880-b8bb-e363a1315ac3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Merriweather;
  display:  inline-block ;
}

#s-4895fb54-d22a-4880-b8bb-e363a1315ac3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6c00eb44-4476-4f8f-bb2c-e9a41d476ce7 {
  min-height: 50px;
}








#s-6c00eb44-4476-4f8f-bb2c-e9a41d476ce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c00eb44-4476-4f8f-bb2c-e9a41d476ce7.shg-box.shg-c {
  justify-content: center;
}

#s-3bf1093c-30da-4bd6-956b-c8db9a221961 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-75bc177f-5991-453d-a3d0-42c05eac7b12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75bc177f-5991-453d-a3d0-42c05eac7b12 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-70cf847c-2c70-4786-964c-3695862e2b0c {
  min-height: 50px;
}








#s-70cf847c-2c70-4786-964c-3695862e2b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70cf847c-2c70-4786-964c-3695862e2b0c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b3a42166-3f9e-4639-a5d0-1337cb97d763"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-3f7d0307-577e-4f17-bc3a-b57125796a13 {
  text-align: center;
}




  #s-3f7d0307-577e-4f17-bc3a-b57125796a13 img.shogun-image {
    
    width: px;
  }


#s-3f7d0307-577e-4f17-bc3a-b57125796a13 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c7cb992-6216-4879-97c4-3655fa0d0cb7 {
  text-align: center;
}




  #s-7c7cb992-6216-4879-97c4-3655fa0d0cb7 img.shogun-image {
    
    width: px;
  }


#s-7c7cb992-6216-4879-97c4-3655fa0d0cb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5919986e-02d6-4913-abaa-6f5e984797f6 {
  text-align: center;
}




  #s-5919986e-02d6-4913-abaa-6f5e984797f6 img.shogun-image {
    
    width: px;
  }


#s-5919986e-02d6-4913-abaa-6f5e984797f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e358a2cb-e98d-48c8-8a69-364942640efa {
  text-align: center;
}




  #s-e358a2cb-e98d-48c8-8a69-364942640efa img.shogun-image {
    
    width: px;
  }


#s-e358a2cb-e98d-48c8-8a69-364942640efa .shogun-image-content {
  
    align-items: center;
  
}

#s-75e9bbe2-f0ed-4931-8849-7043aefe215f {
  min-height: 50px;
}








#s-75e9bbe2-f0ed-4931-8849-7043aefe215f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75e9bbe2-f0ed-4931-8849-7043aefe215f.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-ce3e0006-7afd-4532-be8d-7c4bfe812deb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ce3e0006-7afd-4532-be8d-7c4bfe812deb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce3e0006-7afd-4532-be8d-7c4bfe812deb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ce3e0006-7afd-4532-be8d-7c4bfe812deb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Merriweather;
  display:  inline-block ;
}

/*
  $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;
}
