.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-48c70268-3d6e-4831-baf4-5ae66d2539fa {
  min-height: 50px;
}








#s-48c70268-3d6e-4831-baf4-5ae66d2539fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48c70268-3d6e-4831-baf4-5ae66d2539fa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b788d8fa-b9b8-4b28-837f-6c605a011c75 {
  background-image: url(https://i.shgcdn.com/d188ec65-78a0-4847-80ad-01a684d6246a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}








#s-b788d8fa-b9b8-4b28-837f-6c605a011c75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b788d8fa-b9b8-4b28-837f-6c605a011c75.shg-box.shg-c {
  justify-content: flex-start;
}

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

#s-6b90143c-b8f1-4b01-a705-7a84c5002ead {
  border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1c17bac6-f63f-451d-ab03-42bcbcc5ed55 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 04px;
background-color: rgba(255, 255, 255, 0);
}








#s-1c17bac6-f63f-451d-ab03-42bcbcc5ed55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c17bac6-f63f-451d-ab03-42bcbcc5ed55.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-60e1f1b2-af27-47cf-bf4c-bd1804f4dac0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(45, 19, 8, 1);
border-style: solid;
text-align: left;
}

#s-60e1f1b2-af27-47cf-bf4c-bd1804f4dac0 .shogun-heading-component h1 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-419cc69e-bf79-4dab-8b3a-d600e78f31a8 {
  margin-bottom: 20px;
}

#s-97cbe917-6fe5-4ee3-a95c-88430206f211 {
  min-height: 50px;
}








#s-97cbe917-6fe5-4ee3-a95c-88430206f211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97cbe917-6fe5-4ee3-a95c-88430206f211.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  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-e7dcd70b-509a-4968-9754-0b8b150676e0 {
  text-align: left;
}


.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 {
  max-width: 100%;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 .shg-image-zoom,
.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 {
  max-width: 100%;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 .shg-image-zoom,
.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 {
  max-width: 100%;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 .shg-image-zoom,
.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 {
  max-width: 100%;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 .shg-image-zoom,
.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 {
  max-width: 100%;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 .shg-image-zoom,
.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7dcd70b-509a-4968-9754-0b8b150676e0 .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-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-1f1964c6-f6c6-4761-9548-2b1121b95976 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  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-fbeff7d0-b327-4444-a37c-4285d3e984cb {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-fbeff7d0-b327-4444-a37c-4285d3e984cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fbeff7d0-b327-4444-a37c-4285d3e984cb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fbeff7d0-b327-4444-a37c-4285d3e984cb {
  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-fbeff7d0-b327-4444-a37c-4285d3e984cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbeff7d0-b327-4444-a37c-4285d3e984cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fbeff7d0-b327-4444-a37c-4285d3e984cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fa326ab3-eed8-4044-bf1d-98e00f378c00 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-ac9aadcd-868d-4e25-9de7-237ed691fc14 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ac9aadcd-868d-4e25-9de7-237ed691fc14 {
  display: none;
}
#s-d3ad303c-ae33-4793-b297-50200ca08d59 {
  text-align: left;
}


.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 {
  max-width: 100%;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 .shg-image-zoom,
.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 {
  max-width: 100%;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 .shg-image-zoom,
.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 {
  max-width: 100%;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 .shg-image-zoom,
.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 {
  max-width: 100%;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 .shg-image-zoom,
.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 {
  max-width: 100%;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 .shg-image-zoom,
.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3ad303c-ae33-4793-b297-50200ca08d59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2f3f1f09-d97c-4ee8-8533-b68216c124c0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-2f3f1f09-d97c-4ee8-8533-b68216c124c0 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-ea3fc61e-8828-4f2f-8b18-11feab60fcef {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ea3fc61e-8828-4f2f-8b18-11feab60fcef .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-ea3fc61e-8828-4f2f-8b18-11feab60fcef .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ea3fc61e-8828-4f2f-8b18-11feab60fcef .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-ceaa5efa-e8c4-49f7-a9e2-613ea608ebff {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-ceaa5efa-e8c4-49f7-a9e2-613ea608ebff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ceaa5efa-e8c4-49f7-a9e2-613ea608ebff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ceaa5efa-e8c4-49f7-a9e2-613ea608ebff {
  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-ceaa5efa-e8c4-49f7-a9e2-613ea608ebff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ceaa5efa-e8c4-49f7-a9e2-613ea608ebff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ceaa5efa-e8c4-49f7-a9e2-613ea608ebff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-246addfe-1504-45b5-986b-6146e8de66d3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-96d0eb28-98b7-4d77-ac8e-9560e1b8d262 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-96d0eb28-98b7-4d77-ac8e-9560e1b8d262 {
  display: none;
}
#s-aa47f83f-aab8-4b11-a311-a41a695e426d {
  text-align: left;
}


.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d {
  max-width: 100%;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d .shg-image-zoom,
.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d {
  max-width: 100%;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d .shg-image-zoom,
.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d {
  max-width: 100%;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d .shg-image-zoom,
.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d {
  max-width: 100%;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d .shg-image-zoom,
.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d {
  max-width: 100%;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d .shg-image-zoom,
.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa47f83f-aab8-4b11-a311-a41a695e426d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9f6bf86f-89b0-48e7-9372-f96e4d375f86 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-9f6bf86f-89b0-48e7-9372-f96e4d375f86 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-3323963c-6771-4847-91c8-9d8dc3641cbb {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3323963c-6771-4847-91c8-9d8dc3641cbb .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-3323963c-6771-4847-91c8-9d8dc3641cbb .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3323963c-6771-4847-91c8-9d8dc3641cbb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-c8047d81-9b67-4370-b422-666fdc726516 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-c8047d81-9b67-4370-b422-666fdc726516:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c8047d81-9b67-4370-b422-666fdc726516:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c8047d81-9b67-4370-b422-666fdc726516 {
  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-c8047d81-9b67-4370-b422-666fdc726516.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8047d81-9b67-4370-b422-666fdc726516.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c8047d81-9b67-4370-b422-666fdc726516.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2b7e020a-e326-4b38-969b-39bb5c9be556 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6906de8e-3bfd-4ec2-a3df-3e802f0a656d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-6906de8e-3bfd-4ec2-a3df-3e802f0a656d {
  display: none;
}
#s-9f92593b-30df-46de-ad1d-379d0f97fb36 {
  text-align: left;
}


.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 {
  max-width: 100%;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 .shg-image-zoom,
.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 {
  max-width: 100%;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 .shg-image-zoom,
.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 {
  max-width: 100%;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 .shg-image-zoom,
.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 {
  max-width: 100%;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 .shg-image-zoom,
.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 {
  max-width: 100%;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 .shg-image-zoom,
.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f92593b-30df-46de-ad1d-379d0f97fb36 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d3ce3b75-a17e-4500-8cf7-2a7e62fad1e5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-d3ce3b75-a17e-4500-8cf7-2a7e62fad1e5 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-6cd8d846-6de5-490f-8784-46b07b9852ef {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6cd8d846-6de5-490f-8784-46b07b9852ef .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-6cd8d846-6de5-490f-8784-46b07b9852ef .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6cd8d846-6de5-490f-8784-46b07b9852ef .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-bb1152dc-9c8a-446a-9705-317a57fe8521 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-bb1152dc-9c8a-446a-9705-317a57fe8521:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb1152dc-9c8a-446a-9705-317a57fe8521:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bb1152dc-9c8a-446a-9705-317a57fe8521 {
  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-bb1152dc-9c8a-446a-9705-317a57fe8521.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb1152dc-9c8a-446a-9705-317a57fe8521.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb1152dc-9c8a-446a-9705-317a57fe8521.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-29ef0783-cef6-4925-800d-0c98b1e12a83 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-e6e6ff48-746a-41c2-bee6-5763b4f2c399 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e6e6ff48-746a-41c2-bee6-5763b4f2c399 {
  display: none;
}
#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 {
  text-align: left;
}


.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 {
  max-width: 100%;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 .shg-image-zoom,
.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 {
  max-width: 100%;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 .shg-image-zoom,
.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 {
  max-width: 100%;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 .shg-image-zoom,
.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 {
  max-width: 100%;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 .shg-image-zoom,
.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 {
  max-width: 100%;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 .shg-image-zoom,
.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9bd2d2a-d588-4620-914b-cfbd4d550d68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-699ad028-3e3a-40c9-aacb-222f62f7dabd {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-699ad028-3e3a-40c9-aacb-222f62f7dabd .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3d7793bb-483e-4753-b173-d2491d3a8dfd {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3d7793bb-483e-4753-b173-d2491d3a8dfd .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-3d7793bb-483e-4753-b173-d2491d3a8dfd .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3d7793bb-483e-4753-b173-d2491d3a8dfd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-7a9f48f4-8fe8-4dce-be85-3ce6f6f0cc23 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-7a9f48f4-8fe8-4dce-be85-3ce6f6f0cc23:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a9f48f4-8fe8-4dce-be85-3ce6f6f0cc23:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a9f48f4-8fe8-4dce-be85-3ce6f6f0cc23 {
  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-7a9f48f4-8fe8-4dce-be85-3ce6f6f0cc23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a9f48f4-8fe8-4dce-be85-3ce6f6f0cc23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a9f48f4-8fe8-4dce-be85-3ce6f6f0cc23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1c17b331-0d36-4fb9-9f58-b3ced1a87d72 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-82d5f8e4-e11a-4f03-987f-d1aeea625b10 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
min-height: 50px;
}








#s-82d5f8e4-e11a-4f03-987f-d1aeea625b10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82d5f8e4-e11a-4f03-987f-d1aeea625b10.shg-box.shg-c {
  justify-content: center;
}

#s-895dabab-d156-4900-9bd4-ab5ec6ca161d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-895dabab-d156-4900-9bd4-ab5ec6ca161d .shogun-heading-component h2 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9cfb5cde-1ba4-40e1-9269-68ddee1b5e17 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91fcbd1b-d84d-428b-8ee0-f1a0f76b3982"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-86166d4c-12b6-4db6-893c-0975d8690d32 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 18px;
padding-left: 20px;
padding-bottom: 18px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(45, 19, 8, 1);
text-decoration: none;
}
#s-86166d4c-12b6-4db6-893c-0975d8690d32:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(190, 69, 23, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-86166d4c-12b6-4db6-893c-0975d8690d32:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(190, 69, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-86166d4c-12b6-4db6-893c-0975d8690d32.shg-btn {
  color: rgba(45, 19, 8, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-52835617-baec-4a99-bcf7-3b02409d37c0 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-30e03392-36c8-4a3e-8978-f2afa662294d {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
background-position: center center;
}








#s-30e03392-36c8-4a3e-8978-f2afa662294d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-30e03392-36c8-4a3e-8978-f2afa662294d.shg-box.shg-c {
  justify-content: center;
}

#s-155e53ec-fd5f-487b-a268-568aee4fde64 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-155e53ec-fd5f-487b-a268-568aee4fde64 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8eb143e8-7843-4ae3-9fe9-180ddfd3b8da {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-532b348e-1707-464e-ad67-d011eb0bb15a {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 18px;
padding-left: 20px;
padding-bottom: 18px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.25);
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 1);
font-size: 11px;
color: rgba(45, 19, 8, 1);
text-decoration: none;
}
#s-532b348e-1707-464e-ad67-d011eb0bb15a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(190, 69, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-532b348e-1707-464e-ad67-d011eb0bb15a:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(215, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-532b348e-1707-464e-ad67-d011eb0bb15a.shg-btn {
  color: rgba(45, 19, 8, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-100c252d-5898-47c2-b3f7-6d0e3d4a114d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-100c252d-5898-47c2-b3f7-6d0e3d4a114d {
  display: none;
}
#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b {
  text-align: left;
}


.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b {
  max-width: 100%;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b .shg-image-zoom,
.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b {
  max-width: 100%;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b .shg-image-zoom,
.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b {
  max-width: 100%;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b .shg-image-zoom,
.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b {
  max-width: 100%;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b .shg-image-zoom,
.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b {
  max-width: 100%;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b .shg-image-zoom,
.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21b570bd-81e0-48cb-b8a7-6cd2b045262b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9e07894c-bb6b-4c70-8be5-48ab8276f50c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-9e07894c-bb6b-4c70-8be5-48ab8276f50c .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-983117d6-9489-44d3-8e72-bb36f3459868 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-983117d6-9489-44d3-8e72-bb36f3459868 .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-983117d6-9489-44d3-8e72-bb36f3459868 .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-983117d6-9489-44d3-8e72-bb36f3459868 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-871a692d-7fdf-4a35-a339-fa1f23935201 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-871a692d-7fdf-4a35-a339-fa1f23935201:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-871a692d-7fdf-4a35-a339-fa1f23935201:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-871a692d-7fdf-4a35-a339-fa1f23935201 {
  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-871a692d-7fdf-4a35-a339-fa1f23935201.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-871a692d-7fdf-4a35-a339-fa1f23935201.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-871a692d-7fdf-4a35-a339-fa1f23935201.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1df8f97a-fbd4-40da-8fc5-677d3804a1db hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-52c4560f-0e55-4b3c-b0a8-f860ae8533c4 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-52c4560f-0e55-4b3c-b0a8-f860ae8533c4 {
  display: none;
}
#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 {
  text-align: left;
}


.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 {
  max-width: 100%;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 .shg-image-zoom,
.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 {
  max-width: 100%;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 .shg-image-zoom,
.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 {
  max-width: 100%;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 .shg-image-zoom,
.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 {
  max-width: 100%;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 .shg-image-zoom,
.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 {
  max-width: 100%;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 .shg-image-zoom,
.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c50fbfca-f1ca-4425-935f-00b1c6c0dfe2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2ca521d0-3210-4270-bd13-c746732e781b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-2ca521d0-3210-4270-bd13-c746732e781b .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-b1289ccf-b40c-49f7-8900-dca700b289f1 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b1289ccf-b40c-49f7-8900-dca700b289f1 .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-b1289ccf-b40c-49f7-8900-dca700b289f1 .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b1289ccf-b40c-49f7-8900-dca700b289f1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-5f06369b-ad7f-43f9-9e08-e883cc3e63ab {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-5f06369b-ad7f-43f9-9e08-e883cc3e63ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f06369b-ad7f-43f9-9e08-e883cc3e63ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f06369b-ad7f-43f9-9e08-e883cc3e63ab {
  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-5f06369b-ad7f-43f9-9e08-e883cc3e63ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f06369b-ad7f-43f9-9e08-e883cc3e63ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5f06369b-ad7f-43f9-9e08-e883cc3e63ab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-295582bc-eb03-4330-b9fe-6b3f3d6e3999 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-74e8af1c-d6fe-4265-9028-086eb418030e {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-091d9715-216b-4519-9c30-ab5ff2b9f661 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-091d9715-216b-4519-9c30-ab5ff2b9f661 {
  display: none;
}
#s-ff286aad-1512-4784-9a01-25fe49f6a2da {
  text-align: left;
}


.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da {
  max-width: 100%;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da .shg-image-zoom,
.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da {
  max-width: 100%;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da .shg-image-zoom,
.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da {
  max-width: 100%;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da .shg-image-zoom,
.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da {
  max-width: 100%;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da .shg-image-zoom,
.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da {
  max-width: 100%;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da .shg-image-zoom,
.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff286aad-1512-4784-9a01-25fe49f6a2da .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-eea3978b-4957-428e-a4c1-084ef61fbc59 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-eea3978b-4957-428e-a4c1-084ef61fbc59 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-a8807359-4788-4aea-b5bf-1dee3262f2bb {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a8807359-4788-4aea-b5bf-1dee3262f2bb .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-a8807359-4788-4aea-b5bf-1dee3262f2bb .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a8807359-4788-4aea-b5bf-1dee3262f2bb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c1ea1548-f0ac-4819-9a53-e18af82b0789 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-c1ea1548-f0ac-4819-9a53-e18af82b0789:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1ea1548-f0ac-4819-9a53-e18af82b0789:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c1ea1548-f0ac-4819-9a53-e18af82b0789 {
  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-c1ea1548-f0ac-4819-9a53-e18af82b0789.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1ea1548-f0ac-4819-9a53-e18af82b0789.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c1ea1548-f0ac-4819-9a53-e18af82b0789.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-27d01530-55f9-47dc-8aa9-ee104baa840d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-ee70dba5-bcb4-4c6e-a51b-d61258688901 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ee70dba5-bcb4-4c6e-a51b-d61258688901 {
  display: none;
}
#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe {
  text-align: left;
}


.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe {
  max-width: 100%;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe .shg-image-zoom,
.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe {
  max-width: 100%;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe .shg-image-zoom,
.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe {
  max-width: 100%;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe .shg-image-zoom,
.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe {
  max-width: 100%;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe .shg-image-zoom,
.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe {
  max-width: 100%;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe .shg-image-zoom,
.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c5f6973-27f8-4917-8de5-b5bc558c2ffe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a902803e-465d-4512-9fe9-289111c0dbc1 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-a902803e-465d-4512-9fe9-289111c0dbc1 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3dab0784-609f-4fcc-ad5c-ea68c0453c39 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3dab0784-609f-4fcc-ad5c-ea68c0453c39 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-3dab0784-609f-4fcc-ad5c-ea68c0453c39 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3dab0784-609f-4fcc-ad5c-ea68c0453c39 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-2b1dee07-3f04-4b0b-8bc2-c6fb608f11c9 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-2b1dee07-3f04-4b0b-8bc2-c6fb608f11c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b1dee07-3f04-4b0b-8bc2-c6fb608f11c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b1dee07-3f04-4b0b-8bc2-c6fb608f11c9 {
  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-2b1dee07-3f04-4b0b-8bc2-c6fb608f11c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b1dee07-3f04-4b0b-8bc2-c6fb608f11c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b1dee07-3f04-4b0b-8bc2-c6fb608f11c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-854ec7f5-0830-46f3-8ba0-9a1362b419bb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-54e4eaa0-5103-4f12-9833-e5f726466b60 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-54e4eaa0-5103-4f12-9833-e5f726466b60 {
  display: none;
}
#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 {
  text-align: left;
}


.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 {
  max-width: 100%;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 .shg-image-zoom,
.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 {
  max-width: 100%;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 .shg-image-zoom,
.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 {
  max-width: 100%;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 .shg-image-zoom,
.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 {
  max-width: 100%;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 .shg-image-zoom,
.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 {
  max-width: 100%;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 .shg-image-zoom,
.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01a55fc4-fe0c-4078-8328-e1ef0b0090a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-94dff4fb-7f8b-4de3-aa86-b87bd6d64b72 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-94dff4fb-7f8b-4de3-aa86-b87bd6d64b72 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-c861107b-e580-4198-a8c1-ea12b77d031a {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
text-align: center;
}

#s-c861107b-e580-4198-a8c1-ea12b77d031a .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-c861107b-e580-4198-a8c1-ea12b77d031a .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c861107b-e580-4198-a8c1-ea12b77d031a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-ad847636-b90f-49c6-b081-8990c3270fca {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-ad847636-b90f-49c6-b081-8990c3270fca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad847636-b90f-49c6-b081-8990c3270fca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad847636-b90f-49c6-b081-8990c3270fca {
  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-ad847636-b90f-49c6-b081-8990c3270fca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad847636-b90f-49c6-b081-8990c3270fca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad847636-b90f-49c6-b081-8990c3270fca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-96cd6e09-a996-40f2-bfc8-0c3bff21741e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-101bcedd-4669-4a0d-849c-65d8b23f19c8 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-101bcedd-4669-4a0d-849c-65d8b23f19c8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dcf90d60-6764-4602-9515-1708fc9d4650 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-dcf90d60-6764-4602-9515-1708fc9d4650 {
  display: none;
}
#s-e8c57896-edef-4c6f-af54-4983c725d9c4 {
  text-align: left;
}


.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 {
  max-width: 100%;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 .shg-image-zoom,
.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 {
  max-width: 100%;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 .shg-image-zoom,
.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 {
  max-width: 100%;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 .shg-image-zoom,
.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 {
  max-width: 100%;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 .shg-image-zoom,
.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 {
  max-width: 100%;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 .shg-image-zoom,
.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c57896-edef-4c6f-af54-4983c725d9c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6f34f5d3-29b6-4cd2-8003-84aec5490193 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-6f34f5d3-29b6-4cd2-8003-84aec5490193 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-bd740f60-1ec9-4551-99c7-e29417c719a1 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bd740f60-1ec9-4551-99c7-e29417c719a1 .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-bd740f60-1ec9-4551-99c7-e29417c719a1 .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-bd740f60-1ec9-4551-99c7-e29417c719a1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7b60f26a-edce-4464-8c43-ac1ad4870622 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-7b60f26a-edce-4464-8c43-ac1ad4870622:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b60f26a-edce-4464-8c43-ac1ad4870622:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7b60f26a-edce-4464-8c43-ac1ad4870622 {
  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-7b60f26a-edce-4464-8c43-ac1ad4870622.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b60f26a-edce-4464-8c43-ac1ad4870622.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7b60f26a-edce-4464-8c43-ac1ad4870622.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c1707c7b-1e15-418b-8404-ea65e83e46e8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-bfef3fb6-9d3b-4e67-86a0-ef2faa3795dc {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-bfef3fb6-9d3b-4e67-86a0-ef2faa3795dc {
  display: none;
}
#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e {
  text-align: left;
}


.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e {
  max-width: 100%;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e .shg-image-zoom,
.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e {
  max-width: 100%;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e .shg-image-zoom,
.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e {
  max-width: 100%;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e .shg-image-zoom,
.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e {
  max-width: 100%;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e .shg-image-zoom,
.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e {
  max-width: 100%;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e .shg-image-zoom,
.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b2c743c-58a1-4fdb-a30c-0d8e8573821e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7d6f48e2-14bd-4107-82c6-2c72bf166881 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-7d6f48e2-14bd-4107-82c6-2c72bf166881 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-e6f573e1-cbea-4c0b-a4d6-987c4bbc94a3 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e6f573e1-cbea-4c0b-a4d6-987c4bbc94a3 .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-e6f573e1-cbea-4c0b-a4d6-987c4bbc94a3 .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e6f573e1-cbea-4c0b-a4d6-987c4bbc94a3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-eca8b638-fc46-42b1-b8f9-58bd84ec4272 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-eca8b638-fc46-42b1-b8f9-58bd84ec4272:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eca8b638-fc46-42b1-b8f9-58bd84ec4272:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eca8b638-fc46-42b1-b8f9-58bd84ec4272 {
  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-eca8b638-fc46-42b1-b8f9-58bd84ec4272.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eca8b638-fc46-42b1-b8f9-58bd84ec4272.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eca8b638-fc46-42b1-b8f9-58bd84ec4272.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c32997f5-9a37-4a76-bd8e-fefd2a8ca981 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-02e0de43-6a8e-405f-b698-3aa0a950bdc3 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-02e0de43-6a8e-405f-b698-3aa0a950bdc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02e0de43-6a8e-405f-b698-3aa0a950bdc3.shg-box.shg-c {
  justify-content: center;
}

#s-4f02471c-5b26-4894-80b1-a1fc661cd7a3 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4f02471c-5b26-4894-80b1-a1fc661cd7a3 .shogun-heading-component h2 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ef622a36-02f8-4a31-8351-edb078d8d22b {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-7980b30e-d392-4de6-9efc-d55929d0ab19 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7980b30e-d392-4de6-9efc-d55929d0ab19"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e2a00a1-5dbd-4eb1-815a-d8f6fae77384"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9f034eae-9c73-4df8-acca-245661230d88 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9f034eae-9c73-4df8-acca-245661230d88 {
  display: none;
}
#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 {
  text-align: left;
}


.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 {
  max-width: 100%;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 .shg-image-zoom,
.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 {
  max-width: 100%;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 .shg-image-zoom,
.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 {
  max-width: 100%;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 .shg-image-zoom,
.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 {
  max-width: 100%;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 .shg-image-zoom,
.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 {
  max-width: 100%;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 .shg-image-zoom,
.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f9083f0-c75a-4c8c-953b-92db6105eac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-110f65e7-bf42-4e66-b62c-a886180d65f1 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-110f65e7-bf42-4e66-b62c-a886180d65f1 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-cf2d610a-520c-46d0-8e35-ec2f5985c378 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cf2d610a-520c-46d0-8e35-ec2f5985c378 .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-cf2d610a-520c-46d0-8e35-ec2f5985c378 .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-cf2d610a-520c-46d0-8e35-ec2f5985c378 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-88693e71-d236-4e98-a00d-63a73bb8a890 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-88693e71-d236-4e98-a00d-63a73bb8a890:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88693e71-d236-4e98-a00d-63a73bb8a890:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-88693e71-d236-4e98-a00d-63a73bb8a890 {
  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-88693e71-d236-4e98-a00d-63a73bb8a890.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88693e71-d236-4e98-a00d-63a73bb8a890.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88693e71-d236-4e98-a00d-63a73bb8a890.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f38ae585-ec17-4612-80c7-0231da77ada2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-2a004659-991f-40e3-a42f-5d277d0dce4e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-2a004659-991f-40e3-a42f-5d277d0dce4e {
  display: none;
}
#s-f9970978-ccfa-4b01-956c-794cb8ca5932 {
  text-align: left;
}


.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 {
  max-width: 100%;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 .shg-image-zoom,
.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 {
  max-width: 100%;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 .shg-image-zoom,
.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 {
  max-width: 100%;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 .shg-image-zoom,
.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 {
  max-width: 100%;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 .shg-image-zoom,
.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 {
  max-width: 100%;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 .shg-image-zoom,
.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9970978-ccfa-4b01-956c-794cb8ca5932 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1313aa0f-fb1b-44c8-a1d3-7dbc5ead0c4e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-1313aa0f-fb1b-44c8-a1d3-7dbc5ead0c4e .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-aae9994a-85ae-4810-b2db-971ae8800f9a {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-aae9994a-85ae-4810-b2db-971ae8800f9a .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-aae9994a-85ae-4810-b2db-971ae8800f9a .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-aae9994a-85ae-4810-b2db-971ae8800f9a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-86b3202f-4d4a-45da-9f5f-4ca8bf38ed76 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-86b3202f-4d4a-45da-9f5f-4ca8bf38ed76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86b3202f-4d4a-45da-9f5f-4ca8bf38ed76:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-86b3202f-4d4a-45da-9f5f-4ca8bf38ed76 {
  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-86b3202f-4d4a-45da-9f5f-4ca8bf38ed76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86b3202f-4d4a-45da-9f5f-4ca8bf38ed76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86b3202f-4d4a-45da-9f5f-4ca8bf38ed76.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-26d35688-8b3b-4333-88b6-bcdefcba8471 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-cca0a59d-2b36-4d16-b22d-4a6f31391e6f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-cca0a59d-2b36-4d16-b22d-4a6f31391e6f {
  display: none;
}
#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e {
  text-align: left;
}


.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e {
  max-width: 100%;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e .shg-image-zoom,
.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e {
  max-width: 100%;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e .shg-image-zoom,
.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e {
  max-width: 100%;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e .shg-image-zoom,
.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e {
  max-width: 100%;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e .shg-image-zoom,
.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e {
  max-width: 100%;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e .shg-image-zoom,
.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f11bb2c6-2760-4f37-8c0d-17f170fe728e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e1e3a053-d0cc-401b-a336-3e29bb29f495 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-e1e3a053-d0cc-401b-a336-3e29bb29f495 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-725a6828-915f-4321-8f2c-7cbf4adec9ca {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
text-align: center;
}

#s-725a6828-915f-4321-8f2c-7cbf4adec9ca .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-725a6828-915f-4321-8f2c-7cbf4adec9ca .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-725a6828-915f-4321-8f2c-7cbf4adec9ca .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-55b2291a-6c20-404a-a28a-c989156778e5 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-55b2291a-6c20-404a-a28a-c989156778e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55b2291a-6c20-404a-a28a-c989156778e5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55b2291a-6c20-404a-a28a-c989156778e5 {
  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-55b2291a-6c20-404a-a28a-c989156778e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55b2291a-6c20-404a-a28a-c989156778e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-55b2291a-6c20-404a-a28a-c989156778e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bda3148d-97c2-4908-8a99-302224b16bc3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9b4d9fcd-3b83-4fda-8651-a43ca74f01da"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-ee50501c-96aa-406f-a1af-fa21d9083be5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
background-color: rgba(255, 255, 255, 1);
}








#s-ee50501c-96aa-406f-a1af-fa21d9083be5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee50501c-96aa-406f-a1af-fa21d9083be5.shg-box.shg-c {
  justify-content: center;
}

#s-2dbb1de5-b7a7-445e-81c4-827a8e3ef50f {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2dbb1de5-b7a7-445e-81c4-827a8e3ef50f .shogun-heading-component h2 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-803460ec-5018-453b-a0f0-de501601675a {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4cc6c3c0-ed5f-4b37-8639-db134bd0e9df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f5802dfc-ffc1-4058-8de0-b78450586331 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 18px;
padding-left: 20px;
padding-bottom: 18px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(45, 19, 8, 1);
text-decoration: none;
}
#s-f5802dfc-ffc1-4058-8de0-b78450586331:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(190, 69, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-f5802dfc-ffc1-4058-8de0-b78450586331:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(190, 69, 20, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-f5802dfc-ffc1-4058-8de0-b78450586331.shg-btn {
  color: rgba(45, 19, 8, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-edccdae9-614c-4e23-9c28-7ccfd0487bfc {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-edccdae9-614c-4e23-9c28-7ccfd0487bfc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-23ba5402-5e72-4a27-ad85-0445c806933d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-23ba5402-5e72-4a27-ad85-0445c806933d {
  display: none;
}
#s-08a047db-b4a2-41ed-9f76-130fa004eaed {
  text-align: left;
}


.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed {
  max-width: 100%;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed .shg-image-zoom,
.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed {
  max-width: 100%;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed .shg-image-zoom,
.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed {
  max-width: 100%;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed .shg-image-zoom,
.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed {
  max-width: 100%;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed .shg-image-zoom,
.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed {
  max-width: 100%;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed .shg-image-zoom,
.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08a047db-b4a2-41ed-9f76-130fa004eaed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-09512d7d-af36-4b7f-9098-399bf8e87b63 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-09512d7d-af36-4b7f-9098-399bf8e87b63 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-65000756-5ca4-4310-b96d-680e97b171a0 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-65000756-5ca4-4310-b96d-680e97b171a0 .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-65000756-5ca4-4310-b96d-680e97b171a0 .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-65000756-5ca4-4310-b96d-680e97b171a0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-64de3d57-91e5-46be-91f5-237b13eb8dea {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-64de3d57-91e5-46be-91f5-237b13eb8dea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64de3d57-91e5-46be-91f5-237b13eb8dea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-64de3d57-91e5-46be-91f5-237b13eb8dea {
  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-64de3d57-91e5-46be-91f5-237b13eb8dea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-64de3d57-91e5-46be-91f5-237b13eb8dea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-64de3d57-91e5-46be-91f5-237b13eb8dea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b3cdbf4c-440a-4969-a55c-c17c0e24b072 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-16b3bdca-0072-4144-9cee-fd8530b6b7b0 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-16b3bdca-0072-4144-9cee-fd8530b6b7b0 {
  display: none;
}
#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a {
  text-align: left;
}


.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a {
  max-width: 100%;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a .shg-image-zoom,
.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a {
  max-width: 100%;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a .shg-image-zoom,
.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a {
  max-width: 100%;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a .shg-image-zoom,
.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a {
  max-width: 100%;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a .shg-image-zoom,
.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a {
  max-width: 100%;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a .shg-image-zoom,
.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-778dcaa2-2543-4b63-acaa-edb9a7cc587a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cd48b669-d87f-4cc5-a3e5-d887a41ebade {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-cd48b669-d87f-4cc5-a3e5-d887a41ebade .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-805959a1-900c-4d26-97b9-9f99642b5a20 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-805959a1-900c-4d26-97b9-9f99642b5a20 .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-805959a1-900c-4d26-97b9-9f99642b5a20 .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-805959a1-900c-4d26-97b9-9f99642b5a20 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-dd21b483-a7fa-4d71-926e-f9f005b973da {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-dd21b483-a7fa-4d71-926e-f9f005b973da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd21b483-a7fa-4d71-926e-f9f005b973da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd21b483-a7fa-4d71-926e-f9f005b973da {
  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-dd21b483-a7fa-4d71-926e-f9f005b973da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd21b483-a7fa-4d71-926e-f9f005b973da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd21b483-a7fa-4d71-926e-f9f005b973da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4e2f58ea-992e-4913-bc5b-6a9f95abca2b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-67100651-ec51-4cc1-bf09-a7903d663e14 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-67100651-ec51-4cc1-bf09-a7903d663e14 {
  display: none;
}
#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 {
  text-align: left;
}


.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 {
  max-width: 100%;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 .shg-image-zoom,
.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 {
  max-width: 100%;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 .shg-image-zoom,
.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 {
  max-width: 100%;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 .shg-image-zoom,
.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 {
  max-width: 100%;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 .shg-image-zoom,
.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 {
  max-width: 100%;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 .shg-image-zoom,
.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-828eb62e-508d-4c61-9646-28bf5f0b4e21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf8c980b-3620-40d9-90a3-f9a9010f60c2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-bf8c980b-3620-40d9-90a3-f9a9010f60c2 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-0d97e031-d6ab-4bda-8799-e1ff8d217ce2 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0d97e031-d6ab-4bda-8799-e1ff8d217ce2 .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-0d97e031-d6ab-4bda-8799-e1ff8d217ce2 .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-0d97e031-d6ab-4bda-8799-e1ff8d217ce2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3187e551-aa94-493f-a2e9-1cd2494767b9 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-3187e551-aa94-493f-a2e9-1cd2494767b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3187e551-aa94-493f-a2e9-1cd2494767b9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3187e551-aa94-493f-a2e9-1cd2494767b9 {
  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-3187e551-aa94-493f-a2e9-1cd2494767b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3187e551-aa94-493f-a2e9-1cd2494767b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3187e551-aa94-493f-a2e9-1cd2494767b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-db3249d8-29e3-4612-b595-3af77214c4ec hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-46bc3585-7c10-4882-a43f-cedab82bbfbb {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46bc3585-7c10-4882-a43f-cedab82bbfbb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0a1ea561-9a5b-4c03-89f0-b572f51b574e {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
background-position: center center;
}








#s-0a1ea561-9a5b-4c03-89f0-b572f51b574e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-0a1ea561-9a5b-4c03-89f0-b572f51b574e.shg-box.shg-c {
  justify-content: center;
}

#s-7ea42e71-be88-45ca-8a7f-172b35ed0da7 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ea42e71-be88-45ca-8a7f-172b35ed0da7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-163d3689-dae0-4af5-8c54-4787ecd06213 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
}

#s-22876373-9c01-4d3c-b1c5-ba9ce792ef31 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-22876373-9c01-4d3c-b1c5-ba9ce792ef31 {
  display: none;
}
#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 {
  text-align: left;
}


.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 {
  max-width: 100%;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 .shg-image-zoom,
.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 {
  max-width: 100%;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 .shg-image-zoom,
.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 {
  max-width: 100%;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 .shg-image-zoom,
.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 {
  max-width: 100%;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 .shg-image-zoom,
.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 {
  max-width: 100%;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 .shg-image-zoom,
.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef6dee9f-fd8c-458f-a33a-a5eff0770521 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c495d177-143e-4bc6-97f2-03cab2f2dc69 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-c495d177-143e-4bc6-97f2-03cab2f2dc69 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f57c5c93-f432-4e77-bc84-5ae5c8ecdaf7 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f57c5c93-f432-4e77-bc84-5ae5c8ecdaf7 .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-f57c5c93-f432-4e77-bc84-5ae5c8ecdaf7 .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f57c5c93-f432-4e77-bc84-5ae5c8ecdaf7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-8cb8ea48-c607-470a-b6cd-aa5a0de48c84 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-8cb8ea48-c607-470a-b6cd-aa5a0de48c84:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8cb8ea48-c607-470a-b6cd-aa5a0de48c84:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8cb8ea48-c607-470a-b6cd-aa5a0de48c84 {
  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-8cb8ea48-c607-470a-b6cd-aa5a0de48c84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8cb8ea48-c607-470a-b6cd-aa5a0de48c84.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8cb8ea48-c607-470a-b6cd-aa5a0de48c84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-effa1490-35a3-4902-bff1-7e9eedf94698 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-8ef731b9-0153-4c8e-b04d-4c687b2d63ed {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8ef731b9-0153-4c8e-b04d-4c687b2d63ed {
  display: none;
}
#s-b155500a-0828-4890-b70a-ac273f58f238 {
  text-align: left;
}


.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 {
  max-width: 100%;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 .shg-image-zoom,
.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 {
  max-width: 100%;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 .shg-image-zoom,
.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 {
  max-width: 100%;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 .shg-image-zoom,
.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 {
  max-width: 100%;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 .shg-image-zoom,
.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 {
  max-width: 100%;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 .shg-image-zoom,
.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b155500a-0828-4890-b70a-ac273f58f238 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-460e494b-4061-4791-82a8-3ccabb204b07 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-460e494b-4061-4791-82a8-3ccabb204b07 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-b1dc5e98-8bd1-4d14-be49-e5dab8e3fcd7 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b1dc5e98-8bd1-4d14-be49-e5dab8e3fcd7 .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-b1dc5e98-8bd1-4d14-be49-e5dab8e3fcd7 .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b1dc5e98-8bd1-4d14-be49-e5dab8e3fcd7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-08450929-faf8-4e23-a715-5d3d55320bb9 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-08450929-faf8-4e23-a715-5d3d55320bb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08450929-faf8-4e23-a715-5d3d55320bb9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08450929-faf8-4e23-a715-5d3d55320bb9 {
  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-08450929-faf8-4e23-a715-5d3d55320bb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08450929-faf8-4e23-a715-5d3d55320bb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08450929-faf8-4e23-a715-5d3d55320bb9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f5e3cc36-1212-4f5d-bcbf-c55ef7eea9c4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-f2acbb93-fb1b-4d18-aea1-1c32c483c052 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f2acbb93-fb1b-4d18-aea1-1c32c483c052"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-707f255b-64a0-4ff3-bd74-390b96833f40 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-707f255b-64a0-4ff3-bd74-390b96833f40 {
  display: none;
}
#s-b249cefc-20a2-49c2-90fb-ec4381017c71 {
  text-align: left;
}


.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 {
  max-width: 100%;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 .shg-image-zoom,
.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 {
  max-width: 100%;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 .shg-image-zoom,
.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 {
  max-width: 100%;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 .shg-image-zoom,
.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 {
  max-width: 100%;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 .shg-image-zoom,
.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 {
  max-width: 100%;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 .shg-image-zoom,
.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b249cefc-20a2-49c2-90fb-ec4381017c71 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5562e192-29e6-40e6-92a0-e03326cf7c9c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-5562e192-29e6-40e6-92a0-e03326cf7c9c .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f4030a5d-180f-40dd-9a71-d3116824565a {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f4030a5d-180f-40dd-9a71-d3116824565a .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-f4030a5d-180f-40dd-9a71-d3116824565a .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f4030a5d-180f-40dd-9a71-d3116824565a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-51d729fb-afd1-4d16-9ac5-bf02ca21f691 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-51d729fb-afd1-4d16-9ac5-bf02ca21f691:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51d729fb-afd1-4d16-9ac5-bf02ca21f691:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51d729fb-afd1-4d16-9ac5-bf02ca21f691 {
  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-51d729fb-afd1-4d16-9ac5-bf02ca21f691.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51d729fb-afd1-4d16-9ac5-bf02ca21f691.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51d729fb-afd1-4d16-9ac5-bf02ca21f691.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-651f08b3-35be-42ee-8517-934e55e98a50 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b23b0d89-117a-4bd6-aee0-49cc928eacc3 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b23b0d89-117a-4bd6-aee0-49cc928eacc3 {
  display: none;
}
#s-91119b16-ad2e-4e45-b427-90d6d6de1574 {
  text-align: left;
}


.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 {
  max-width: 100%;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 .shg-image-zoom,
.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 {
  max-width: 100%;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 .shg-image-zoom,
.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 {
  max-width: 100%;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 .shg-image-zoom,
.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 {
  max-width: 100%;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 .shg-image-zoom,
.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 {
  max-width: 100%;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 .shg-image-zoom,
.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91119b16-ad2e-4e45-b427-90d6d6de1574 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c517731f-e9f1-4732-9ac4-52eea3acbd1b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-c517731f-e9f1-4732-9ac4-52eea3acbd1b .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-6033976d-ff6a-4503-88fd-446e4b207b37 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6033976d-ff6a-4503-88fd-446e4b207b37 .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-6033976d-ff6a-4503-88fd-446e4b207b37 .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6033976d-ff6a-4503-88fd-446e4b207b37 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-183f60f5-48d4-4645-88be-d31c6fbb6b6b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-183f60f5-48d4-4645-88be-d31c6fbb6b6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-183f60f5-48d4-4645-88be-d31c6fbb6b6b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-183f60f5-48d4-4645-88be-d31c6fbb6b6b {
  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-183f60f5-48d4-4645-88be-d31c6fbb6b6b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-183f60f5-48d4-4645-88be-d31c6fbb6b6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-183f60f5-48d4-4645-88be-d31c6fbb6b6b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6934b260-d060-4991-a843-8ef40cf601f1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-8a5485b1-aea5-4bd7-a076-f553596bce04 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8a5485b1-aea5-4bd7-a076-f553596bce04 {
  display: none;
}
#s-c3351664-0e58-4182-afb8-d21417de84b6 {
  text-align: left;
}


.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 {
  max-width: 100%;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 .shg-image-zoom,
.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 {
  max-width: 100%;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 .shg-image-zoom,
.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 {
  max-width: 100%;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 .shg-image-zoom,
.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 {
  max-width: 100%;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 .shg-image-zoom,
.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 {
  max-width: 100%;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 .shg-image-zoom,
.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3351664-0e58-4182-afb8-d21417de84b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a1a69305-3d01-4b95-8ea2-81dbf44fb574 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-a1a69305-3d01-4b95-8ea2-81dbf44fb574 .shg-product-title-component h3 {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f2aea2bd-cb91-49cc-96cc-440e324f3b71 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
text-align: center;
}

#s-f2aea2bd-cb91-49cc-96cc-440e324f3b71 .shg-product-sold-out {
  display: none;
  color: rgba(45, 19, 8, 1);
  font-size: 16px;
}

#s-f2aea2bd-cb91-49cc-96cc-440e324f3b71 .shg-product-price {
  color: rgba(45, 19, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f2aea2bd-cb91-49cc-96cc-440e324f3b71 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-f170d6f1-32be-45c6-9dde-ad372f78304e {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 19, 8, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-f170d6f1-32be-45c6-9dde-ad372f78304e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f170d6f1-32be-45c6-9dde-ad372f78304e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f170d6f1-32be-45c6-9dde-ad372f78304e {
  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-f170d6f1-32be-45c6-9dde-ad372f78304e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f170d6f1-32be-45c6-9dde-ad372f78304e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f170d6f1-32be-45c6-9dde-ad372f78304e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4447a0df-6857-4f78-beeb-78a8b4326f35 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  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;
}
