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

.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-43fbaac9-bf24-427a-9a6a-e4eeb5e3bc24 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-43fbaac9-bf24-427a-9a6a-e4eeb5e3bc24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43fbaac9-bf24-427a-9a6a-e4eeb5e3bc24.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: -webkit-box;
  display: flex;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
}

#s-bc32a9aa-7318-491a-915e-d220d7a538ac {
  margin-left: 2%;
margin-right: 2%;
}

#s-bc32a9aa-7318-491a-915e-d220d7a538ac .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-bc32a9aa-7318-491a-915e-d220d7a538ac .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-bc32a9aa-7318-491a-915e-d220d7a538ac .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(141, 198, 63, 1);
    border: 1px solid #ddd;
  }
#s-bc32a9aa-7318-491a-915e-d220d7a538ac .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(112, 112, 112, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-bc32a9aa-7318-491a-915e-d220d7a538ac .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-bc32a9aa-7318-491a-915e-d220d7a538ac .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(141, 198, 63, 1);
}

#s-bc32a9aa-7318-491a-915e-d220d7a538ac .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-bc32a9aa-7318-491a-915e-d220d7a538ac .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-f8994419-7fe0-4295-a021-743697d5fd70 {
  min-height: 50px;
}








#s-f8994419-7fe0-4295-a021-743697d5fd70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8994419-7fe0-4295-a021-743697d5fd70.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c506dcd5-b58c-4ef1-8eb2-6cd25786ab6e {
  min-height: 50px;
}








#s-c506dcd5-b58c-4ef1-8eb2-6cd25786ab6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c506dcd5-b58c-4ef1-8eb2-6cd25786ab6e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

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

#s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(234, 234, 234, 1);
}

@media (min-width: 0px) {
[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e6418c4-ad1a-40bb-abbe-88f4f2eb6897"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-52666b88-9838-4162-9377-6234ccde46ea {
  min-height: 200px;
}








#s-52666b88-9838-4162-9377-6234ccde46ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52666b88-9838-4162-9377-6234ccde46ea.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-80f6c188-b8db-4fb6-ac14-0a0894bbef3c {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-689dadc7-747a-4656-ab2f-f930b21bd7dd {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(141, 198, 63, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-689dadc7-747a-4656-ab2f-f930b21bd7dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-689dadc7-747a-4656-ab2f-f930b21bd7dd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-689dadc7-747a-4656-ab2f-f930b21bd7dd.shg-btn {
  color: #ffffff;
  font-size: 35px;
  
  
  
  display:  inline-block ;
}

.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-49c0dff5-7bd0-40b9-952d-5cd3f8ca447a {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49c0dff5-7bd0-40b9-952d-5cd3f8ca447a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3 {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-6ee23fac-c5f4-4386-849d-ee3cbc3ee1f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-a1f438ac-231e-4319-ae6d-883e806d5495 {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-a1f438ac-231e-4319-ae6d-883e806d5495 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb {
  text-align: center;
}


.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb {
  max-width: 100%;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb .shg-image-zoom,
.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb {
  max-width: 100%;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb .shg-image-zoom,
.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb {
  max-width: 100%;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb .shg-image-zoom,
.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb {
  max-width: 100%;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb .shg-image-zoom,
.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb {
  max-width: 100%;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb .shg-image-zoom,
.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6e86c41d-493b-4a8f-9b0a-c7aba4e19feb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.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-30b91b40-2b1b-4848-aa9e-976606668c69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30b91b40-2b1b-4848-aa9e-976606668c69 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-c3d787d3-f446-401c-bcf8-463fea6a9db9 {
  text-align: center;
}

#s-c3d787d3-f446-401c-bcf8-463fea6a9db9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-c3d787d3-f446-401c-bcf8-463fea6a9db9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c3d787d3-f446-401c-bcf8-463fea6a9db9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
}

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

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: 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-ab5b21a2-0ff6-4395-9618-9acba3954673 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-ab5b21a2-0ff6-4395-9618-9acba3954673:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ab5b21a2-0ff6-4395-9618-9acba3954673:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ab5b21a2-0ff6-4395-9618-9acba3954673 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-ab5b21a2-0ff6-4395-9618-9acba3954673.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab5b21a2-0ff6-4395-9618-9acba3954673.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab5b21a2-0ff6-4395-9618-9acba3954673.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab5b21a2-0ff6-4395-9618-9acba3954673.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8e2773f9-3876-4b09-bd3e-5033ed1a4077 {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-8e2773f9-3876-4b09-bd3e-5033ed1a4077 {
  display: none;
}
#s-07d7548e-b31d-4c9d-a494-b2240bf82994 {
  text-align: center;
}


.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 {
  max-width: 100%;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 .shg-image-zoom,
.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 {
  max-width: 100%;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 .shg-image-zoom,
.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 {
  max-width: 100%;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 .shg-image-zoom,
.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 {
  max-width: 100%;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 .shg-image-zoom,
.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 {
  max-width: 100%;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 .shg-image-zoom,
.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-07d7548e-b31d-4c9d-a494-b2240bf82994 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0d3bd803-4c89-4169-ae51-2897f35f8f53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d3bd803-4c89-4169-ae51-2897f35f8f53 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-b78962ef-e72b-4b73-8dfb-3d120c8b3a30 {
  text-align: center;
}

#s-b78962ef-e72b-4b73-8dfb-3d120c8b3a30 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-b78962ef-e72b-4b73-8dfb-3d120c8b3a30 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b78962ef-e72b-4b73-8dfb-3d120c8b3a30 .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-a6dde6a1-d1d5-4987-a3ac-e6998c01ad2f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-a6dde6a1-d1d5-4987-a3ac-e6998c01ad2f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6dde6a1-d1d5-4987-a3ac-e6998c01ad2f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6dde6a1-d1d5-4987-a3ac-e6998c01ad2f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-a6dde6a1-d1d5-4987-a3ac-e6998c01ad2f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6dde6a1-d1d5-4987-a3ac-e6998c01ad2f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a6dde6a1-d1d5-4987-a3ac-e6998c01ad2f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a6dde6a1-d1d5-4987-a3ac-e6998c01ad2f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bc11bcfa-bc75-4962-8b47-05c3b63d95bf {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-bc11bcfa-bc75-4962-8b47-05c3b63d95bf {
  display: none;
}
#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 {
  text-align: center;
}


.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 {
  max-width: 100%;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 .shg-image-zoom,
.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 {
  max-width: 100%;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 .shg-image-zoom,
.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 {
  max-width: 100%;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 .shg-image-zoom,
.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 {
  max-width: 100%;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 .shg-image-zoom,
.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 {
  max-width: 100%;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 .shg-image-zoom,
.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-5bad2ebb-95b1-43cc-a4d1-ef9118e68b95 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cd770beb-9ac4-4a0f-b46b-bf65d7412648 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd770beb-9ac4-4a0f-b46b-bf65d7412648 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-916e8861-6878-43b0-ae56-4e0b00823d71 {
  text-align: center;
}

#s-916e8861-6878-43b0-ae56-4e0b00823d71 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-916e8861-6878-43b0-ae56-4e0b00823d71 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-916e8861-6878-43b0-ae56-4e0b00823d71 .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-0551bd00-5a55-4fac-8a7b-babd27829e49 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-0551bd00-5a55-4fac-8a7b-babd27829e49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0551bd00-5a55-4fac-8a7b-babd27829e49:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0551bd00-5a55-4fac-8a7b-babd27829e49 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-0551bd00-5a55-4fac-8a7b-babd27829e49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0551bd00-5a55-4fac-8a7b-babd27829e49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0551bd00-5a55-4fac-8a7b-babd27829e49.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0551bd00-5a55-4fac-8a7b-babd27829e49.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f593052b-ee6f-477c-990c-795be31f763f {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-f593052b-ee6f-477c-990c-795be31f763f {
  display: none;
}
#s-6d9c349b-86c2-409e-a7d5-4a206c8158df {
  text-align: center;
}


.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df {
  max-width: 100%;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df .shg-image-zoom,
.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df {
  max-width: 100%;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df .shg-image-zoom,
.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df {
  max-width: 100%;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df .shg-image-zoom,
.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df {
  max-width: 100%;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df .shg-image-zoom,
.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df {
  max-width: 100%;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df .shg-image-zoom,
.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-6d9c349b-86c2-409e-a7d5-4a206c8158df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-85954c1d-9103-41fb-965b-47ea611f9973 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85954c1d-9103-41fb-965b-47ea611f9973 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-6c711c8c-b9a2-44c0-9110-827c1f50c396 {
  text-align: center;
}

#s-6c711c8c-b9a2-44c0-9110-827c1f50c396 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-6c711c8c-b9a2-44c0-9110-827c1f50c396 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6c711c8c-b9a2-44c0-9110-827c1f50c396 .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-de672954-c38c-413f-88a7-4ca0d71e739b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-de672954-c38c-413f-88a7-4ca0d71e739b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de672954-c38c-413f-88a7-4ca0d71e739b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de672954-c38c-413f-88a7-4ca0d71e739b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-de672954-c38c-413f-88a7-4ca0d71e739b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de672954-c38c-413f-88a7-4ca0d71e739b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de672954-c38c-413f-88a7-4ca0d71e739b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-de672954-c38c-413f-88a7-4ca0d71e739b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-45444e80-224f-4696-9e7c-3573c7575f7b {
  min-height: 50px;
}








#s-45444e80-224f-4696-9e7c-3573c7575f7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45444e80-224f-4696-9e7c-3573c7575f7b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04822c43-47fb-4154-a051-d37ab0b10b16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7085f327-5992-4a35-9c7b-e9d23ce87405 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-7085f327-5992-4a35-9c7b-e9d23ce87405 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7085f327-5992-4a35-9c7b-e9d23ce87405.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-50b258e1-492e-4c1b-b10d-8d87d046ff0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50b258e1-492e-4c1b-b10d-8d87d046ff0c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4f32e5ed-af51-455a-a4a9-b6e4c04872a7 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-4f32e5ed-af51-455a-a4a9-b6e4c04872a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f32e5ed-af51-455a-a4a9-b6e4c04872a7.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d7be2c0a-523d-4704-9284-5e02af842fe5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7be2c0a-523d-4704-9284-5e02af842fe5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-11569c9f-4c9a-4cc4-afeb-0a0937c6e62c {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-11569c9f-4c9a-4cc4-afeb-0a0937c6e62c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11569c9f-4c9a-4cc4-afeb-0a0937c6e62c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-85b14a93-272b-4ea2-a178-139aa1b5c8ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85b14a93-272b-4ea2-a178-139aa1b5c8ec .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-768db66a-ddd3-42e6-9dae-60b9d10061e3 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-768db66a-ddd3-42e6-9dae-60b9d10061e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-768db66a-ddd3-42e6-9dae-60b9d10061e3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-06e2ae4a-7c01-4e4b-884e-ecd36ed34207 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06e2ae4a-7c01-4e4b-884e-ecd36ed34207 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-00a1edf3-07c0-4039-b7b6-160cd4948b49 {
  min-height: 50px;
}








#s-00a1edf3-07c0-4039-b7b6-160cd4948b49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00a1edf3-07c0-4039-b7b6-160cd4948b49.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-95054d61-d936-4863-8961-95fa6f3c4b02 {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-95054d61-d936-4863-8961-95fa6f3c4b02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-e6753705-da33-498c-a35e-1c64edb014a6 {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-e6753705-da33-498c-a35e-1c64edb014a6 {
  display: none;
}
#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 {
  text-align: center;
}


.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 {
  max-width: 100%;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 .shg-image-zoom,
.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 {
  max-width: 100%;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 .shg-image-zoom,
.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 {
  max-width: 100%;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 .shg-image-zoom,
.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 {
  max-width: 100%;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 .shg-image-zoom,
.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 {
  max-width: 100%;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 .shg-image-zoom,
.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-1ed9d50d-7caa-4c81-ae73-6a3223da99b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dfad8e7c-2a02-4d88-95bb-b56d0bd1052f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfad8e7c-2a02-4d88-95bb-b56d0bd1052f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-304ab174-443d-41e1-ac23-4351f5aa4bc0 {
  text-align: center;
}

#s-304ab174-443d-41e1-ac23-4351f5aa4bc0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-304ab174-443d-41e1-ac23-4351f5aa4bc0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-304ab174-443d-41e1-ac23-4351f5aa4bc0 .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-9f95aef6-813c-4299-b4e9-cf95fa674068 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-9f95aef6-813c-4299-b4e9-cf95fa674068:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f95aef6-813c-4299-b4e9-cf95fa674068:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f95aef6-813c-4299-b4e9-cf95fa674068 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-9f95aef6-813c-4299-b4e9-cf95fa674068.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f95aef6-813c-4299-b4e9-cf95fa674068.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9f95aef6-813c-4299-b4e9-cf95fa674068.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9f95aef6-813c-4299-b4e9-cf95fa674068.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-50742f77-3a14-45c4-9d45-ce49a3bd042a {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-50742f77-3a14-45c4-9d45-ce49a3bd042a {
  display: none;
}
#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac {
  text-align: center;
}


.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac {
  max-width: 100%;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac .shg-image-zoom,
.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac {
  max-width: 100%;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac .shg-image-zoom,
.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac {
  max-width: 100%;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac .shg-image-zoom,
.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac {
  max-width: 100%;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac .shg-image-zoom,
.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac {
  max-width: 100%;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac .shg-image-zoom,
.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a86ffbc3-93bb-42fa-baba-385ecc0a09ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-84cd2e68-cbff-4706-baa6-a8ac6b084b90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84cd2e68-cbff-4706-baa6-a8ac6b084b90 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-63beb901-3441-4982-b515-5f8769bdbdb5 {
  text-align: center;
}

#s-63beb901-3441-4982-b515-5f8769bdbdb5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-63beb901-3441-4982-b515-5f8769bdbdb5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-63beb901-3441-4982-b515-5f8769bdbdb5 .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-56d32998-a2f5-4239-a876-47d1e5824f4b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-56d32998-a2f5-4239-a876-47d1e5824f4b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-56d32998-a2f5-4239-a876-47d1e5824f4b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-56d32998-a2f5-4239-a876-47d1e5824f4b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-56d32998-a2f5-4239-a876-47d1e5824f4b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56d32998-a2f5-4239-a876-47d1e5824f4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-56d32998-a2f5-4239-a876-47d1e5824f4b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-56d32998-a2f5-4239-a876-47d1e5824f4b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d599a2fb-d8f1-437c-aacf-0175bb60d8a2 {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-d599a2fb-d8f1-437c-aacf-0175bb60d8a2 {
  display: none;
}
#s-036ac433-55db-4de6-88aa-2d080ebe3645 {
  text-align: center;
}


.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 {
  max-width: 100%;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 .shg-image-zoom,
.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 {
  max-width: 100%;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 .shg-image-zoom,
.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 {
  max-width: 100%;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 .shg-image-zoom,
.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 {
  max-width: 100%;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 .shg-image-zoom,
.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 {
  max-width: 100%;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 .shg-image-zoom,
.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-036ac433-55db-4de6-88aa-2d080ebe3645 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7a9d74a1-a770-4cb3-b879-f3235838a7b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a9d74a1-a770-4cb3-b879-f3235838a7b2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-a110a6f1-c794-4f05-9530-f9ad721da279 {
  text-align: center;
}

#s-a110a6f1-c794-4f05-9530-f9ad721da279 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-a110a6f1-c794-4f05-9530-f9ad721da279 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a110a6f1-c794-4f05-9530-f9ad721da279 .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-a259c49a-2efb-41f6-95ae-32804c3a9fb9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-a259c49a-2efb-41f6-95ae-32804c3a9fb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a259c49a-2efb-41f6-95ae-32804c3a9fb9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a259c49a-2efb-41f6-95ae-32804c3a9fb9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-a259c49a-2efb-41f6-95ae-32804c3a9fb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a259c49a-2efb-41f6-95ae-32804c3a9fb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a259c49a-2efb-41f6-95ae-32804c3a9fb9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a259c49a-2efb-41f6-95ae-32804c3a9fb9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1819a8b9-1460-4939-b207-dcb2ae2672dc {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1819a8b9-1460-4939-b207-dcb2ae2672dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-22843ea1-1377-4ca2-84c1-be5349f01b73 {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-22843ea1-1377-4ca2-84c1-be5349f01b73 {
  display: none;
}
#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc {
  text-align: center;
}


.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc {
  max-width: 100%;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc .shg-image-zoom,
.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc {
  max-width: 100%;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc .shg-image-zoom,
.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc {
  max-width: 100%;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc .shg-image-zoom,
.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc {
  max-width: 100%;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc .shg-image-zoom,
.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc {
  max-width: 100%;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc .shg-image-zoom,
.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-4aa03c23-d7aa-4004-b309-ad94fe8af5bc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6da09d40-3571-42ba-934f-c56a790e03c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6da09d40-3571-42ba-934f-c56a790e03c0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-950ec1fc-9ff0-4693-843a-fd76e0395a72 {
  text-align: center;
}

#s-950ec1fc-9ff0-4693-843a-fd76e0395a72 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-950ec1fc-9ff0-4693-843a-fd76e0395a72 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-950ec1fc-9ff0-4693-843a-fd76e0395a72 .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-1988b35d-98cd-4400-9c27-005917c8bf54 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-1988b35d-98cd-4400-9c27-005917c8bf54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1988b35d-98cd-4400-9c27-005917c8bf54:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1988b35d-98cd-4400-9c27-005917c8bf54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-1988b35d-98cd-4400-9c27-005917c8bf54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1988b35d-98cd-4400-9c27-005917c8bf54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1988b35d-98cd-4400-9c27-005917c8bf54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1988b35d-98cd-4400-9c27-005917c8bf54.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a6af00ed-010f-454f-b412-2ae422ac97c0 {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-a6af00ed-010f-454f-b412-2ae422ac97c0 {
  display: none;
}
#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 {
  text-align: center;
}


.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 {
  max-width: 100%;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 .shg-image-zoom,
.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 {
  max-width: 100%;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 .shg-image-zoom,
.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 {
  max-width: 100%;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 .shg-image-zoom,
.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 {
  max-width: 100%;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 .shg-image-zoom,
.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 {
  max-width: 100%;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 .shg-image-zoom,
.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-ec77eaa5-624b-4e06-80dc-6ff50a7dafc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8329e8ba-bd7d-4d4a-b898-8738abe0628e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8329e8ba-bd7d-4d4a-b898-8738abe0628e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-8f9f448a-5b71-4d47-a2c5-43b3c1e00144 {
  text-align: center;
}

#s-8f9f448a-5b71-4d47-a2c5-43b3c1e00144 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-8f9f448a-5b71-4d47-a2c5-43b3c1e00144 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-8f9f448a-5b71-4d47-a2c5-43b3c1e00144 .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-9fc17a0f-dda9-4892-8315-b47fdff728d9 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: left;
}

#s-9fc17a0f-dda9-4892-8315-b47fdff728d9 .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-9fc17a0f-dda9-4892-8315-b47fdff728d9 .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-9fc17a0f-dda9-4892-8315-b47fdff728d9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9fc17a0f-dda9-4892-8315-b47fdff728d9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-9fc17a0f-dda9-4892-8315-b47fdff728d9 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-9fc17a0f-dda9-4892-8315-b47fdff728d9 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-3ae40cf7-3946-4b53-b5a3-6d1246224a6c {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-3ae40cf7-3946-4b53-b5a3-6d1246224a6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ae40cf7-3946-4b53-b5a3-6d1246224a6c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ae40cf7-3946-4b53-b5a3-6d1246224a6c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-3ae40cf7-3946-4b53-b5a3-6d1246224a6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ae40cf7-3946-4b53-b5a3-6d1246224a6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ae40cf7-3946-4b53-b5a3-6d1246224a6c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3ae40cf7-3946-4b53-b5a3-6d1246224a6c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-73d0fd82-ef10-438b-a465-2afc5d297fae {
  min-height: 50px;
}








#s-73d0fd82-ef10-438b-a465-2afc5d297fae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73d0fd82-ef10-438b-a465-2afc5d297fae.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
