.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: text;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fa007d4c-b96b-4b37-a8c2-4872dfa68223 {
  display: none;
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  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: flex;
  justify-content: 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: 0;
  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-22ac390e-9c5c-4629-9906-7a1cebdc020d { margin-top: 40px; }
#s-22ac390e-9c5c-4629-9906-7a1cebdc020d .shogun-tabs {
  justify-content: center;
}


  #s-22ac390e-9c5c-4629-9906-7a1cebdc020d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-22ac390e-9c5c-4629-9906-7a1cebdc020d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-22ac390e-9c5c-4629-9906-7a1cebdc020d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-22ac390e-9c5c-4629-9906-7a1cebdc020d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-22ac390e-9c5c-4629-9906-7a1cebdc020d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-22ac390e-9c5c-4629-9906-7a1cebdc020d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-22ac390e-9c5c-4629-9906-7a1cebdc020d .shogun-tab {
  max-width: calc(100% / 2 - (2 - 2) * 2px / 2);
}

.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-7de99dc2-f6ce-4495-a35f-50ec8fc58e0f { padding-top: 10px;
padding-bottom: 10px; }
 #s-7de99dc2-f6ce-4495-a35f-50ec8fc58e0f .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   
   
   
   text-align: center;
 }

 

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  display: inline-block;
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-stars-hoverable .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .shg-product-reviews-container .shg-product-reviews-button-write {
    position: absolute;
    top: 15px;
    right: 0;
    margin-top: 0;
  }
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-all;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}


.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-top: 5px;
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #CF4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #CF4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .shg-product-reviews-container .shg-product-reviews-wrapper-cell {
    text-align: center;
  }

  .shg-product-reviews-container .shg-product-reviews-button-cancel {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .shg-product-reviews-container .shg-product-reviews-wrapper-cell > * {
    display: table-cell;
  }

  .shg-product-reviews-container .shg-product-reviews-col1 {
    width: 49%;
    text-align: right;
  }

  .shg-product-reviews-container .shg-product-reviews-col2 {
    width: 2%;
    white-space: nowrap;
  }

  .shg-product-reviews-container .shg-product-reviews-button-cancel {
    margin-right: 30px;
  }
}

.shg-product-reviews-container .shg-product-reviews-col3 {
  width: 49%;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-f6658487-291c-4080-ab84-269e85bf3481 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-f6658487-291c-4080-ab84-269e85bf3481 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-f6658487-291c-4080-ab84-269e85bf3481 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-f6658487-291c-4080-ab84-269e85bf3481 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-f6658487-291c-4080-ab84-269e85bf3481 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-f6658487-291c-4080-ab84-269e85bf3481 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-f6658487-291c-4080-ab84-269e85bf3481 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-f6658487-291c-4080-ab84-269e85bf3481 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-f6658487-291c-4080-ab84-269e85bf3481 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(237, 95, 171, 1);
}

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

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

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

#s-cfc031cb-b4e6-4df4-9d53-7320cccda732 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cfc031cb-b4e6-4df4-9d53-7320cccda732"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-65ad5ffd-d9aa-42f2-9151-10671dc7d54a { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-7b5cd81f-1913-4b88-9f9c-296bf8d31b1f { border-style: solid;
margin-bottom: -10px;
padding-top: 35px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 02px;
border-left-width: 02px;
border-bottom-width: 02px;
border-right-width: 02px;
border-color: rgba(218, 218, 218, 1); }
.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-f04ecb00-2e29-4eaa-92c2-9bdd19d2b517 { box-shadow:1px 1px 1px 1px rgba(245, 202, 211, 1);
margin-top: -10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(237, 95, 171, 1);
text-decoration: none; }
#s-f04ecb00-2e29-4eaa-92c2-9bdd19d2b517:hover {box-shadow:1px 1px 1px 1px rgba(237, 95, 171, 1) !important;
background-color: rgba(242, 141, 195, 1) !important;
text-decoration: none !important;}
#s-f04ecb00-2e29-4eaa-92c2-9bdd19d2b517:active {box-shadow:1px 1px 1px 1px rgba(244, 98, 176, 1) !important;
background-color: rgba(245, 202, 211, 1) !important;
text-decoration: none !important;}

 #s-f04ecb00-2e29-4eaa-92c2-9bdd19d2b517.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-aaf1b996-3f98-45ca-bb65-fcfb1cd51e50 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-9c6ce281-ad42-486d-a871-b9d090797e93 { border-style: solid;
margin-bottom: -10px;
padding-top: 35px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 02px;
border-left-width: 02px;
border-bottom-width: 02px;
border-right-width: 02px;
border-color: rgba(218, 218, 218, 1); }
#s-b36d1b73-9d1e-48a7-bd99-37f114c06c72 { box-shadow:1px 1px 1px 1px rgba(245, 202, 211, 1);
margin-top: -10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(237, 95, 171, 1);
text-decoration: none; }
#s-b36d1b73-9d1e-48a7-bd99-37f114c06c72:hover {box-shadow:1px 1px 1px 1px rgba(237, 95, 171, 1) !important;
background-color: rgba(242, 141, 195, 1) !important;
text-decoration: none !important;}
#s-b36d1b73-9d1e-48a7-bd99-37f114c06c72:active {box-shadow:1px 1px 1px 1px rgba(244, 98, 176, 1) !important;
background-color: rgba(245, 202, 211, 1) !important;
text-decoration: none !important;}

 #s-b36d1b73-9d1e-48a7-bd99-37f114c06c72.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-a7af59fb-01e4-4eec-8390-827170fd2ddf { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-fb040ec5-e020-4309-9fb8-2e51d507287c { border-style: solid;
margin-bottom: -10px;
padding-top: 35px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 02px;
border-left-width: 02px;
border-bottom-width: 02px;
border-right-width: 02px;
border-color: rgba(218, 218, 218, 1); }
#s-6d8ec89f-c7bd-4208-9233-bca4ee44509b { box-shadow:1px 1px 1px 1px rgba(245, 202, 211, 1);
margin-top: -10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(237, 95, 171, 1);
text-decoration: none; }
#s-6d8ec89f-c7bd-4208-9233-bca4ee44509b:hover {box-shadow:1px 1px 1px 1px rgba(237, 95, 171, 1) !important;
background-color: rgba(242, 141, 195, 1) !important;
text-decoration: none !important;}
#s-6d8ec89f-c7bd-4208-9233-bca4ee44509b:active {box-shadow:1px 1px 1px 1px rgba(244, 98, 176, 1) !important;
background-color: rgba(245, 202, 211, 1) !important;
text-decoration: none !important;}

 #s-6d8ec89f-c7bd-4208-9233-bca4ee44509b.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

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

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

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

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

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-a63b38fa-e2c2-4a48-ad41-7ffb517028a5 { min-height: 50px; }
#s-a63b38fa-e2c2-4a48-ad41-7ffb517028a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e45d9f7e-e004-4cdd-a034-74929b95357e { border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(237, 95, 171, 1); }
 #s-e45d9f7e-e004-4cdd-a034-74929b95357e .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   font-family: Assistant;
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-e918286a-5041-4e25-9a32-d793c82cda2e {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: -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-8584b9a5-d789-4b99-8ce0-6e69285ad196 { text-align: left; }
.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-86d77388-2196-4271-979c-44d932710446 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-86d77388-2196-4271-979c-44d932710446 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-64640edb-d2cb-4077-972c-7cfc59885f2e {
  display: none;
}
#s-d876e090-661c-48f1-8b65-62fb62c81a02 { text-align: left; }
#s-0417739f-c217-47ac-a243-f1e23d3ee18c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0417739f-c217-47ac-a243-f1e23d3ee18c .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-68e63539-02b8-4b8c-a9f2-7635b6e15b91 {
  display: none;
}
#s-348f388e-6a95-43e3-b991-c4d91405679e { text-align: left; }
#s-5b47e2cc-2a3f-4478-861d-f4cbbecf3148 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5b47e2cc-2a3f-4478-861d-f4cbbecf3148 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c5fe7ac6-98bb-489d-8fac-6f170c03d6b6 {
  display: none;
}
#s-a62ca922-2afe-486f-b63f-54e82b348c76 { text-align: left; }
#s-60eb06d6-0428-4556-ac14-00052c4d2e18 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-60eb06d6-0428-4556-ac14-00052c4d2e18 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-252ca41b-151f-46a3-a88d-339157aa1bb3 {
  display: none;
}
#s-8c4e81ab-dc10-41c8-8dcb-08e06b2938bd { text-align: left; }
#s-d3a4efa6-1f3f-49e6-83f5-3fb7831d7810 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d3a4efa6-1f3f-49e6-83f5-3fb7831d7810 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bf8338d9-7058-4a5f-ae81-21ef41e0da3a { text-align: left; }
#s-bf8338d9-7058-4a5f-ae81-21ef41e0da3a .shg-product-sold-out {
  display: none;
}

#s-bf8338d9-7058-4a5f-ae81-21ef41e0da3a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bf8338d9-7058-4a5f-ae81-21ef41e0da3a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-product-atc-wrapper {
  position: relative;
}

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

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

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper .shg-btn:not(.shg-btn-stretch) {
  display: inline-block !important;
}

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

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

#s-0486245a-392f-4bb4-ab44-0f39931159a3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0486245a-392f-4bb4-ab44-0f39931159a3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0486245a-392f-4bb4-ab44-0f39931159a3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0486245a-392f-4bb4-ab44-0f39931159a3 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0486245a-392f-4bb4-ab44-0f39931159a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0486245a-392f-4bb4-ab44-0f39931159a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0486245a-392f-4bb4-ab44-0f39931159a3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e2b7320d-6fb4-4604-9ac0-a80d1e4a1d79 {
  display: none;
}
#s-e69abf90-5071-46f0-8313-fab77be28d35 { text-align: left; }
#s-1d72221b-fd96-4948-b743-190c81e8b40a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1d72221b-fd96-4948-b743-190c81e8b40a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a75d61d2-b8f0-4852-a63d-fe3cc0d59e84 { text-align: left; }
#s-a75d61d2-b8f0-4852-a63d-fe3cc0d59e84 .shg-product-sold-out {
  display: none;
}

#s-a75d61d2-b8f0-4852-a63d-fe3cc0d59e84 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a75d61d2-b8f0-4852-a63d-fe3cc0d59e84 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c7643e42-5212-4e6b-8b7a-0bf1cf4d022c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c7643e42-5212-4e6b-8b7a-0bf1cf4d022c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c7643e42-5212-4e6b-8b7a-0bf1cf4d022c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c7643e42-5212-4e6b-8b7a-0bf1cf4d022c {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7643e42-5212-4e6b-8b7a-0bf1cf4d022c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7643e42-5212-4e6b-8b7a-0bf1cf4d022c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c7643e42-5212-4e6b-8b7a-0bf1cf4d022c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e22432e4-ef8a-4b67-b8e6-19602f2211d0 {
  display: none;
}
#s-2fe72ddf-a96b-4277-a98a-b4b57df5bdf7 { text-align: left; }
#s-82ab4771-26cb-4bdc-883f-6019cd137349 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-82ab4771-26cb-4bdc-883f-6019cd137349 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-35a86f8a-499e-4255-a78a-c4cc7bc6b60f { text-align: left; }
#s-35a86f8a-499e-4255-a78a-c4cc7bc6b60f .shg-product-sold-out {
  display: none;
}

#s-35a86f8a-499e-4255-a78a-c4cc7bc6b60f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-35a86f8a-499e-4255-a78a-c4cc7bc6b60f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5cb17e5b-2e43-45b1-b857-4752752eb79e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5cb17e5b-2e43-45b1-b857-4752752eb79e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5cb17e5b-2e43-45b1-b857-4752752eb79e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5cb17e5b-2e43-45b1-b857-4752752eb79e {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5cb17e5b-2e43-45b1-b857-4752752eb79e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5cb17e5b-2e43-45b1-b857-4752752eb79e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5cb17e5b-2e43-45b1-b857-4752752eb79e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7972896c-af5a-4b92-8b46-b6eae1ddb36c {
  display: none;
}
#s-910c597c-3e13-40c8-86b2-c553fc3228bc { text-align: left; }
#s-5e8ddc97-40a6-4474-8a26-b6c9015c079c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5e8ddc97-40a6-4474-8a26-b6c9015c079c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-94308973-4cab-4d4f-8e3c-5655cd73d980 { text-align: left; }
#s-94308973-4cab-4d4f-8e3c-5655cd73d980 .shg-product-sold-out {
  display: none;
}

#s-94308973-4cab-4d4f-8e3c-5655cd73d980 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-94308973-4cab-4d4f-8e3c-5655cd73d980 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b08d3111-bd21-426a-9009-c09e95213cb8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b08d3111-bd21-426a-9009-c09e95213cb8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b08d3111-bd21-426a-9009-c09e95213cb8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b08d3111-bd21-426a-9009-c09e95213cb8 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b08d3111-bd21-426a-9009-c09e95213cb8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b08d3111-bd21-426a-9009-c09e95213cb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b08d3111-bd21-426a-9009-c09e95213cb8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a82d45a6-b39c-4ef0-a923-eb934d2e81dc {
  display: none;
}
#s-d0480cff-27cc-42f4-9e2c-a7151a40871f { text-align: left; }
#s-cb611dc9-1947-4469-9ca0-eb4dce12f1f5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cb611dc9-1947-4469-9ca0-eb4dce12f1f5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-31ba5631-64fd-44e9-92d0-955b964d08ac { text-align: left; }
#s-31ba5631-64fd-44e9-92d0-955b964d08ac .shg-product-sold-out {
  display: none;
}

#s-31ba5631-64fd-44e9-92d0-955b964d08ac .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-31ba5631-64fd-44e9-92d0-955b964d08ac .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f5aaf3e7-5b90-4571-a991-662f89f8374b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f5aaf3e7-5b90-4571-a991-662f89f8374b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f5aaf3e7-5b90-4571-a991-662f89f8374b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f5aaf3e7-5b90-4571-a991-662f89f8374b {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5aaf3e7-5b90-4571-a991-662f89f8374b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5aaf3e7-5b90-4571-a991-662f89f8374b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f5aaf3e7-5b90-4571-a991-662f89f8374b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-61260d0a-8141-4cff-a219-169c67bb5ad2 {
  display: none;
}
#s-5aac7a4d-6eec-4fe9-bec6-e40bc2de4239 { text-align: left; }
#s-8c5b63b8-fbce-4529-af8b-2c5537282fc9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8c5b63b8-fbce-4529-af8b-2c5537282fc9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-65da4ac9-d156-438e-a3d4-22aa324e645c { text-align: left; }
#s-65da4ac9-d156-438e-a3d4-22aa324e645c .shg-product-sold-out {
  display: none;
}

#s-65da4ac9-d156-438e-a3d4-22aa324e645c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-65da4ac9-d156-438e-a3d4-22aa324e645c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b1304037-6be1-46f8-aa11-a7c6bf9b6f50 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b1304037-6be1-46f8-aa11-a7c6bf9b6f50:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b1304037-6be1-46f8-aa11-a7c6bf9b6f50:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b1304037-6be1-46f8-aa11-a7c6bf9b6f50 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1304037-6be1-46f8-aa11-a7c6bf9b6f50.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1304037-6be1-46f8-aa11-a7c6bf9b6f50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b1304037-6be1-46f8-aa11-a7c6bf9b6f50.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c35ad74f-110f-4ab5-9f5b-3728ab929c94 {
  display: none;
}
#s-f14fdb4f-d599-4f9b-a1d6-db6a009cec51 { text-align: left; }
#s-dc98414a-6bab-4905-993b-45ecf5e58b37 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-dc98414a-6bab-4905-993b-45ecf5e58b37 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-07e7a139-77c1-46eb-8f8a-6f65eebe1284 { text-align: left; }
#s-07e7a139-77c1-46eb-8f8a-6f65eebe1284 .shg-product-sold-out {
  display: none;
}

#s-07e7a139-77c1-46eb-8f8a-6f65eebe1284 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-07e7a139-77c1-46eb-8f8a-6f65eebe1284 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ee978971-ed28-4301-b62e-3866c1848497 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ee978971-ed28-4301-b62e-3866c1848497:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ee978971-ed28-4301-b62e-3866c1848497:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ee978971-ed28-4301-b62e-3866c1848497 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee978971-ed28-4301-b62e-3866c1848497.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee978971-ed28-4301-b62e-3866c1848497.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ee978971-ed28-4301-b62e-3866c1848497.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d335912a-665d-4ba0-b29f-3d3345e0d60c {
  display: none;
}
#s-4a586b0a-9095-4528-84f0-032ff762f5a9 { text-align: left; }
#s-32954bdf-a992-4bf1-a380-6dcd00a1fc43 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-32954bdf-a992-4bf1-a380-6dcd00a1fc43 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-621ad876-8e68-4474-873c-75361b4486b9 { text-align: left; }
#s-621ad876-8e68-4474-873c-75361b4486b9 .shg-product-sold-out {
  display: none;
}

#s-621ad876-8e68-4474-873c-75361b4486b9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-621ad876-8e68-4474-873c-75361b4486b9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c0c07bb8-6cc5-46e2-a966-d1b18bc122ee { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c0c07bb8-6cc5-46e2-a966-d1b18bc122ee:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c0c07bb8-6cc5-46e2-a966-d1b18bc122ee:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c0c07bb8-6cc5-46e2-a966-d1b18bc122ee {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0c07bb8-6cc5-46e2-a966-d1b18bc122ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0c07bb8-6cc5-46e2-a966-d1b18bc122ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c0c07bb8-6cc5-46e2-a966-d1b18bc122ee.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-493a8e6e-37eb-43c3-8da0-3928e5039607 {
  display: none;
}
#s-8a84900e-1af0-47ce-b2ca-135fb86adb8d { text-align: left; }
#s-998b0976-c093-41e6-b74b-c2d04ab7abb8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-998b0976-c093-41e6-b74b-c2d04ab7abb8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f296c637-d9d0-4113-bc20-004243b556f0 { text-align: left; }
#s-f296c637-d9d0-4113-bc20-004243b556f0 .shg-product-sold-out {
  display: none;
}

#s-f296c637-d9d0-4113-bc20-004243b556f0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f296c637-d9d0-4113-bc20-004243b556f0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b7893694-9eae-473f-b271-966455cc9030 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b7893694-9eae-473f-b271-966455cc9030:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b7893694-9eae-473f-b271-966455cc9030:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b7893694-9eae-473f-b271-966455cc9030 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7893694-9eae-473f-b271-966455cc9030.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7893694-9eae-473f-b271-966455cc9030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b7893694-9eae-473f-b271-966455cc9030.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d4b1e461-7e0f-43ee-8b2b-04c638698c06 {
  display: none;
}
#s-8fb6bc7d-3add-4a5b-b536-69d5fe8c5f94 { text-align: left; }
#s-56837ee7-c202-4b11-bfd5-178ae9a5072b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-56837ee7-c202-4b11-bfd5-178ae9a5072b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-741391c5-5511-4594-aac0-aa0820aed341 { text-align: left; }
#s-741391c5-5511-4594-aac0-aa0820aed341 .shg-product-sold-out {
  display: none;
}

#s-741391c5-5511-4594-aac0-aa0820aed341 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-741391c5-5511-4594-aac0-aa0820aed341 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2f353d49-9ee0-4f5b-aabe-0553d5d63bec { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2f353d49-9ee0-4f5b-aabe-0553d5d63bec:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2f353d49-9ee0-4f5b-aabe-0553d5d63bec:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2f353d49-9ee0-4f5b-aabe-0553d5d63bec {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f353d49-9ee0-4f5b-aabe-0553d5d63bec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f353d49-9ee0-4f5b-aabe-0553d5d63bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2f353d49-9ee0-4f5b-aabe-0553d5d63bec.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-49644270-8713-4586-9774-104b1dc35660 {
  display: none;
}
#s-713ed0bd-4ba8-4add-88a5-2d65f16f160e { text-align: left; }
#s-b4f41612-4850-4a5f-931b-c433c9f2827d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b4f41612-4850-4a5f-931b-c433c9f2827d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-40a2ad4b-1ca0-45d9-a39a-0700c8f5dba6 { text-align: left; }
#s-40a2ad4b-1ca0-45d9-a39a-0700c8f5dba6 .shg-product-sold-out {
  display: none;
}

#s-40a2ad4b-1ca0-45d9-a39a-0700c8f5dba6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-40a2ad4b-1ca0-45d9-a39a-0700c8f5dba6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3345f890-7831-44dd-94fa-9e9783f1daad { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3345f890-7831-44dd-94fa-9e9783f1daad:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3345f890-7831-44dd-94fa-9e9783f1daad:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3345f890-7831-44dd-94fa-9e9783f1daad {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3345f890-7831-44dd-94fa-9e9783f1daad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3345f890-7831-44dd-94fa-9e9783f1daad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3345f890-7831-44dd-94fa-9e9783f1daad.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1009b907-1cdd-4cd5-866c-0bc65c3a713b {
  display: none;
}
#s-7f7b4903-8474-4fd5-b3a2-7231f24f8c78 { text-align: left; }
#s-f446d5f8-729e-446f-9a38-c4650c3f4fbf { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f446d5f8-729e-446f-9a38-c4650c3f4fbf .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-43e341d9-5dea-4a67-a973-7f3d4a230557 { text-align: left; }
#s-43e341d9-5dea-4a67-a973-7f3d4a230557 .shg-product-sold-out {
  display: none;
}

#s-43e341d9-5dea-4a67-a973-7f3d4a230557 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-43e341d9-5dea-4a67-a973-7f3d4a230557 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f22f808b-a20f-451c-96b0-bc5bb85bc09d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f22f808b-a20f-451c-96b0-bc5bb85bc09d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f22f808b-a20f-451c-96b0-bc5bb85bc09d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f22f808b-a20f-451c-96b0-bc5bb85bc09d {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f22f808b-a20f-451c-96b0-bc5bb85bc09d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f22f808b-a20f-451c-96b0-bc5bb85bc09d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f22f808b-a20f-451c-96b0-bc5bb85bc09d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-67a063be-c120-4166-ad4d-0b383ea0592d {
  display: none;
}
#s-e983c283-235e-4224-98a6-ec0bca9e9d50 { text-align: left; }
#s-ed3b3c68-18e5-45a5-8434-af5ed93c3d80 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ed3b3c68-18e5-45a5-8434-af5ed93c3d80 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4f4687d1-410c-48a1-974f-32348d386282 { text-align: left; }
#s-4f4687d1-410c-48a1-974f-32348d386282 .shg-product-sold-out {
  display: none;
}

#s-4f4687d1-410c-48a1-974f-32348d386282 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4f4687d1-410c-48a1-974f-32348d386282 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2f866f94-1a1e-42f0-a1cc-73402865c0c6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2f866f94-1a1e-42f0-a1cc-73402865c0c6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2f866f94-1a1e-42f0-a1cc-73402865c0c6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2f866f94-1a1e-42f0-a1cc-73402865c0c6 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f866f94-1a1e-42f0-a1cc-73402865c0c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f866f94-1a1e-42f0-a1cc-73402865c0c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2f866f94-1a1e-42f0-a1cc-73402865c0c6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-37c5c966-ee91-4957-b348-1911b973e965 {
  display: none;
}
#s-fb25f2cb-50be-4088-ab88-2996c9882cfc { text-align: left; }
#s-22ac9842-ab77-4c44-9d56-17ccd571322e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-22ac9842-ab77-4c44-9d56-17ccd571322e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7ca6c342-7c5a-4a39-a975-b54595f6c37d { text-align: left; }
#s-7ca6c342-7c5a-4a39-a975-b54595f6c37d .shg-product-sold-out {
  display: none;
}

#s-7ca6c342-7c5a-4a39-a975-b54595f6c37d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7ca6c342-7c5a-4a39-a975-b54595f6c37d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4925e422-46b8-4874-b802-b6cf5c895f89 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4925e422-46b8-4874-b802-b6cf5c895f89:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4925e422-46b8-4874-b802-b6cf5c895f89:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4925e422-46b8-4874-b802-b6cf5c895f89 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4925e422-46b8-4874-b802-b6cf5c895f89.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4925e422-46b8-4874-b802-b6cf5c895f89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4925e422-46b8-4874-b802-b6cf5c895f89.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-aacc36ca-477c-4210-8b7f-9cf766d30866 {
  display: none;
}
#s-ce5b6da3-d209-405e-8e3c-e0913f9e692c { text-align: left; }
#s-04626e18-3eb0-47ea-9e03-4647d0bbe8b9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-04626e18-3eb0-47ea-9e03-4647d0bbe8b9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8d3d81ec-ac73-4c8b-9376-0074a619c8b0 { text-align: left; }
#s-8d3d81ec-ac73-4c8b-9376-0074a619c8b0 .shg-product-sold-out {
  display: none;
}

#s-8d3d81ec-ac73-4c8b-9376-0074a619c8b0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8d3d81ec-ac73-4c8b-9376-0074a619c8b0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-97c374f1-20dd-4644-b4f5-6bd2e0ce3249 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-97c374f1-20dd-4644-b4f5-6bd2e0ce3249:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-97c374f1-20dd-4644-b4f5-6bd2e0ce3249:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-97c374f1-20dd-4644-b4f5-6bd2e0ce3249 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97c374f1-20dd-4644-b4f5-6bd2e0ce3249.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97c374f1-20dd-4644-b4f5-6bd2e0ce3249.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-97c374f1-20dd-4644-b4f5-6bd2e0ce3249.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e045b70a-d118-43d2-a9ea-3f3f3b287ee7 {
  display: none;
}
#s-bbbd4627-45d4-4bcd-86f6-4190e8a8f5a0 { text-align: left; }
#s-4db9b243-9ed3-4e16-8e75-e7fa72662eee { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4db9b243-9ed3-4e16-8e75-e7fa72662eee .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-27bf8fb6-d511-47bb-b9bc-c4496db86c67 { text-align: left; }
#s-27bf8fb6-d511-47bb-b9bc-c4496db86c67 .shg-product-sold-out {
  display: none;
}

#s-27bf8fb6-d511-47bb-b9bc-c4496db86c67 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-27bf8fb6-d511-47bb-b9bc-c4496db86c67 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-730c9580-abcb-45c3-a5d3-3389e2826994 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-730c9580-abcb-45c3-a5d3-3389e2826994:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-730c9580-abcb-45c3-a5d3-3389e2826994:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-730c9580-abcb-45c3-a5d3-3389e2826994 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-730c9580-abcb-45c3-a5d3-3389e2826994.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-730c9580-abcb-45c3-a5d3-3389e2826994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-730c9580-abcb-45c3-a5d3-3389e2826994.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6cfb8567-3743-40ad-81eb-46dc8a7fd473 {
  display: none;
}
#s-923b45e6-88ce-4deb-adca-29b7dd96ff5e { text-align: left; }
#s-1dcd66a4-099d-401d-9c90-2a651eb2c8fe { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1dcd66a4-099d-401d-9c90-2a651eb2c8fe .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f69b2b23-4124-4e0a-ace5-04af6fb279be { text-align: left; }
#s-f69b2b23-4124-4e0a-ace5-04af6fb279be .shg-product-sold-out {
  display: none;
}

#s-f69b2b23-4124-4e0a-ace5-04af6fb279be .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f69b2b23-4124-4e0a-ace5-04af6fb279be .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-17c8db3b-5703-4ff2-a51f-56dd2262bd8d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-17c8db3b-5703-4ff2-a51f-56dd2262bd8d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-17c8db3b-5703-4ff2-a51f-56dd2262bd8d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-17c8db3b-5703-4ff2-a51f-56dd2262bd8d {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17c8db3b-5703-4ff2-a51f-56dd2262bd8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17c8db3b-5703-4ff2-a51f-56dd2262bd8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-17c8db3b-5703-4ff2-a51f-56dd2262bd8d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cbdc5b77-3778-4e6f-8247-ef070d45f02d {
  display: none;
}
#s-2458ce5b-4ab0-4777-b60c-e3ec140c1af7 { text-align: left; }
#s-d1459125-28cb-475e-a9d1-c99d2cbb2083 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d1459125-28cb-475e-a9d1-c99d2cbb2083 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1c839f6c-6f87-40ce-96fc-611902870737 { text-align: left; }
#s-1c839f6c-6f87-40ce-96fc-611902870737 .shg-product-sold-out {
  display: none;
}

#s-1c839f6c-6f87-40ce-96fc-611902870737 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1c839f6c-6f87-40ce-96fc-611902870737 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4917dd12-9436-43b5-bf5f-6f0fc6a591d3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4917dd12-9436-43b5-bf5f-6f0fc6a591d3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4917dd12-9436-43b5-bf5f-6f0fc6a591d3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4917dd12-9436-43b5-bf5f-6f0fc6a591d3 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4917dd12-9436-43b5-bf5f-6f0fc6a591d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4917dd12-9436-43b5-bf5f-6f0fc6a591d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4917dd12-9436-43b5-bf5f-6f0fc6a591d3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-eb362696-4a4d-499a-949b-bcf7d5b15a27 {
  display: none;
}
#s-3d23e530-eaaa-4e19-98b2-32fbc92bb6a2 { text-align: left; }
#s-c4966cd9-cb78-43fd-b318-9ffcf0069f0a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c4966cd9-cb78-43fd-b318-9ffcf0069f0a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-32b1fa10-c94b-4a52-838c-1bdeddb452be { text-align: left; }
#s-32b1fa10-c94b-4a52-838c-1bdeddb452be .shg-product-sold-out {
  display: none;
}

#s-32b1fa10-c94b-4a52-838c-1bdeddb452be .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-32b1fa10-c94b-4a52-838c-1bdeddb452be .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-83978aee-33ba-4284-b35d-8cdeba50804a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-83978aee-33ba-4284-b35d-8cdeba50804a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-83978aee-33ba-4284-b35d-8cdeba50804a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-83978aee-33ba-4284-b35d-8cdeba50804a {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83978aee-33ba-4284-b35d-8cdeba50804a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83978aee-33ba-4284-b35d-8cdeba50804a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-83978aee-33ba-4284-b35d-8cdeba50804a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f58e395d-ff8c-4411-981f-521c9d86a8fe {
  display: none;
}
#s-1169fd1a-e17c-4deb-a1f9-35b901392b88 { text-align: left; }
#s-dd1f13e6-a9fd-4f7b-834f-2c511e1ef201 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-dd1f13e6-a9fd-4f7b-834f-2c511e1ef201 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7c6cc4c7-97f1-48f6-8c38-34cccd503864 { text-align: left; }
#s-7c6cc4c7-97f1-48f6-8c38-34cccd503864 .shg-product-sold-out {
  display: none;
}

#s-7c6cc4c7-97f1-48f6-8c38-34cccd503864 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7c6cc4c7-97f1-48f6-8c38-34cccd503864 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-eec9b16e-1c11-4959-a1be-d74fae199570 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-eec9b16e-1c11-4959-a1be-d74fae199570:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-eec9b16e-1c11-4959-a1be-d74fae199570:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-eec9b16e-1c11-4959-a1be-d74fae199570 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eec9b16e-1c11-4959-a1be-d74fae199570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eec9b16e-1c11-4959-a1be-d74fae199570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-eec9b16e-1c11-4959-a1be-d74fae199570.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-61c2af36-5d7c-454b-b1df-3fddce3dced0 {
  display: none;
}
#s-f33535db-682e-4cdf-8c7f-d1cfd7c96731 { text-align: left; }
#s-c09f9792-f689-4d34-8e6f-9b32bb1a88e2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c09f9792-f689-4d34-8e6f-9b32bb1a88e2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9e0ab144-2a52-45f2-99a3-e0cff9a9f989 { text-align: left; }
#s-9e0ab144-2a52-45f2-99a3-e0cff9a9f989 .shg-product-sold-out {
  display: none;
}

#s-9e0ab144-2a52-45f2-99a3-e0cff9a9f989 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9e0ab144-2a52-45f2-99a3-e0cff9a9f989 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6c424966-3bcb-4077-a54f-018c31834149 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6c424966-3bcb-4077-a54f-018c31834149:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6c424966-3bcb-4077-a54f-018c31834149:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6c424966-3bcb-4077-a54f-018c31834149 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c424966-3bcb-4077-a54f-018c31834149.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c424966-3bcb-4077-a54f-018c31834149.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6c424966-3bcb-4077-a54f-018c31834149.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a6ee564c-64ef-405c-aefb-69f598bdf83b {
  display: none;
}
#s-36c6bbe5-892d-4998-bbcf-72c9ebf0728b { text-align: left; }
#s-1d650e63-0967-4158-b192-92689d6f2eec { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1d650e63-0967-4158-b192-92689d6f2eec .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6ab11046-1785-41b1-83c4-b252de935146 { text-align: left; }
#s-6ab11046-1785-41b1-83c4-b252de935146 .shg-product-sold-out {
  display: none;
}

#s-6ab11046-1785-41b1-83c4-b252de935146 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6ab11046-1785-41b1-83c4-b252de935146 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a63ef321-7bc5-4d06-870a-5332e68849aa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a63ef321-7bc5-4d06-870a-5332e68849aa:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a63ef321-7bc5-4d06-870a-5332e68849aa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a63ef321-7bc5-4d06-870a-5332e68849aa {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a63ef321-7bc5-4d06-870a-5332e68849aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a63ef321-7bc5-4d06-870a-5332e68849aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a63ef321-7bc5-4d06-870a-5332e68849aa.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



/*
  $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;
	transition: opacity 300ms;
}
