.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-98140385-4014-443d-88ef-145edf374ace {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-98140385-4014-443d-88ef-145edf374ace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98140385-4014-443d-88ef-145edf374ace.shg-box.shg-c {
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-85bc4e6f-efee-4749-b724-4464a4d0811d {
  background-image: url(https://i.shgcdn.com/6d775c7d-68a3-4170-8d73-bb89fc27fc85/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-85bc4e6f-efee-4749-b724-4464a4d0811d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-85bc4e6f-efee-4749-b724-4464a4d0811d.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-a9c3e8a6-c2ff-4c6c-8793-4e61b02f1d42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9c3e8a6-c2ff-4c6c-8793-4e61b02f1d42 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-16177a93-9660-43f8-9568-dd9b18bef36e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1ab07103-1ce3-4bd6-b7df-3e1fa003cb86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-db26795d-360d-453a-baac-b347993c4a16 {
  display: none;
}
@media (min-width: 0px) {
[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47854e69-8673-4e38-8cd6-bc1a4e18e188"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-55f9a1ec-0b04-47df-8c1d-4895940668a0 {
  text-align: left;
}


.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 {
  max-width: 100%;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 .shg-image-zoom,
.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 {
  max-width: 100%;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 .shg-image-zoom,
.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 {
  max-width: 100%;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 .shg-image-zoom,
.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 {
  max-width: 100%;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 .shg-image-zoom,
.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 {
  max-width: 100%;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 .shg-image-zoom,
.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55f9a1ec-0b04-47df-8c1d-4895940668a0 .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-c447e20d-3dcc-47c6-b21e-75a30b5c2ac8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c447e20d-3dcc-47c6-b21e-75a30b5c2ac8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ba022baa-7870-4518-b0d2-f66c5b6c8d00 {
  text-align: center;
}

#s-ba022baa-7870-4518-b0d2-f66c5b6c8d00 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ba022baa-7870-4518-b0d2-f66c5b6c8d00 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-ba022baa-7870-4518-b0d2-f66c5b6c8d00 .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-510e253d-d7fa-4c2e-8ae0-efd3bd9c855f {
  text-align: center;
}

#s-510e253d-d7fa-4c2e-8ae0-efd3bd9c855f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-510e253d-d7fa-4c2e-8ae0-efd3bd9c855f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-510e253d-d7fa-4c2e-8ae0-efd3bd9c855f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-510e253d-d7fa-4c2e-8ae0-efd3bd9c855f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-510e253d-d7fa-4c2e-8ae0-efd3bd9c855f .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-510e253d-d7fa-4c2e-8ae0-efd3bd9c855f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-af111d44-fd85-4d73-a447-79ae1157a8d9 {
  text-align: center;
}

#s-af111d44-fd85-4d73-a447-79ae1157a8d9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-af111d44-fd85-4d73-a447-79ae1157a8d9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-af111d44-fd85-4d73-a447-79ae1157a8d9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-af111d44-fd85-4d73-a447-79ae1157a8d9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-af111d44-fd85-4d73-a447-79ae1157a8d9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-af111d44-fd85-4d73-a447-79ae1157a8d9 label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-af111d44-fd85-4d73-a447-79ae1157a8d9 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


.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-afbdef90-279c-4859-867a-cad71437dc51 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-afbdef90-279c-4859-867a-cad71437dc51:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-afbdef90-279c-4859-867a-cad71437dc51:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-afbdef90-279c-4859-867a-cad71437dc51 {
  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-afbdef90-279c-4859-867a-cad71437dc51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-afbdef90-279c-4859-867a-cad71437dc51.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-afbdef90-279c-4859-867a-cad71437dc51.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c1d855f1-2deb-4e40-ab35-3390aef88aa3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-c1d855f1-2deb-4e40-ab35-3390aef88aa3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-c1d855f1-2deb-4e40-ab35-3390aef88aa3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c1d855f1-2deb-4e40-ab35-3390aef88aa3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c1d855f1-2deb-4e40-ab35-3390aef88aa3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-c1d855f1-2deb-4e40-ab35-3390aef88aa3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-5fe94eff-ffd5-4c99-9fce-2f529911705b {
  min-height: 50px;
}








#s-5fe94eff-ffd5-4c99-9fce-2f529911705b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fe94eff-ffd5-4c99-9fce-2f529911705b.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-8aea45d4-e023-4b65-ab2b-699c9edc2aa3 {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-8aea45d4-e023-4b65-ab2b-699c9edc2aa3 img.shogun-image {
    
    width: px;
  }


#s-8aea45d4-e023-4b65-ab2b-699c9edc2aa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fd50691-a736-4975-8ef5-0d38d67b6c32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2fd50691-a736-4975-8ef5-0d38d67b6c32 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-80e4a9fa-0fef-498c-87fa-e67a717e9f0d {
  min-height: 50px;
}








#s-80e4a9fa-0fef-498c-87fa-e67a717e9f0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80e4a9fa-0fef-498c-87fa-e67a717e9f0d.shg-box.shg-c {
  justify-content: center;
}

#s-cc13ac3e-696d-4104-ab87-f3ca206f9d8a {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-cc13ac3e-696d-4104-ab87-f3ca206f9d8a img.shogun-image {
    
    width: px;
  }


#s-cc13ac3e-696d-4104-ab87-f3ca206f9d8a .shogun-image-content {
  
    align-items: center;
  
}

#s-dd2e9906-38e6-43af-9893-b5cb03a21af4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dd2e9906-38e6-43af-9893-b5cb03a21af4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2c8a9454-7b80-46ca-aa90-c191344e66c0 {
  display: none;
}
@media (min-width: 0px) {
[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-78ddcc1e-7614-4ecd-a5de-fb7ebe140d05"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bd17aa16-c385-4745-81a0-772d83327d19 {
  text-align: left;
}


.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 {
  max-width: 100%;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 .shg-image-zoom,
.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 {
  max-width: 100%;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 .shg-image-zoom,
.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 {
  max-width: 100%;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 .shg-image-zoom,
.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 {
  max-width: 100%;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 .shg-image-zoom,
.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 {
  max-width: 100%;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 .shg-image-zoom,
.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd17aa16-c385-4745-81a0-772d83327d19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c3f6e524-f61f-4fb5-bc7c-bcda5b5bb0b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3f6e524-f61f-4fb5-bc7c-bcda5b5bb0b9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-dfab8c9a-e9cb-49a6-8e0e-ac176ef7908e {
  text-align: center;
}

#s-dfab8c9a-e9cb-49a6-8e0e-ac176ef7908e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dfab8c9a-e9cb-49a6-8e0e-ac176ef7908e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-dfab8c9a-e9cb-49a6-8e0e-ac176ef7908e .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-dad4de93-eeb8-4715-ac70-8aad3820a8bb {
  text-align: center;
}

#s-dad4de93-eeb8-4715-ac70-8aad3820a8bb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-dad4de93-eeb8-4715-ac70-8aad3820a8bb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-dad4de93-eeb8-4715-ac70-8aad3820a8bb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-dad4de93-eeb8-4715-ac70-8aad3820a8bb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-dad4de93-eeb8-4715-ac70-8aad3820a8bb .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-dad4de93-eeb8-4715-ac70-8aad3820a8bb .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-0a1dd39d-fcdb-49b5-aecf-806f6fdbbb37 {
  text-align: center;
}

#s-0a1dd39d-fcdb-49b5-aecf-806f6fdbbb37 .shg-product-quantity-wrapper {
  display: flex;
}

#s-0a1dd39d-fcdb-49b5-aecf-806f6fdbbb37 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-0a1dd39d-fcdb-49b5-aecf-806f6fdbbb37 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-0a1dd39d-fcdb-49b5-aecf-806f6fdbbb37 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-0a1dd39d-fcdb-49b5-aecf-806f6fdbbb37 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-0a1dd39d-fcdb-49b5-aecf-806f6fdbbb37 label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-0a1dd39d-fcdb-49b5-aecf-806f6fdbbb37 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-07e12249-165b-4dc8-b009-51d27de3bb4c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-07e12249-165b-4dc8-b009-51d27de3bb4c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07e12249-165b-4dc8-b009-51d27de3bb4c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-07e12249-165b-4dc8-b009-51d27de3bb4c {
  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-07e12249-165b-4dc8-b009-51d27de3bb4c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07e12249-165b-4dc8-b009-51d27de3bb4c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-07e12249-165b-4dc8-b009-51d27de3bb4c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-22b27137-0dbb-4358-a5a8-39f13c494a31 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-22b27137-0dbb-4358-a5a8-39f13c494a31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-22b27137-0dbb-4358-a5a8-39f13c494a31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-22b27137-0dbb-4358-a5a8-39f13c494a31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-22b27137-0dbb-4358-a5a8-39f13c494a31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-22b27137-0dbb-4358-a5a8-39f13c494a31 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-a790f4fa-bdf7-4877-852b-55b45df389a8 {
  min-height: 50px;
}








#s-a790f4fa-bdf7-4877-852b-55b45df389a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a790f4fa-bdf7-4877-852b-55b45df389a8.shg-box.shg-c {
  justify-content: center;
}

#s-49982e9f-c7db-4919-910d-795e377b2195 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-49982e9f-c7db-4919-910d-795e377b2195 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9650a17b-8ada-401a-abcd-cdb442a447e3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f62d0fe0-9eb1-4a1a-ac3d-45045f7b8ad2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3480614f-b0fd-438b-b4d8-89353e395943 {
  display: none;
}
@media (min-width: 0px) {
[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1843148c-6f1b-4d18-b579-5513059b413a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-616afeb3-3823-4419-9573-0c5d82260dfa {
  text-align: left;
}


.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa {
  max-width: 100%;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa .shg-image-zoom,
.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa {
  max-width: 100%;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa .shg-image-zoom,
.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa {
  max-width: 100%;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa .shg-image-zoom,
.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa {
  max-width: 100%;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa .shg-image-zoom,
.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa {
  max-width: 100%;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa .shg-image-zoom,
.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-616afeb3-3823-4419-9573-0c5d82260dfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f20a4d03-2544-40ee-82fc-99fdf9a638cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f20a4d03-2544-40ee-82fc-99fdf9a638cf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-13cf4d7d-e8b0-40e2-a46b-2e842b304465 {
  text-align: center;
}

#s-13cf4d7d-e8b0-40e2-a46b-2e842b304465 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-13cf4d7d-e8b0-40e2-a46b-2e842b304465 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-13cf4d7d-e8b0-40e2-a46b-2e842b304465 .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-f4a6e735-e67b-4a16-a9f9-54d12c22c745 {
  text-align: center;
}

#s-f4a6e735-e67b-4a16-a9f9-54d12c22c745 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f4a6e735-e67b-4a16-a9f9-54d12c22c745 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f4a6e735-e67b-4a16-a9f9-54d12c22c745 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f4a6e735-e67b-4a16-a9f9-54d12c22c745 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-f4a6e735-e67b-4a16-a9f9-54d12c22c745 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-f4a6e735-e67b-4a16-a9f9-54d12c22c745 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-efb640f4-786d-4dd6-951c-2c353c2206f1 {
  text-align: center;
}

#s-efb640f4-786d-4dd6-951c-2c353c2206f1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-efb640f4-786d-4dd6-951c-2c353c2206f1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-efb640f4-786d-4dd6-951c-2c353c2206f1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-efb640f4-786d-4dd6-951c-2c353c2206f1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-efb640f4-786d-4dd6-951c-2c353c2206f1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-efb640f4-786d-4dd6-951c-2c353c2206f1 label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-efb640f4-786d-4dd6-951c-2c353c2206f1 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-e0686002-ebe8-433a-b1ff-dc10018d128f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e0686002-ebe8-433a-b1ff-dc10018d128f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0686002-ebe8-433a-b1ff-dc10018d128f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e0686002-ebe8-433a-b1ff-dc10018d128f {
  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-e0686002-ebe8-433a-b1ff-dc10018d128f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0686002-ebe8-433a-b1ff-dc10018d128f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-e0686002-ebe8-433a-b1ff-dc10018d128f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-19770a63-7099-483a-a1c0-a0af8d9a182e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-19770a63-7099-483a-a1c0-a0af8d9a182e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-19770a63-7099-483a-a1c0-a0af8d9a182e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-19770a63-7099-483a-a1c0-a0af8d9a182e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-19770a63-7099-483a-a1c0-a0af8d9a182e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-19770a63-7099-483a-a1c0-a0af8d9a182e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-74161bd6-ba88-4848-a61c-b1c816396638 {
  min-height: 50px;
}








#s-74161bd6-ba88-4848-a61c-b1c816396638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74161bd6-ba88-4848-a61c-b1c816396638.shg-box.shg-c {
  justify-content: center;
}

#s-c7e72a5c-3d48-4c8b-b601-33d66c7ea559 {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-c7e72a5c-3d48-4c8b-b601-33d66c7ea559 img.shogun-image {
    
    width: px;
  }


#s-c7e72a5c-3d48-4c8b-b601-33d66c7ea559 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1510a0d-11ef-43c1-95f0-6ad0b6b7d9b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c1510a0d-11ef-43c1-95f0-6ad0b6b7d9b8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b0269969-4f52-4728-b574-070d693f9412 {
  min-height: 50px;
}








#s-b0269969-4f52-4728-b574-070d693f9412 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0269969-4f52-4728-b574-070d693f9412.shg-box.shg-c {
  justify-content: center;
}

#s-9c441a5d-9c81-4a12-b79e-54d90ecad322 {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-9c441a5d-9c81-4a12-b79e-54d90ecad322 img.shogun-image {
    
    width: px;
  }


#s-9c441a5d-9c81-4a12-b79e-54d90ecad322 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c7ee01f-bd94-435f-ad61-6e4e809a8579 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6c7ee01f-bd94-435f-ad61-6e4e809a8579 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1763cc4c-55e4-4fa2-b995-47ed73061b32 {
  display: none;
}
@media (min-width: 0px) {
[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d28eae6a-a278-447d-aeea-e542e4f80cec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0271961c-57ab-438b-a88e-1676a88c4bc2 {
  text-align: left;
}


.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 {
  max-width: 100%;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 .shg-image-zoom,
.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 {
  max-width: 100%;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 .shg-image-zoom,
.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 {
  max-width: 100%;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 .shg-image-zoom,
.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 {
  max-width: 100%;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 .shg-image-zoom,
.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 {
  max-width: 100%;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 .shg-image-zoom,
.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0271961c-57ab-438b-a88e-1676a88c4bc2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d70c0d9e-2846-4c76-b9c5-6b3f46430d62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d70c0d9e-2846-4c76-b9c5-6b3f46430d62 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-0678808d-c3f3-4afc-8bc1-2ecb0247bcc2 {
  text-align: center;
}

#s-0678808d-c3f3-4afc-8bc1-2ecb0247bcc2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0678808d-c3f3-4afc-8bc1-2ecb0247bcc2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-0678808d-c3f3-4afc-8bc1-2ecb0247bcc2 .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-7b043bc2-64ee-4d99-be8d-7dc5495b44e6 {
  text-align: center;
}

#s-7b043bc2-64ee-4d99-be8d-7dc5495b44e6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7b043bc2-64ee-4d99-be8d-7dc5495b44e6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7b043bc2-64ee-4d99-be8d-7dc5495b44e6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7b043bc2-64ee-4d99-be8d-7dc5495b44e6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-7b043bc2-64ee-4d99-be8d-7dc5495b44e6 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-7b043bc2-64ee-4d99-be8d-7dc5495b44e6 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-dbbb5cbe-8a39-44cb-b2f8-a76fb29abc31 {
  text-align: center;
}

#s-dbbb5cbe-8a39-44cb-b2f8-a76fb29abc31 .shg-product-quantity-wrapper {
  display: flex;
}

#s-dbbb5cbe-8a39-44cb-b2f8-a76fb29abc31 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-dbbb5cbe-8a39-44cb-b2f8-a76fb29abc31 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-dbbb5cbe-8a39-44cb-b2f8-a76fb29abc31 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-dbbb5cbe-8a39-44cb-b2f8-a76fb29abc31 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-dbbb5cbe-8a39-44cb-b2f8-a76fb29abc31 label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-dbbb5cbe-8a39-44cb-b2f8-a76fb29abc31 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-b8748822-032e-4181-884c-faad715f74d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b8748822-032e-4181-884c-faad715f74d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8748822-032e-4181-884c-faad715f74d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b8748822-032e-4181-884c-faad715f74d9 {
  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-b8748822-032e-4181-884c-faad715f74d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8748822-032e-4181-884c-faad715f74d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-b8748822-032e-4181-884c-faad715f74d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-12b8b25b-54fa-4e4f-b6fd-b771c6494118 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-12b8b25b-54fa-4e4f-b6fd-b771c6494118 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-12b8b25b-54fa-4e4f-b6fd-b771c6494118 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-12b8b25b-54fa-4e4f-b6fd-b771c6494118 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-12b8b25b-54fa-4e4f-b6fd-b771c6494118 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-12b8b25b-54fa-4e4f-b6fd-b771c6494118 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-2dc1a711-9c6d-4349-93d8-eaf76db72da9 {
  min-height: 50px;
}








#s-2dc1a711-9c6d-4349-93d8-eaf76db72da9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dc1a711-9c6d-4349-93d8-eaf76db72da9.shg-box.shg-c {
  justify-content: center;
}

#s-730628b1-d1ed-4f0b-b32b-d72135c2f6eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-730628b1-d1ed-4f0b-b32b-d72135c2f6eb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9d7f8c5e-5873-4f3b-a704-8b4470461f31 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc2023a7-d2ce-40e4-9b25-c4b55ee2e48e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1602305b-185c-49d0-8a4b-5b1ab9f2f349 {
  display: none;
}
@media (min-width: 0px) {
[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90c91349-72df-4be8-adb3-6de936b54dfa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec {
  text-align: left;
}


.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec {
  max-width: 100%;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec .shg-image-zoom,
.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec {
  max-width: 100%;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec .shg-image-zoom,
.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec {
  max-width: 100%;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec .shg-image-zoom,
.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec {
  max-width: 100%;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec .shg-image-zoom,
.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec {
  max-width: 100%;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec .shg-image-zoom,
.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4e44ebf5-c354-4ab1-9027-09e76d91bdec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5983178d-525c-4d15-ba73-7eed04818a22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5983178d-525c-4d15-ba73-7eed04818a22 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2358d9fe-ae58-4a40-906d-c0c0e5c1651c {
  text-align: center;
}

#s-2358d9fe-ae58-4a40-906d-c0c0e5c1651c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2358d9fe-ae58-4a40-906d-c0c0e5c1651c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-2358d9fe-ae58-4a40-906d-c0c0e5c1651c .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-0fbdfe02-bb22-4147-909e-8fb748c7a6a2 {
  text-align: center;
}

#s-0fbdfe02-bb22-4147-909e-8fb748c7a6a2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0fbdfe02-bb22-4147-909e-8fb748c7a6a2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0fbdfe02-bb22-4147-909e-8fb748c7a6a2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0fbdfe02-bb22-4147-909e-8fb748c7a6a2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-0fbdfe02-bb22-4147-909e-8fb748c7a6a2 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-0fbdfe02-bb22-4147-909e-8fb748c7a6a2 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-424e37c7-5601-439f-8b38-948024bbd1c6 {
  text-align: center;
}

#s-424e37c7-5601-439f-8b38-948024bbd1c6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-424e37c7-5601-439f-8b38-948024bbd1c6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-424e37c7-5601-439f-8b38-948024bbd1c6 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-424e37c7-5601-439f-8b38-948024bbd1c6 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-424e37c7-5601-439f-8b38-948024bbd1c6 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-424e37c7-5601-439f-8b38-948024bbd1c6 label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-424e37c7-5601-439f-8b38-948024bbd1c6 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-11262f74-3932-4b14-9959-878cbdadc1ff {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-11262f74-3932-4b14-9959-878cbdadc1ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11262f74-3932-4b14-9959-878cbdadc1ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-11262f74-3932-4b14-9959-878cbdadc1ff {
  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-11262f74-3932-4b14-9959-878cbdadc1ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11262f74-3932-4b14-9959-878cbdadc1ff.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-11262f74-3932-4b14-9959-878cbdadc1ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-37387037-1629-4a35-9a33-0d40d39f8f9b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-37387037-1629-4a35-9a33-0d40d39f8f9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-37387037-1629-4a35-9a33-0d40d39f8f9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-37387037-1629-4a35-9a33-0d40d39f8f9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-37387037-1629-4a35-9a33-0d40d39f8f9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-37387037-1629-4a35-9a33-0d40d39f8f9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-c192291b-d33d-44cc-9ecc-1aba38ff011a {
  min-height: 50px;
}








#s-c192291b-d33d-44cc-9ecc-1aba38ff011a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c192291b-d33d-44cc-9ecc-1aba38ff011a.shg-box.shg-c {
  justify-content: center;
}

#s-485560d4-be00-4e0f-8a2f-a8956c1bc57c {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-485560d4-be00-4e0f-8a2f-a8956c1bc57c img.shogun-image {
    
    width: px;
  }


#s-485560d4-be00-4e0f-8a2f-a8956c1bc57c .shogun-image-content {
  
    align-items: center;
  
}

#s-d8eb29be-5874-4851-8104-50986c33b51c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d8eb29be-5874-4851-8104-50986c33b51c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-07d5c0c3-dbe7-434c-91dc-332b1d17de91 {
  display: none;
}
@media (min-width: 0px) {
[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72633816-c8e3-47d1-9c06-1c155b9b7c6d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0a368c17-48ef-44b6-bbb7-eb09641b936e {
  text-align: left;
}


.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e {
  max-width: 100%;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e .shg-image-zoom,
.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e {
  max-width: 100%;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e .shg-image-zoom,
.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e {
  max-width: 100%;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e .shg-image-zoom,
.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e {
  max-width: 100%;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e .shg-image-zoom,
.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e {
  max-width: 100%;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e .shg-image-zoom,
.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a368c17-48ef-44b6-bbb7-eb09641b936e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c57994a4-04d4-49b7-9f81-72164751cc6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c57994a4-04d4-49b7-9f81-72164751cc6a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-19f37931-21e3-4bf4-8d07-4194a29e8f3c {
  text-align: center;
}

#s-19f37931-21e3-4bf4-8d07-4194a29e8f3c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-19f37931-21e3-4bf4-8d07-4194a29e8f3c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-19f37931-21e3-4bf4-8d07-4194a29e8f3c .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-8ee08c8b-4faa-4d00-8d14-72c67a3eea20 {
  text-align: center;
}

#s-8ee08c8b-4faa-4d00-8d14-72c67a3eea20 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8ee08c8b-4faa-4d00-8d14-72c67a3eea20 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8ee08c8b-4faa-4d00-8d14-72c67a3eea20 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8ee08c8b-4faa-4d00-8d14-72c67a3eea20 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-8ee08c8b-4faa-4d00-8d14-72c67a3eea20 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-8ee08c8b-4faa-4d00-8d14-72c67a3eea20 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-16d5de39-edde-49dd-994d-3cbcdf2c8938 {
  text-align: center;
}

#s-16d5de39-edde-49dd-994d-3cbcdf2c8938 .shg-product-quantity-wrapper {
  display: flex;
}

#s-16d5de39-edde-49dd-994d-3cbcdf2c8938 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-16d5de39-edde-49dd-994d-3cbcdf2c8938 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-16d5de39-edde-49dd-994d-3cbcdf2c8938 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-16d5de39-edde-49dd-994d-3cbcdf2c8938 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-16d5de39-edde-49dd-994d-3cbcdf2c8938 label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-16d5de39-edde-49dd-994d-3cbcdf2c8938 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-9825d91f-1f67-49fd-b3b9-3e40884bb7c3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9825d91f-1f67-49fd-b3b9-3e40884bb7c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9825d91f-1f67-49fd-b3b9-3e40884bb7c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9825d91f-1f67-49fd-b3b9-3e40884bb7c3 {
  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-9825d91f-1f67-49fd-b3b9-3e40884bb7c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9825d91f-1f67-49fd-b3b9-3e40884bb7c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9825d91f-1f67-49fd-b3b9-3e40884bb7c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fbbbf3f0-34a0-4a8a-bf81-a79402824749 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-fbbbf3f0-34a0-4a8a-bf81-a79402824749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-fbbbf3f0-34a0-4a8a-bf81-a79402824749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fbbbf3f0-34a0-4a8a-bf81-a79402824749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fbbbf3f0-34a0-4a8a-bf81-a79402824749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-fbbbf3f0-34a0-4a8a-bf81-a79402824749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-576b034d-a437-4928-8b9b-0afafddd8b88 {
  min-height: 50px;
}








#s-576b034d-a437-4928-8b9b-0afafddd8b88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-576b034d-a437-4928-8b9b-0afafddd8b88.shg-box.shg-c {
  justify-content: center;
}

#s-dcc2598a-110e-4af5-9b31-c71d06f76626 {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-dcc2598a-110e-4af5-9b31-c71d06f76626 img.shogun-image {
    
    width: px;
  }


#s-dcc2598a-110e-4af5-9b31-c71d06f76626 .shogun-image-content {
  
    align-items: center;
  
}

#s-6211498b-62c1-47e8-aa2e-8d460a3b06dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6211498b-62c1-47e8-aa2e-8d460a3b06dc .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-edb585c6-a2e7-405d-8040-058e3684a0ac {
  min-height: 50px;
}








#s-edb585c6-a2e7-405d-8040-058e3684a0ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edb585c6-a2e7-405d-8040-058e3684a0ac.shg-box.shg-c {
  justify-content: center;
}

#s-6e45c095-1744-4641-ab2e-c39a93102854 {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-6e45c095-1744-4641-ab2e-c39a93102854 img.shogun-image {
    
    width: px;
  }


#s-6e45c095-1744-4641-ab2e-c39a93102854 .shogun-image-content {
  
    align-items: center;
  
}

#s-4afe3d77-9194-40bc-9723-7bf67d6e9847 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4afe3d77-9194-40bc-9723-7bf67d6e9847 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-77f1b561-16b5-4a11-b2d7-ff7fdb6e786e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e444939-5fad-4c45-9619-9a97f1824118"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ecd15ce4-3898-4e58-89fa-7fb04cba4426 {
  display: none;
}
@media (min-width: 0px) {
[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0650809-30b3-47f4-8d73-6347db5afa4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 {
  text-align: left;
}


.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 {
  max-width: 100%;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 .shg-image-zoom,
.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 {
  max-width: 100%;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 .shg-image-zoom,
.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 {
  max-width: 100%;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 .shg-image-zoom,
.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 {
  max-width: 100%;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 .shg-image-zoom,
.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 {
  max-width: 100%;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 .shg-image-zoom,
.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f7d4c73-cd05-4bfd-9854-b778436aa0b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-beaaab90-3de8-4352-bde5-07297a4b89a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-beaaab90-3de8-4352-bde5-07297a4b89a5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-77118e86-9180-49e4-9823-e406d6f0ad41 {
  text-align: center;
}

#s-77118e86-9180-49e4-9823-e406d6f0ad41 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-77118e86-9180-49e4-9823-e406d6f0ad41 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-77118e86-9180-49e4-9823-e406d6f0ad41 .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-d17f8c2a-899f-4436-986a-d4973f5ac299 {
  text-align: center;
}

#s-d17f8c2a-899f-4436-986a-d4973f5ac299 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d17f8c2a-899f-4436-986a-d4973f5ac299 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d17f8c2a-899f-4436-986a-d4973f5ac299 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d17f8c2a-899f-4436-986a-d4973f5ac299 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-d17f8c2a-899f-4436-986a-d4973f5ac299 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-d17f8c2a-899f-4436-986a-d4973f5ac299 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-654acbeb-bfcd-41f3-a16b-266c86cd5259 {
  text-align: center;
}

#s-654acbeb-bfcd-41f3-a16b-266c86cd5259 .shg-product-quantity-wrapper {
  display: flex;
}

#s-654acbeb-bfcd-41f3-a16b-266c86cd5259 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-654acbeb-bfcd-41f3-a16b-266c86cd5259 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-654acbeb-bfcd-41f3-a16b-266c86cd5259 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-654acbeb-bfcd-41f3-a16b-266c86cd5259 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-654acbeb-bfcd-41f3-a16b-266c86cd5259 label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-654acbeb-bfcd-41f3-a16b-266c86cd5259 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-610b881e-28bb-45fa-835a-66c0546b3e0a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-610b881e-28bb-45fa-835a-66c0546b3e0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-610b881e-28bb-45fa-835a-66c0546b3e0a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-610b881e-28bb-45fa-835a-66c0546b3e0a {
  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-610b881e-28bb-45fa-835a-66c0546b3e0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-610b881e-28bb-45fa-835a-66c0546b3e0a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-610b881e-28bb-45fa-835a-66c0546b3e0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d763ee64-4f45-418d-b76d-ac0e5ea87804 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d763ee64-4f45-418d-b76d-ac0e5ea87804 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-d763ee64-4f45-418d-b76d-ac0e5ea87804 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d763ee64-4f45-418d-b76d-ac0e5ea87804 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d763ee64-4f45-418d-b76d-ac0e5ea87804 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-d763ee64-4f45-418d-b76d-ac0e5ea87804 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-4843ec6e-a6bb-4cce-887b-aeabc8350e3a {
  min-height: 50px;
}








#s-4843ec6e-a6bb-4cce-887b-aeabc8350e3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4843ec6e-a6bb-4cce-887b-aeabc8350e3a.shg-box.shg-c {
  justify-content: center;
}

#s-f2427f95-8e38-4c7d-baa3-4da059dc8fdc {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-f2427f95-8e38-4c7d-baa3-4da059dc8fdc img.shogun-image {
    
    width: px;
  }


#s-f2427f95-8e38-4c7d-baa3-4da059dc8fdc .shogun-image-content {
  
    align-items: center;
  
}

#s-3acb2ac2-4fc4-43db-9b06-a88f21775160 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3acb2ac2-4fc4-43db-9b06-a88f21775160 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-39e54b88-eb96-4124-b85d-4ef5207b6da9 {
  min-height: 50px;
}








#s-39e54b88-eb96-4124-b85d-4ef5207b6da9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39e54b88-eb96-4124-b85d-4ef5207b6da9.shg-box.shg-c {
  justify-content: center;
}

#s-67facd26-cbb4-47f8-9284-c75e39ad0159 {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-67facd26-cbb4-47f8-9284-c75e39ad0159 img.shogun-image {
    
    width: px;
  }


#s-67facd26-cbb4-47f8-9284-c75e39ad0159 .shogun-image-content {
  
    align-items: center;
  
}

#s-78140de8-6580-436a-97ff-fcc60bdb966f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-78140de8-6580-436a-97ff-fcc60bdb966f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-93344117-d69b-4ab7-82e2-f3704ad6b432 {
  display: none;
}
@media (min-width: 0px) {
[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ed208ba-c14b-4e87-9099-6ad2fcc4a21d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 {
  text-align: left;
}


.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 {
  max-width: 100%;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 .shg-image-zoom,
.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 {
  max-width: 100%;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 .shg-image-zoom,
.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 {
  max-width: 100%;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 .shg-image-zoom,
.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 {
  max-width: 100%;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 .shg-image-zoom,
.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 {
  max-width: 100%;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 .shg-image-zoom,
.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4778fcd9-4f22-4692-b2eb-1c9bef26adb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5aaf2c97-d857-42fa-b8f4-4fcbc4f95c32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5aaf2c97-d857-42fa-b8f4-4fcbc4f95c32 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-45a241b0-dd40-4255-840a-555351089775 {
  text-align: center;
}

#s-45a241b0-dd40-4255-840a-555351089775 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-45a241b0-dd40-4255-840a-555351089775 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-45a241b0-dd40-4255-840a-555351089775 .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-544a3b1a-3b03-4ff3-a6ba-1f71309fe5a2 {
  text-align: center;
}

#s-544a3b1a-3b03-4ff3-a6ba-1f71309fe5a2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-544a3b1a-3b03-4ff3-a6ba-1f71309fe5a2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-544a3b1a-3b03-4ff3-a6ba-1f71309fe5a2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-544a3b1a-3b03-4ff3-a6ba-1f71309fe5a2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-544a3b1a-3b03-4ff3-a6ba-1f71309fe5a2 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-544a3b1a-3b03-4ff3-a6ba-1f71309fe5a2 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-1d28fdb2-d696-435b-bd1f-2bc6d96e7c7f {
  text-align: center;
}

#s-1d28fdb2-d696-435b-bd1f-2bc6d96e7c7f .shg-product-quantity-wrapper {
  display: flex;
}

#s-1d28fdb2-d696-435b-bd1f-2bc6d96e7c7f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1d28fdb2-d696-435b-bd1f-2bc6d96e7c7f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1d28fdb2-d696-435b-bd1f-2bc6d96e7c7f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1d28fdb2-d696-435b-bd1f-2bc6d96e7c7f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-1d28fdb2-d696-435b-bd1f-2bc6d96e7c7f label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1d28fdb2-d696-435b-bd1f-2bc6d96e7c7f label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-0bf1e684-fe37-4116-9acb-2ecd89723f32 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0bf1e684-fe37-4116-9acb-2ecd89723f32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bf1e684-fe37-4116-9acb-2ecd89723f32:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0bf1e684-fe37-4116-9acb-2ecd89723f32 {
  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-0bf1e684-fe37-4116-9acb-2ecd89723f32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bf1e684-fe37-4116-9acb-2ecd89723f32.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-0bf1e684-fe37-4116-9acb-2ecd89723f32.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-36c6cfa9-19f1-46fd-b4a7-481f41c6d9cd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-36c6cfa9-19f1-46fd-b4a7-481f41c6d9cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-36c6cfa9-19f1-46fd-b4a7-481f41c6d9cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-36c6cfa9-19f1-46fd-b4a7-481f41c6d9cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-36c6cfa9-19f1-46fd-b4a7-481f41c6d9cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-36c6cfa9-19f1-46fd-b4a7-481f41c6d9cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-95ddba8d-e128-46cb-84b7-e09b56499310 {
  min-height: 50px;
}








#s-95ddba8d-e128-46cb-84b7-e09b56499310 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95ddba8d-e128-46cb-84b7-e09b56499310.shg-box.shg-c {
  justify-content: center;
}

#s-eed6336a-fcea-473f-9716-d14e1555623b {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-eed6336a-fcea-473f-9716-d14e1555623b img.shogun-image {
    
    width: px;
  }


#s-eed6336a-fcea-473f-9716-d14e1555623b .shogun-image-content {
  
    align-items: center;
  
}

#s-7023595d-aaf4-4412-a3f5-a01ea9e9286b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7023595d-aaf4-4412-a3f5-a01ea9e9286b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1a39af25-6438-49af-aa7c-998cd30d8ef6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8877bba0-9619-494c-bc40-728ebd2810ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-926f7a76-bea1-4ade-8eb1-691f6794136e {
  display: none;
}
@media (min-width: 0px) {
[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18a89b9f-8f4a-4de0-9347-3016e594e897"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c {
  text-align: left;
}


.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c {
  max-width: 100%;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c .shg-image-zoom,
.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c {
  max-width: 100%;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c .shg-image-zoom,
.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c {
  max-width: 100%;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c .shg-image-zoom,
.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c {
  max-width: 100%;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c .shg-image-zoom,
.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c {
  max-width: 100%;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c .shg-image-zoom,
.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c473a7ea-1a5f-4f13-ae9b-e2769815920c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8f671476-e910-469f-b8c4-d2f05b723b49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f671476-e910-469f-b8c4-d2f05b723b49 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-30694468-7b7f-4560-842a-59a5f4e54f3b {
  text-align: center;
}

#s-30694468-7b7f-4560-842a-59a5f4e54f3b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-30694468-7b7f-4560-842a-59a5f4e54f3b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-30694468-7b7f-4560-842a-59a5f4e54f3b .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-5ba12d17-e85d-46da-8c2f-18daa507c91a {
  text-align: center;
}

#s-5ba12d17-e85d-46da-8c2f-18daa507c91a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5ba12d17-e85d-46da-8c2f-18daa507c91a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5ba12d17-e85d-46da-8c2f-18daa507c91a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5ba12d17-e85d-46da-8c2f-18daa507c91a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-5ba12d17-e85d-46da-8c2f-18daa507c91a .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-5ba12d17-e85d-46da-8c2f-18daa507c91a .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-003611bf-05fd-4da5-8491-c0529aa33293 {
  text-align: center;
}

#s-003611bf-05fd-4da5-8491-c0529aa33293 .shg-product-quantity-wrapper {
  display: flex;
}

#s-003611bf-05fd-4da5-8491-c0529aa33293 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-003611bf-05fd-4da5-8491-c0529aa33293 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-003611bf-05fd-4da5-8491-c0529aa33293 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-003611bf-05fd-4da5-8491-c0529aa33293 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-003611bf-05fd-4da5-8491-c0529aa33293 label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-003611bf-05fd-4da5-8491-c0529aa33293 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-1ee61368-fc97-4191-bd3b-aed2ee4b3c31 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1ee61368-fc97-4191-bd3b-aed2ee4b3c31:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ee61368-fc97-4191-bd3b-aed2ee4b3c31:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ee61368-fc97-4191-bd3b-aed2ee4b3c31 {
  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-1ee61368-fc97-4191-bd3b-aed2ee4b3c31.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ee61368-fc97-4191-bd3b-aed2ee4b3c31.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-1ee61368-fc97-4191-bd3b-aed2ee4b3c31.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6bd8cedc-75c2-4d6f-821e-1e36c5a43b4c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6bd8cedc-75c2-4d6f-821e-1e36c5a43b4c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-6bd8cedc-75c2-4d6f-821e-1e36c5a43b4c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6bd8cedc-75c2-4d6f-821e-1e36c5a43b4c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6bd8cedc-75c2-4d6f-821e-1e36c5a43b4c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-6bd8cedc-75c2-4d6f-821e-1e36c5a43b4c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-53164f47-7a09-4133-bf5e-d1bf3719d136 {
  min-height: 50px;
}








#s-53164f47-7a09-4133-bf5e-d1bf3719d136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53164f47-7a09-4133-bf5e-d1bf3719d136.shg-box.shg-c {
  justify-content: center;
}

#s-e4c88793-8f4d-4a54-9ade-79d395680e72 {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-e4c88793-8f4d-4a54-9ade-79d395680e72 img.shogun-image {
    
    width: px;
  }


#s-e4c88793-8f4d-4a54-9ade-79d395680e72 .shogun-image-content {
  
    align-items: center;
  
}

#s-50fb644f-3ba1-4d25-bca5-78f3c5adbcfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-50fb644f-3ba1-4d25-bca5-78f3c5adbcfb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8e2aa1ec-c972-496f-ad62-ff197aec3d0b {
  display: none;
}
@media (min-width: 0px) {
[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cccf3c13-727c-493e-8bad-c375339a69f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2f388c92-9b44-4643-9fb1-120685a01f13 {
  text-align: left;
}


.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 {
  max-width: 100%;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 .shg-image-zoom,
.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 {
  max-width: 100%;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 .shg-image-zoom,
.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 {
  max-width: 100%;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 .shg-image-zoom,
.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 {
  max-width: 100%;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 .shg-image-zoom,
.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 {
  max-width: 100%;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 .shg-image-zoom,
.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f388c92-9b44-4643-9fb1-120685a01f13 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-90069040-60c9-4986-b3a6-937f572a5ec2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90069040-60c9-4986-b3a6-937f572a5ec2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-6fcd898c-1090-4ee5-9334-7a05076526b1 {
  text-align: center;
}

#s-6fcd898c-1090-4ee5-9334-7a05076526b1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6fcd898c-1090-4ee5-9334-7a05076526b1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-6fcd898c-1090-4ee5-9334-7a05076526b1 .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-39b4eb0b-e177-4532-80ef-b00b68832cb6 {
  text-align: center;
}

#s-39b4eb0b-e177-4532-80ef-b00b68832cb6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-39b4eb0b-e177-4532-80ef-b00b68832cb6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-39b4eb0b-e177-4532-80ef-b00b68832cb6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-39b4eb0b-e177-4532-80ef-b00b68832cb6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-39b4eb0b-e177-4532-80ef-b00b68832cb6 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-39b4eb0b-e177-4532-80ef-b00b68832cb6 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-dfe6886e-bccb-44ee-abdd-6a0a6e993bab {
  text-align: center;
}

#s-dfe6886e-bccb-44ee-abdd-6a0a6e993bab .shg-product-quantity-wrapper {
  display: flex;
}

#s-dfe6886e-bccb-44ee-abdd-6a0a6e993bab .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-dfe6886e-bccb-44ee-abdd-6a0a6e993bab .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-dfe6886e-bccb-44ee-abdd-6a0a6e993bab .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-dfe6886e-bccb-44ee-abdd-6a0a6e993bab .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-dfe6886e-bccb-44ee-abdd-6a0a6e993bab label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-dfe6886e-bccb-44ee-abdd-6a0a6e993bab label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-9c2c7dca-f2b8-44d7-b5d0-46b3bb1078d3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9c2c7dca-f2b8-44d7-b5d0-46b3bb1078d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c2c7dca-f2b8-44d7-b5d0-46b3bb1078d3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9c2c7dca-f2b8-44d7-b5d0-46b3bb1078d3 {
  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-9c2c7dca-f2b8-44d7-b5d0-46b3bb1078d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c2c7dca-f2b8-44d7-b5d0-46b3bb1078d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9c2c7dca-f2b8-44d7-b5d0-46b3bb1078d3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e7151072-326c-4533-a1ad-d05d569b516c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e7151072-326c-4533-a1ad-d05d569b516c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-e7151072-326c-4533-a1ad-d05d569b516c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e7151072-326c-4533-a1ad-d05d569b516c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e7151072-326c-4533-a1ad-d05d569b516c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-e7151072-326c-4533-a1ad-d05d569b516c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-c11e687e-a9d2-4b97-85e6-9d546e4dd42a {
  min-height: 50px;
}








#s-c11e687e-a9d2-4b97-85e6-9d546e4dd42a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c11e687e-a9d2-4b97-85e6-9d546e4dd42a.shg-box.shg-c {
  justify-content: center;
}

#s-9a86936a-983c-485b-8f0f-062edff826ee {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-9a86936a-983c-485b-8f0f-062edff826ee img.shogun-image {
    
    width: px;
  }


#s-9a86936a-983c-485b-8f0f-062edff826ee .shogun-image-content {
  
    align-items: center;
  
}

#s-31a4ec04-e340-4592-96e1-aa576395f7f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-31a4ec04-e340-4592-96e1-aa576395f7f5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6d076595-5914-497c-b09b-bc6334b9534e {
  min-height: 50px;
}








#s-6d076595-5914-497c-b09b-bc6334b9534e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d076595-5914-497c-b09b-bc6334b9534e.shg-box.shg-c {
  justify-content: center;
}

#s-dc59fe4a-0b8a-405a-9489-2e4fe0be7df7 {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-dc59fe4a-0b8a-405a-9489-2e4fe0be7df7 img.shogun-image {
    
    width: px;
  }


#s-dc59fe4a-0b8a-405a-9489-2e4fe0be7df7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b1e522f-feea-4f01-b84d-169b337492fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b1e522f-feea-4f01-b84d-169b337492fe .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cc362a2e-285f-46fb-b185-aa8dfcea24c9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d6fcc223-dc0c-47e5-bec9-df59f35b2dcf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c296e703-ece3-430e-bf28-9b9ab66bf7ee {
  display: none;
}
@media (min-width: 0px) {
[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3afaf51-d668-487b-8b6a-8218fb64d889"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b79928ca-99ef-4cdd-9155-985a8cabc437 {
  text-align: left;
}


.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 {
  max-width: 100%;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 .shg-image-zoom,
.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 {
  max-width: 100%;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 .shg-image-zoom,
.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 {
  max-width: 100%;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 .shg-image-zoom,
.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 {
  max-width: 100%;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 .shg-image-zoom,
.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 {
  max-width: 100%;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 .shg-image-zoom,
.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b79928ca-99ef-4cdd-9155-985a8cabc437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-52cadcc3-c64c-4e8f-aa69-e610036a4df6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52cadcc3-c64c-4e8f-aa69-e610036a4df6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-0fc24be4-a782-4e77-90e2-dfaf2997ae02 {
  text-align: center;
}

#s-0fc24be4-a782-4e77-90e2-dfaf2997ae02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0fc24be4-a782-4e77-90e2-dfaf2997ae02 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-0fc24be4-a782-4e77-90e2-dfaf2997ae02 .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-3c4ae590-590c-4066-aa4b-2c2ebd431f87 {
  text-align: center;
}

#s-3c4ae590-590c-4066-aa4b-2c2ebd431f87 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3c4ae590-590c-4066-aa4b-2c2ebd431f87 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3c4ae590-590c-4066-aa4b-2c2ebd431f87 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3c4ae590-590c-4066-aa4b-2c2ebd431f87 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-3c4ae590-590c-4066-aa4b-2c2ebd431f87 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-3c4ae590-590c-4066-aa4b-2c2ebd431f87 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-93e2b577-a88e-44f3-b85f-63254b0c7c51 {
  text-align: center;
}

#s-93e2b577-a88e-44f3-b85f-63254b0c7c51 .shg-product-quantity-wrapper {
  display: flex;
}

#s-93e2b577-a88e-44f3-b85f-63254b0c7c51 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-93e2b577-a88e-44f3-b85f-63254b0c7c51 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-93e2b577-a88e-44f3-b85f-63254b0c7c51 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-93e2b577-a88e-44f3-b85f-63254b0c7c51 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-93e2b577-a88e-44f3-b85f-63254b0c7c51 label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-93e2b577-a88e-44f3-b85f-63254b0c7c51 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-562e4ae1-4e17-4c73-a6e3-c67fd160df5c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-562e4ae1-4e17-4c73-a6e3-c67fd160df5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-562e4ae1-4e17-4c73-a6e3-c67fd160df5c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-562e4ae1-4e17-4c73-a6e3-c67fd160df5c {
  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-562e4ae1-4e17-4c73-a6e3-c67fd160df5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-562e4ae1-4e17-4c73-a6e3-c67fd160df5c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-562e4ae1-4e17-4c73-a6e3-c67fd160df5c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-706b35c3-051c-4c66-bd15-a315be8f8e89 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-706b35c3-051c-4c66-bd15-a315be8f8e89 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-706b35c3-051c-4c66-bd15-a315be8f8e89 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-706b35c3-051c-4c66-bd15-a315be8f8e89 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-706b35c3-051c-4c66-bd15-a315be8f8e89 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-706b35c3-051c-4c66-bd15-a315be8f8e89 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-dbabf6df-05d9-4abe-89f1-3cef3705d682 {
  min-height: 50px;
}








#s-dbabf6df-05d9-4abe-89f1-3cef3705d682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbabf6df-05d9-4abe-89f1-3cef3705d682.shg-box.shg-c {
  justify-content: center;
}

#s-043cc440-39f8-4f9a-a158-7db9b1bfe5aa {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-043cc440-39f8-4f9a-a158-7db9b1bfe5aa img.shogun-image {
    
    width: px;
  }


#s-043cc440-39f8-4f9a-a158-7db9b1bfe5aa .shogun-image-content {
  
    align-items: center;
  
}

#s-705c88bd-dd72-4ded-9950-0ba85e17d8fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-705c88bd-dd72-4ded-9950-0ba85e17d8fd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e371f1bd-dbf4-4278-9671-51b691f1d103 {
  min-height: 50px;
}








#s-e371f1bd-dbf4-4278-9671-51b691f1d103 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e371f1bd-dbf4-4278-9671-51b691f1d103.shg-box.shg-c {
  justify-content: center;
}

#s-0bbf5b21-76ec-4efc-9006-b8871dd7af15 {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-0bbf5b21-76ec-4efc-9006-b8871dd7af15 img.shogun-image {
    
    width: px;
  }


#s-0bbf5b21-76ec-4efc-9006-b8871dd7af15 .shogun-image-content {
  
    align-items: center;
  
}

#s-5449b045-ca45-48ec-91f2-4a4f2de88eb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5449b045-ca45-48ec-91f2-4a4f2de88eb1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-97c22b96-9d68-4104-8e50-556c4243c7ce {
  display: none;
}
@media (min-width: 0px) {
[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb274544-710c-4690-b271-fd3309c3711b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-49b5272f-1453-42b0-a12f-ba4624b35152 {
  text-align: left;
}


.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 {
  max-width: 100%;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 .shg-image-zoom,
.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 {
  max-width: 100%;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 .shg-image-zoom,
.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 {
  max-width: 100%;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 .shg-image-zoom,
.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 {
  max-width: 100%;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 .shg-image-zoom,
.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 {
  max-width: 100%;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 .shg-image-zoom,
.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49b5272f-1453-42b0-a12f-ba4624b35152 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c06352b7-b391-4c6d-bfe0-e98955f460f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c06352b7-b391-4c6d-bfe0-e98955f460f8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-76c8bd82-b0eb-4e7f-bfad-ebda07f40cc4 {
  text-align: center;
}

#s-76c8bd82-b0eb-4e7f-bfad-ebda07f40cc4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-76c8bd82-b0eb-4e7f-bfad-ebda07f40cc4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-76c8bd82-b0eb-4e7f-bfad-ebda07f40cc4 .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-bfef34c2-a4b8-4f96-a1ac-b1a8914a33b6 {
  text-align: center;
}

#s-bfef34c2-a4b8-4f96-a1ac-b1a8914a33b6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bfef34c2-a4b8-4f96-a1ac-b1a8914a33b6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bfef34c2-a4b8-4f96-a1ac-b1a8914a33b6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-bfef34c2-a4b8-4f96-a1ac-b1a8914a33b6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-bfef34c2-a4b8-4f96-a1ac-b1a8914a33b6 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-bfef34c2-a4b8-4f96-a1ac-b1a8914a33b6 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-39e9028b-529d-46f9-9196-af5802de9fcc {
  text-align: center;
}

#s-39e9028b-529d-46f9-9196-af5802de9fcc .shg-product-quantity-wrapper {
  display: flex;
}

#s-39e9028b-529d-46f9-9196-af5802de9fcc .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-39e9028b-529d-46f9-9196-af5802de9fcc .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-39e9028b-529d-46f9-9196-af5802de9fcc .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-39e9028b-529d-46f9-9196-af5802de9fcc .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-39e9028b-529d-46f9-9196-af5802de9fcc label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-39e9028b-529d-46f9-9196-af5802de9fcc label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-e7030696-55df-4695-bad5-dabe48d55ab9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e7030696-55df-4695-bad5-dabe48d55ab9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7030696-55df-4695-bad5-dabe48d55ab9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e7030696-55df-4695-bad5-dabe48d55ab9 {
  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-e7030696-55df-4695-bad5-dabe48d55ab9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7030696-55df-4695-bad5-dabe48d55ab9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-e7030696-55df-4695-bad5-dabe48d55ab9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-21a8b9ba-ec5f-47c2-a4ce-e79b97d4b998 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-21a8b9ba-ec5f-47c2-a4ce-e79b97d4b998 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-21a8b9ba-ec5f-47c2-a4ce-e79b97d4b998 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-21a8b9ba-ec5f-47c2-a4ce-e79b97d4b998 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-21a8b9ba-ec5f-47c2-a4ce-e79b97d4b998 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-21a8b9ba-ec5f-47c2-a4ce-e79b97d4b998 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-afc30719-20e8-4dc3-88e5-47ac70ef10ea {
  min-height: 50px;
}








#s-afc30719-20e8-4dc3-88e5-47ac70ef10ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afc30719-20e8-4dc3-88e5-47ac70ef10ea.shg-box.shg-c {
  justify-content: center;
}

#s-33426cbe-6406-42fa-89eb-60378a1a0adf {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-33426cbe-6406-42fa-89eb-60378a1a0adf img.shogun-image {
    
    width: px;
  }


#s-33426cbe-6406-42fa-89eb-60378a1a0adf .shogun-image-content {
  
    align-items: center;
  
}

#s-55166c77-ae4d-4162-aa2e-56b6b0f5aca0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-55166c77-ae4d-4162-aa2e-56b6b0f5aca0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e996367a-fd04-432e-96fa-58bfe67dc955 {
  min-height: 50px;
}








#s-e996367a-fd04-432e-96fa-58bfe67dc955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e996367a-fd04-432e-96fa-58bfe67dc955.shg-box.shg-c {
  justify-content: center;
}

#s-9217ed5f-a04a-4ea1-be43-a1bf3eca42f6 {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-9217ed5f-a04a-4ea1-be43-a1bf3eca42f6 img.shogun-image {
    
    width: px;
  }


#s-9217ed5f-a04a-4ea1-be43-a1bf3eca42f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-146473a3-331e-4c73-8c06-945eba5265af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-146473a3-331e-4c73-8c06-945eba5265af .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3c335b8e-3508-4e97-b1da-4d39281a68bb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bff7f438-f394-49ef-8dc2-f409ede86e29"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-29ce1e2a-860b-4a11-b312-ccc44a0a4345 {
  display: none;
}
@media (min-width: 0px) {
[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad4a3a03-c5e3-4f2d-a796-f81a00c26994"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-361dec1d-af97-4824-b0d4-ac4a3634a65f {
  text-align: left;
}


.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f {
  max-width: 100%;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f .shg-image-zoom,
.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f {
  max-width: 100%;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f .shg-image-zoom,
.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f {
  max-width: 100%;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f .shg-image-zoom,
.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f {
  max-width: 100%;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f .shg-image-zoom,
.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f {
  max-width: 100%;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f .shg-image-zoom,
.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-361dec1d-af97-4824-b0d4-ac4a3634a65f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-30437a7d-57a5-4893-9972-59627aaa1f52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30437a7d-57a5-4893-9972-59627aaa1f52 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-fca321b7-e668-4a2a-a026-21c454e7f0c4 {
  text-align: center;
}

#s-fca321b7-e668-4a2a-a026-21c454e7f0c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fca321b7-e668-4a2a-a026-21c454e7f0c4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-fca321b7-e668-4a2a-a026-21c454e7f0c4 .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-59dc71ce-8b2f-4a6a-8c7d-7bdf9265b9f9 {
  text-align: center;
}

#s-59dc71ce-8b2f-4a6a-8c7d-7bdf9265b9f9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-59dc71ce-8b2f-4a6a-8c7d-7bdf9265b9f9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-59dc71ce-8b2f-4a6a-8c7d-7bdf9265b9f9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-59dc71ce-8b2f-4a6a-8c7d-7bdf9265b9f9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-59dc71ce-8b2f-4a6a-8c7d-7bdf9265b9f9 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-59dc71ce-8b2f-4a6a-8c7d-7bdf9265b9f9 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-cf0774a2-c3ec-472f-8f31-1cbe84902b90 {
  text-align: center;
}

#s-cf0774a2-c3ec-472f-8f31-1cbe84902b90 .shg-product-quantity-wrapper {
  display: flex;
}

#s-cf0774a2-c3ec-472f-8f31-1cbe84902b90 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-cf0774a2-c3ec-472f-8f31-1cbe84902b90 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-cf0774a2-c3ec-472f-8f31-1cbe84902b90 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-cf0774a2-c3ec-472f-8f31-1cbe84902b90 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-cf0774a2-c3ec-472f-8f31-1cbe84902b90 label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-cf0774a2-c3ec-472f-8f31-1cbe84902b90 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-a17bfb8f-fd7e-4d67-9aec-715c09cccc3f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a17bfb8f-fd7e-4d67-9aec-715c09cccc3f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a17bfb8f-fd7e-4d67-9aec-715c09cccc3f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a17bfb8f-fd7e-4d67-9aec-715c09cccc3f {
  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-a17bfb8f-fd7e-4d67-9aec-715c09cccc3f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a17bfb8f-fd7e-4d67-9aec-715c09cccc3f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-a17bfb8f-fd7e-4d67-9aec-715c09cccc3f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-15562622-f214-46f1-aa97-0b6240632cc4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-15562622-f214-46f1-aa97-0b6240632cc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-15562622-f214-46f1-aa97-0b6240632cc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-15562622-f214-46f1-aa97-0b6240632cc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-15562622-f214-46f1-aa97-0b6240632cc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-15562622-f214-46f1-aa97-0b6240632cc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-7a9cf1ae-f08b-415d-a26d-17801d9bfad4 {
  min-height: 50px;
}








#s-7a9cf1ae-f08b-415d-a26d-17801d9bfad4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a9cf1ae-f08b-415d-a26d-17801d9bfad4.shg-box.shg-c {
  justify-content: center;
}

#s-4c942e80-6c95-4e2b-a543-ff3166d407e1 {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-4c942e80-6c95-4e2b-a543-ff3166d407e1 img.shogun-image {
    
    width: px;
  }


#s-4c942e80-6c95-4e2b-a543-ff3166d407e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-138c023d-8ff5-4bcf-a754-a19ccc3caaf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-138c023d-8ff5-4bcf-a754-a19ccc3caaf5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-78072a75-dd38-451c-a0b5-c86553ad440a {
  display: none;
}
@media (min-width: 0px) {
[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11bbd9bb-15fb-4bc4-8815-fbc502f0ee91"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d {
  text-align: left;
}


.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d {
  max-width: 100%;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d .shg-image-zoom,
.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d {
  max-width: 100%;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d .shg-image-zoom,
.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d {
  max-width: 100%;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d .shg-image-zoom,
.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d {
  max-width: 100%;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d .shg-image-zoom,
.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d {
  max-width: 100%;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d .shg-image-zoom,
.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2857c20e-7d42-4b64-89b2-7b1fbd40817d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2cef83b0-4be4-44ca-b083-8e8a23aa0537 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cef83b0-4be4-44ca-b083-8e8a23aa0537 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ad9e453d-938f-408e-91c6-30b4bad6e8d5 {
  text-align: center;
}

#s-ad9e453d-938f-408e-91c6-30b4bad6e8d5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ad9e453d-938f-408e-91c6-30b4bad6e8d5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-ad9e453d-938f-408e-91c6-30b4bad6e8d5 .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-7fc686e3-e2cd-417d-a211-a862e65c75a2 {
  text-align: center;
}

#s-7fc686e3-e2cd-417d-a211-a862e65c75a2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7fc686e3-e2cd-417d-a211-a862e65c75a2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7fc686e3-e2cd-417d-a211-a862e65c75a2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7fc686e3-e2cd-417d-a211-a862e65c75a2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-7fc686e3-e2cd-417d-a211-a862e65c75a2 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-7fc686e3-e2cd-417d-a211-a862e65c75a2 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-2d4d2e13-f3b3-47ff-8569-9b09ccb0c73f {
  text-align: center;
}

#s-2d4d2e13-f3b3-47ff-8569-9b09ccb0c73f .shg-product-quantity-wrapper {
  display: flex;
}

#s-2d4d2e13-f3b3-47ff-8569-9b09ccb0c73f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2d4d2e13-f3b3-47ff-8569-9b09ccb0c73f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2d4d2e13-f3b3-47ff-8569-9b09ccb0c73f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2d4d2e13-f3b3-47ff-8569-9b09ccb0c73f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-2d4d2e13-f3b3-47ff-8569-9b09ccb0c73f label {
    color: rgba(0, 0, 0, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-2d4d2e13-f3b3-47ff-8569-9b09ccb0c73f label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-7c84003d-a07b-4784-811c-864568ea855d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7c84003d-a07b-4784-811c-864568ea855d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c84003d-a07b-4784-811c-864568ea855d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c84003d-a07b-4784-811c-864568ea855d {
  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-7c84003d-a07b-4784-811c-864568ea855d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c84003d-a07b-4784-811c-864568ea855d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-7c84003d-a07b-4784-811c-864568ea855d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f5c6338e-039c-4546-8bf8-749f8180885d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f5c6338e-039c-4546-8bf8-749f8180885d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-f5c6338e-039c-4546-8bf8-749f8180885d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f5c6338e-039c-4546-8bf8-749f8180885d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f5c6338e-039c-4546-8bf8-749f8180885d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-f5c6338e-039c-4546-8bf8-749f8180885d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-32870add-aee2-41f7-969f-b743f3ed8c42 {
  min-height: 50px;
}








#s-32870add-aee2-41f7-969f-b743f3ed8c42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32870add-aee2-41f7-969f-b743f3ed8c42.shg-box.shg-c {
  justify-content: center;
}

#s-2f188ad4-e041-4fec-8181-9d0112fa212f {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-2f188ad4-e041-4fec-8181-9d0112fa212f img.shogun-image {
    
    width: px;
  }


#s-2f188ad4-e041-4fec-8181-9d0112fa212f .shogun-image-content {
  
    align-items: center;
  
}

#s-dd7ce799-a910-44a8-844c-c4a156c94915 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dd7ce799-a910-44a8-844c-c4a156c94915 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-20c3f203-e4c7-4835-8acd-fa7f8a1e500a {
  min-height: 50px;
}








#s-20c3f203-e4c7-4835-8acd-fa7f8a1e500a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20c3f203-e4c7-4835-8acd-fa7f8a1e500a.shg-box.shg-c {
  justify-content: center;
}

#s-03bc215c-36f8-45e2-8348-e019461d0d3b {
  min-height: 4px;
max-width: 90px;
text-align: center;
}




  #s-03bc215c-36f8-45e2-8348-e019461d0d3b img.shogun-image {
    
    width: px;
  }


#s-03bc215c-36f8-45e2-8348-e019461d0d3b .shogun-image-content {
  
    align-items: center;
  
}

#s-b5e89291-c645-46d8-980a-e41a5508ad2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5e89291-c645-46d8-980a-e41a5508ad2e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
