.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-9b45c262-e1a7-460e-93d1-16e1b1948820 {
  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-5276b094-8358-4ad7-b0dd-9b46884e7907 { margin-top: 40px; }
#s-5276b094-8358-4ad7-b0dd-9b46884e7907 .shogun-tabs {
  justify-content: center;
}


  #s-5276b094-8358-4ad7-b0dd-9b46884e7907 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-5276b094-8358-4ad7-b0dd-9b46884e7907 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-5276b094-8358-4ad7-b0dd-9b46884e7907 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-5276b094-8358-4ad7-b0dd-9b46884e7907 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-5276b094-8358-4ad7-b0dd-9b46884e7907 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-5276b094-8358-4ad7-b0dd-9b46884e7907 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-5276b094-8358-4ad7-b0dd-9b46884e7907 .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-94214fe1-1e90-4b73-be25-53ea12048aee { padding-top: 10px;
padding-bottom: 10px; }
 #s-94214fe1-1e90-4b73-be25-53ea12048aee .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-634a5485-b5b5-458f-b11f-19a1d06a617f .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-634a5485-b5b5-458f-b11f-19a1d06a617f .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-634a5485-b5b5-458f-b11f-19a1d06a617f .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-634a5485-b5b5-458f-b11f-19a1d06a617f .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-634a5485-b5b5-458f-b11f-19a1d06a617f .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-634a5485-b5b5-458f-b11f-19a1d06a617f .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-634a5485-b5b5-458f-b11f-19a1d06a617f .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-634a5485-b5b5-458f-b11f-19a1d06a617f .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-634a5485-b5b5-458f-b11f-19a1d06a617f .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-27dccb7c-669d-4736-9fb2-36bf9e8db881 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-27dccb7c-669d-4736-9fb2-36bf9e8db881"] > .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-b649405a-a0a8-4beb-9fba-f69e170122c0 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-5171dabf-0253-405d-829d-2e0503498dbd { 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-f4e607da-9e42-46f2-bf1e-982daf7f70da { 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-f4e607da-9e42-46f2-bf1e-982daf7f70da: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-f4e607da-9e42-46f2-bf1e-982daf7f70da: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-f4e607da-9e42-46f2-bf1e-982daf7f70da.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-c5a27098-791d-49c3-b854-725a497d28b4 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-7161ac41-79e6-4095-b177-4104540573f1 { 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-b9adaf61-a400-4cba-9092-80ca2ee6565f { 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-b9adaf61-a400-4cba-9092-80ca2ee6565f: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-b9adaf61-a400-4cba-9092-80ca2ee6565f: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-b9adaf61-a400-4cba-9092-80ca2ee6565f.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-fe39b778-4453-45c6-9659-c05313be561f { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-dfff942f-c0e7-45e3-ba82-b1e3de48e65b { 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-e0b1f6fe-a079-4199-9afc-2e2c203f8cdb { 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-e0b1f6fe-a079-4199-9afc-2e2c203f8cdb: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-e0b1f6fe-a079-4199-9afc-2e2c203f8cdb: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-e0b1f6fe-a079-4199-9afc-2e2c203f8cdb.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-da8c6b87-86e1-4d94-806b-d1deb42f81aa { min-height: 50px; }
#s-da8c6b87-86e1-4d94-806b-d1deb42f81aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-dd1ca362-c55f-4599-b6a7-380117387183 { 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-dd1ca362-c55f-4599-b6a7-380117387183 .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-03da232b-e49c-450a-9825-be3464376ec7 {
  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-e1baec71-ca61-477e-8d9f-d55f366def0c { 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-96b24135-69cb-4431-aeb7-ad510d44840a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-96b24135-69cb-4431-aeb7-ad510d44840a .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e0e367e3-bd05-4809-a278-baabd71d6e80 {
  display: none;
}
#s-1b386d67-5b0d-4315-8c82-5fe6fabbcebd { text-align: left; }
#s-66c423f1-04fd-4219-afd4-415ad275bc53 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-66c423f1-04fd-4219-afd4-415ad275bc53 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-423346c9-4e8b-48bc-9a88-4af8aa6a2fc1 {
  display: none;
}
#s-75fbc472-efd1-4be1-8879-b0dd04a18edf { text-align: left; }
#s-1ead9c48-74ea-450b-b2b4-1a34dd0ca642 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1ead9c48-74ea-450b-b2b4-1a34dd0ca642 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-078e5eb4-2107-4bb9-a3f2-82ce20f9e209 {
  display: none;
}
#s-51b32b0f-317f-4a4e-91b3-3ac7cb974590 { text-align: left; }
#s-bc9e63b8-49fb-4755-891f-4e4388f9f7ff { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bc9e63b8-49fb-4755-891f-4e4388f9f7ff .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-044ca903-1f6f-4b1a-8638-48fbbb4c22fb {
  display: none;
}
#s-26979ed5-72bb-45d1-9445-2cd2705fd909 { text-align: left; }
#s-b7ead9f0-1cb2-424d-bb77-79f8e10e6ef1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b7ead9f0-1cb2-424d-bb77-79f8e10e6ef1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e4bf5eaa-e9b9-4355-83fd-9789e68d0a18 { text-align: left; }
#s-e4bf5eaa-e9b9-4355-83fd-9789e68d0a18 .shg-product-sold-out {
  display: none;
}

#s-e4bf5eaa-e9b9-4355-83fd-9789e68d0a18 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e4bf5eaa-e9b9-4355-83fd-9789e68d0a18 .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-a07fbadb-b0ef-4b02-86d5-194501bdae0a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a07fbadb-b0ef-4b02-86d5-194501bdae0a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a07fbadb-b0ef-4b02-86d5-194501bdae0a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a07fbadb-b0ef-4b02-86d5-194501bdae0a {
  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-a07fbadb-b0ef-4b02-86d5-194501bdae0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a07fbadb-b0ef-4b02-86d5-194501bdae0a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a07fbadb-b0ef-4b02-86d5-194501bdae0a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-983e82e5-c861-4041-b0e9-f14818ba7657 {
  display: none;
}
#s-16dde21d-5c16-4db5-84c6-d6a2ab0ed0b2 { text-align: left; }
#s-6ba45c32-0504-4bbc-8c02-564003eb7508 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6ba45c32-0504-4bbc-8c02-564003eb7508 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fa39ff0a-b494-4379-9aa3-ce02be1e929f { text-align: left; }
#s-fa39ff0a-b494-4379-9aa3-ce02be1e929f .shg-product-sold-out {
  display: none;
}

#s-fa39ff0a-b494-4379-9aa3-ce02be1e929f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fa39ff0a-b494-4379-9aa3-ce02be1e929f .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-4af8d1f5-31a6-4718-b0d5-1f7e2dbb88b4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4af8d1f5-31a6-4718-b0d5-1f7e2dbb88b4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4af8d1f5-31a6-4718-b0d5-1f7e2dbb88b4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4af8d1f5-31a6-4718-b0d5-1f7e2dbb88b4 {
  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-4af8d1f5-31a6-4718-b0d5-1f7e2dbb88b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4af8d1f5-31a6-4718-b0d5-1f7e2dbb88b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4af8d1f5-31a6-4718-b0d5-1f7e2dbb88b4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e0e2f9c0-a3a0-4a1e-933e-b2e50dffab23 {
  display: none;
}
#s-d4d5221a-9e05-424d-ac27-3bf0640f102c { text-align: left; }
#s-00d1b4b0-ae7d-4e92-97b4-4de11f5e8a08 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-00d1b4b0-ae7d-4e92-97b4-4de11f5e8a08 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6bc00a50-d289-4941-b2b3-63d9f954c75c { text-align: left; }
#s-6bc00a50-d289-4941-b2b3-63d9f954c75c .shg-product-sold-out {
  display: none;
}

#s-6bc00a50-d289-4941-b2b3-63d9f954c75c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6bc00a50-d289-4941-b2b3-63d9f954c75c .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-8c43e692-fdde-4a82-a9e9-e2ffb0dd6113 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8c43e692-fdde-4a82-a9e9-e2ffb0dd6113:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8c43e692-fdde-4a82-a9e9-e2ffb0dd6113:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8c43e692-fdde-4a82-a9e9-e2ffb0dd6113 {
  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-8c43e692-fdde-4a82-a9e9-e2ffb0dd6113.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c43e692-fdde-4a82-a9e9-e2ffb0dd6113.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8c43e692-fdde-4a82-a9e9-e2ffb0dd6113.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e38e2ed2-be41-407f-957a-11968d150fac {
  display: none;
}
#s-85748a14-4522-4d38-936a-4320c291e4ae { text-align: left; }
#s-83986511-1539-4974-bc55-db76a294f51c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-83986511-1539-4974-bc55-db76a294f51c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-beddf53a-e1a2-4329-9580-cb2c1bd467ef { text-align: left; }
#s-beddf53a-e1a2-4329-9580-cb2c1bd467ef .shg-product-sold-out {
  display: none;
}

#s-beddf53a-e1a2-4329-9580-cb2c1bd467ef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-beddf53a-e1a2-4329-9580-cb2c1bd467ef .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-e223e638-0f09-4ced-b6cc-4608bc2935f4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e223e638-0f09-4ced-b6cc-4608bc2935f4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e223e638-0f09-4ced-b6cc-4608bc2935f4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e223e638-0f09-4ced-b6cc-4608bc2935f4 {
  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-e223e638-0f09-4ced-b6cc-4608bc2935f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e223e638-0f09-4ced-b6cc-4608bc2935f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e223e638-0f09-4ced-b6cc-4608bc2935f4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d822d108-4e6c-43ee-8756-ea1a6f8516ef {
  display: none;
}
#s-8a6b6f42-d1af-4c3e-9490-db897e4cf689 { text-align: left; }
#s-a450fbee-c50a-46e7-bfef-b487f298e529 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a450fbee-c50a-46e7-bfef-b487f298e529 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c82ae1fc-6b12-4e94-ae94-d70ce635e876 { text-align: left; }
#s-c82ae1fc-6b12-4e94-ae94-d70ce635e876 .shg-product-sold-out {
  display: none;
}

#s-c82ae1fc-6b12-4e94-ae94-d70ce635e876 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c82ae1fc-6b12-4e94-ae94-d70ce635e876 .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-ca744847-da26-4a89-b727-618ed0f46dcc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ca744847-da26-4a89-b727-618ed0f46dcc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ca744847-da26-4a89-b727-618ed0f46dcc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ca744847-da26-4a89-b727-618ed0f46dcc {
  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-ca744847-da26-4a89-b727-618ed0f46dcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca744847-da26-4a89-b727-618ed0f46dcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ca744847-da26-4a89-b727-618ed0f46dcc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d9ffd640-0068-4ea3-8081-b9e1aa19e86f {
  display: none;
}
#s-298d1e83-0a39-4054-9ab5-4ec6d5fe24cb { text-align: left; }
#s-2153ece9-d756-4b91-a8b7-49899571d247 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2153ece9-d756-4b91-a8b7-49899571d247 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d7b2e8ea-830f-460a-be7c-ca5d61c64760 { text-align: left; }
#s-d7b2e8ea-830f-460a-be7c-ca5d61c64760 .shg-product-sold-out {
  display: none;
}

#s-d7b2e8ea-830f-460a-be7c-ca5d61c64760 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d7b2e8ea-830f-460a-be7c-ca5d61c64760 .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-18167b8e-2965-4082-92d2-a8f0b10feeb9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-18167b8e-2965-4082-92d2-a8f0b10feeb9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-18167b8e-2965-4082-92d2-a8f0b10feeb9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-18167b8e-2965-4082-92d2-a8f0b10feeb9 {
  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-18167b8e-2965-4082-92d2-a8f0b10feeb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18167b8e-2965-4082-92d2-a8f0b10feeb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-18167b8e-2965-4082-92d2-a8f0b10feeb9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8cf9779e-525a-4580-bf34-09c0dfe3fa70 {
  display: none;
}
#s-6597b9f7-9258-4fd5-844d-5257f8515bbd { text-align: left; }
#s-7818cff2-5e9e-444e-a978-3da604029b40 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7818cff2-5e9e-444e-a978-3da604029b40 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-102585f5-981b-4ae2-b7ef-0d2aa5997e56 { text-align: left; }
#s-102585f5-981b-4ae2-b7ef-0d2aa5997e56 .shg-product-sold-out {
  display: none;
}

#s-102585f5-981b-4ae2-b7ef-0d2aa5997e56 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-102585f5-981b-4ae2-b7ef-0d2aa5997e56 .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-0c2578c8-75b9-41c1-bfbf-9da38d2678d3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0c2578c8-75b9-41c1-bfbf-9da38d2678d3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0c2578c8-75b9-41c1-bfbf-9da38d2678d3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0c2578c8-75b9-41c1-bfbf-9da38d2678d3 {
  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-0c2578c8-75b9-41c1-bfbf-9da38d2678d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c2578c8-75b9-41c1-bfbf-9da38d2678d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0c2578c8-75b9-41c1-bfbf-9da38d2678d3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-363bd17f-0374-4bf8-9dc4-6cbef0d1d5dd {
  display: none;
}
#s-0833eb35-e2d1-4237-91ae-c5546d09cfef { text-align: left; }
#s-7300decb-a4a8-42f4-bd50-96e59ca04481 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7300decb-a4a8-42f4-bd50-96e59ca04481 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-89a9ea18-6718-40bf-9abf-827abc9d6128 { text-align: left; }
#s-89a9ea18-6718-40bf-9abf-827abc9d6128 .shg-product-sold-out {
  display: none;
}

#s-89a9ea18-6718-40bf-9abf-827abc9d6128 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-89a9ea18-6718-40bf-9abf-827abc9d6128 .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-3bfd92c9-6a8f-44bf-a4e7-384594bad447 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3bfd92c9-6a8f-44bf-a4e7-384594bad447:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3bfd92c9-6a8f-44bf-a4e7-384594bad447:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3bfd92c9-6a8f-44bf-a4e7-384594bad447 {
  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-3bfd92c9-6a8f-44bf-a4e7-384594bad447.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3bfd92c9-6a8f-44bf-a4e7-384594bad447.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3bfd92c9-6a8f-44bf-a4e7-384594bad447.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-59293261-19e0-4fda-be0d-038c0aaad773 {
  display: none;
}
#s-91bd88f9-9f58-403c-a971-0aab3cb5246d { text-align: left; }
#s-63076be4-f7d5-4794-b670-09357d12b0be { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-63076be4-f7d5-4794-b670-09357d12b0be .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-04cf8560-2356-492a-b26c-afb7bed7fd02 { text-align: left; }
#s-04cf8560-2356-492a-b26c-afb7bed7fd02 .shg-product-sold-out {
  display: none;
}

#s-04cf8560-2356-492a-b26c-afb7bed7fd02 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-04cf8560-2356-492a-b26c-afb7bed7fd02 .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-c421d74b-dd15-43d7-911d-c02c9fa96aeb { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c421d74b-dd15-43d7-911d-c02c9fa96aeb:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c421d74b-dd15-43d7-911d-c02c9fa96aeb:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c421d74b-dd15-43d7-911d-c02c9fa96aeb {
  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-c421d74b-dd15-43d7-911d-c02c9fa96aeb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c421d74b-dd15-43d7-911d-c02c9fa96aeb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c421d74b-dd15-43d7-911d-c02c9fa96aeb.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a5d9597d-7f85-487d-8308-a90bb6f74242 {
  display: none;
}
#s-9ba9ae86-97e1-4295-a93b-1f08795a3e59 { text-align: left; }
#s-bb165cf8-0415-4aed-8ea7-570dab4d7d67 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bb165cf8-0415-4aed-8ea7-570dab4d7d67 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3a2cfc8d-fee6-44d4-81b4-64bfbd94311a { text-align: left; }
#s-3a2cfc8d-fee6-44d4-81b4-64bfbd94311a .shg-product-sold-out {
  display: none;
}

#s-3a2cfc8d-fee6-44d4-81b4-64bfbd94311a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3a2cfc8d-fee6-44d4-81b4-64bfbd94311a .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-cc9a70aa-6a19-4704-bb4e-38dddfb8fc26 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-cc9a70aa-6a19-4704-bb4e-38dddfb8fc26:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-cc9a70aa-6a19-4704-bb4e-38dddfb8fc26:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cc9a70aa-6a19-4704-bb4e-38dddfb8fc26 {
  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-cc9a70aa-6a19-4704-bb4e-38dddfb8fc26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc9a70aa-6a19-4704-bb4e-38dddfb8fc26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cc9a70aa-6a19-4704-bb4e-38dddfb8fc26.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1ac06c36-cd19-4d4f-8374-e802a4fb6b7a {
  display: none;
}
#s-8607d4a2-d936-4489-a36c-8849601a69e8 { text-align: left; }
#s-0c53cfbf-10e7-47af-9d79-f14a9ecbe118 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0c53cfbf-10e7-47af-9d79-f14a9ecbe118 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e8d181fa-1e18-43f3-acb4-129c73b09c72 { text-align: left; }
#s-e8d181fa-1e18-43f3-acb4-129c73b09c72 .shg-product-sold-out {
  display: none;
}

#s-e8d181fa-1e18-43f3-acb4-129c73b09c72 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e8d181fa-1e18-43f3-acb4-129c73b09c72 .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-734b9008-a04e-4fdd-a6cc-1f498c0c4086 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-734b9008-a04e-4fdd-a6cc-1f498c0c4086:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-734b9008-a04e-4fdd-a6cc-1f498c0c4086:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-734b9008-a04e-4fdd-a6cc-1f498c0c4086 {
  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-734b9008-a04e-4fdd-a6cc-1f498c0c4086.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-734b9008-a04e-4fdd-a6cc-1f498c0c4086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-734b9008-a04e-4fdd-a6cc-1f498c0c4086.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d01f4b9c-cad4-442e-8ce5-adad096e4d00 {
  display: none;
}
#s-001dfc02-cacc-44e3-b6a9-7f3c8b450863 { text-align: left; }
#s-18ecae13-589f-4d64-a340-c5ba3b5d8907 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-18ecae13-589f-4d64-a340-c5ba3b5d8907 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-99014b8d-612b-4639-8c75-5994a9d9116a { text-align: left; }
#s-99014b8d-612b-4639-8c75-5994a9d9116a .shg-product-sold-out {
  display: none;
}

#s-99014b8d-612b-4639-8c75-5994a9d9116a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-99014b8d-612b-4639-8c75-5994a9d9116a .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-959cf27e-7f94-4c03-85a8-e3c7439c54fa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-959cf27e-7f94-4c03-85a8-e3c7439c54fa:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-959cf27e-7f94-4c03-85a8-e3c7439c54fa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-959cf27e-7f94-4c03-85a8-e3c7439c54fa {
  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-959cf27e-7f94-4c03-85a8-e3c7439c54fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-959cf27e-7f94-4c03-85a8-e3c7439c54fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-959cf27e-7f94-4c03-85a8-e3c7439c54fa.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-160a6b3a-fba8-4097-b909-e4343984f4df {
  display: none;
}
#s-c26175bd-046c-4f28-8bf7-d63efbce14a3 { text-align: left; }
#s-3ba59b50-35fb-4275-a0c9-5c4f96334f37 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3ba59b50-35fb-4275-a0c9-5c4f96334f37 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4bcaee97-5e8a-48db-a90f-0f5b17474eb0 { text-align: left; }
#s-4bcaee97-5e8a-48db-a90f-0f5b17474eb0 .shg-product-sold-out {
  display: none;
}

#s-4bcaee97-5e8a-48db-a90f-0f5b17474eb0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4bcaee97-5e8a-48db-a90f-0f5b17474eb0 .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-2a009d5f-fffd-4a83-a193-20cc650ce2c1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2a009d5f-fffd-4a83-a193-20cc650ce2c1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2a009d5f-fffd-4a83-a193-20cc650ce2c1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2a009d5f-fffd-4a83-a193-20cc650ce2c1 {
  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-2a009d5f-fffd-4a83-a193-20cc650ce2c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a009d5f-fffd-4a83-a193-20cc650ce2c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2a009d5f-fffd-4a83-a193-20cc650ce2c1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-43bb346e-141e-4b49-9f20-057476bf48b7 {
  display: none;
}
#s-2c911f03-a55b-461a-8af5-32d406410544 { text-align: left; }
#s-1f8f1c5f-820c-4ce5-8c0d-e66b80db4ba8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1f8f1c5f-820c-4ce5-8c0d-e66b80db4ba8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8b13a0d1-9f34-467e-ad34-c69bfc20d317 { text-align: left; }
#s-8b13a0d1-9f34-467e-ad34-c69bfc20d317 .shg-product-sold-out {
  display: none;
}

#s-8b13a0d1-9f34-467e-ad34-c69bfc20d317 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8b13a0d1-9f34-467e-ad34-c69bfc20d317 .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-57d53231-3df8-44bc-af25-72eb4fe8c991 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-57d53231-3df8-44bc-af25-72eb4fe8c991:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-57d53231-3df8-44bc-af25-72eb4fe8c991:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-57d53231-3df8-44bc-af25-72eb4fe8c991 {
  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-57d53231-3df8-44bc-af25-72eb4fe8c991.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57d53231-3df8-44bc-af25-72eb4fe8c991.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-57d53231-3df8-44bc-af25-72eb4fe8c991.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0071f8c4-11e7-4621-a35c-ea45ff54ddd5 {
  display: none;
}
#s-c702b211-a46d-4dab-bbbf-0149ba66e21d { text-align: left; }
#s-e7f80af9-abb0-4685-8e5c-48104b920b74 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e7f80af9-abb0-4685-8e5c-48104b920b74 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-80019335-54d8-4486-a02f-9d0d6cb1be1a { text-align: left; }
#s-80019335-54d8-4486-a02f-9d0d6cb1be1a .shg-product-sold-out {
  display: none;
}

#s-80019335-54d8-4486-a02f-9d0d6cb1be1a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-80019335-54d8-4486-a02f-9d0d6cb1be1a .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-19170d52-0751-4b2c-b1f2-fa2b601685aa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-19170d52-0751-4b2c-b1f2-fa2b601685aa:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-19170d52-0751-4b2c-b1f2-fa2b601685aa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-19170d52-0751-4b2c-b1f2-fa2b601685aa {
  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-19170d52-0751-4b2c-b1f2-fa2b601685aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19170d52-0751-4b2c-b1f2-fa2b601685aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-19170d52-0751-4b2c-b1f2-fa2b601685aa.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-49b73c8f-ca5e-404f-955f-cf39763a36db {
  display: none;
}
#s-d6394c70-3376-40d5-89db-5e3b4da53a0d { text-align: left; }
#s-baf6822e-26d7-428f-b686-13a01f9a2f89 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-baf6822e-26d7-428f-b686-13a01f9a2f89 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8b4da284-efdd-4502-9326-85f33db0715a { text-align: left; }
#s-8b4da284-efdd-4502-9326-85f33db0715a .shg-product-sold-out {
  display: none;
}

#s-8b4da284-efdd-4502-9326-85f33db0715a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8b4da284-efdd-4502-9326-85f33db0715a .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-f85bc612-4574-4f41-9d46-3d77d2d82db1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f85bc612-4574-4f41-9d46-3d77d2d82db1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f85bc612-4574-4f41-9d46-3d77d2d82db1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f85bc612-4574-4f41-9d46-3d77d2d82db1 {
  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-f85bc612-4574-4f41-9d46-3d77d2d82db1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f85bc612-4574-4f41-9d46-3d77d2d82db1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f85bc612-4574-4f41-9d46-3d77d2d82db1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-209a60dd-24d8-4ee8-b10f-bac4c570f8c5 {
  display: none;
}
#s-61be243b-2d84-4eed-a064-82c08f09e762 { text-align: left; }
#s-ef4c90ea-490d-4cdd-a006-2d93f4a15ab7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ef4c90ea-490d-4cdd-a006-2d93f4a15ab7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ec286a9f-ebba-4d5f-9bf3-68baf814633f { text-align: left; }
#s-ec286a9f-ebba-4d5f-9bf3-68baf814633f .shg-product-sold-out {
  display: none;
}

#s-ec286a9f-ebba-4d5f-9bf3-68baf814633f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ec286a9f-ebba-4d5f-9bf3-68baf814633f .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-58c4cf0b-2378-4c5a-9861-5ee19e006d54 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-58c4cf0b-2378-4c5a-9861-5ee19e006d54:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-58c4cf0b-2378-4c5a-9861-5ee19e006d54:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-58c4cf0b-2378-4c5a-9861-5ee19e006d54 {
  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-58c4cf0b-2378-4c5a-9861-5ee19e006d54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58c4cf0b-2378-4c5a-9861-5ee19e006d54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-58c4cf0b-2378-4c5a-9861-5ee19e006d54.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8b94e260-5c95-484a-845f-4949f08e9a76 {
  display: none;
}
#s-75781c86-87dc-4608-b923-ccccf7b53f90 { text-align: left; }
#s-14b95fa3-9377-48e4-a5ec-5083eeaa2aec { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-14b95fa3-9377-48e4-a5ec-5083eeaa2aec .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b8ed7ea2-e452-455f-91c6-9775fc5ef93b { text-align: left; }
#s-b8ed7ea2-e452-455f-91c6-9775fc5ef93b .shg-product-sold-out {
  display: none;
}

#s-b8ed7ea2-e452-455f-91c6-9775fc5ef93b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b8ed7ea2-e452-455f-91c6-9775fc5ef93b .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-119a76c6-0924-4615-a684-b315cb785676 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-119a76c6-0924-4615-a684-b315cb785676:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-119a76c6-0924-4615-a684-b315cb785676:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-119a76c6-0924-4615-a684-b315cb785676 {
  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-119a76c6-0924-4615-a684-b315cb785676.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-119a76c6-0924-4615-a684-b315cb785676.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-119a76c6-0924-4615-a684-b315cb785676.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-703cab1c-e146-47f0-a6c3-88b9676e8bf3 {
  display: none;
}
#s-26561e50-2148-4f35-942d-918e3cfa4bc6 { text-align: left; }
#s-dac09e31-9ff2-4760-a856-093fa4e211e7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-dac09e31-9ff2-4760-a856-093fa4e211e7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-df4f1b51-1f39-4349-8df5-68b4b755192c { text-align: left; }
#s-df4f1b51-1f39-4349-8df5-68b4b755192c .shg-product-sold-out {
  display: none;
}

#s-df4f1b51-1f39-4349-8df5-68b4b755192c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-df4f1b51-1f39-4349-8df5-68b4b755192c .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-2276d381-009c-4704-9507-2de3a2e4e55a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2276d381-009c-4704-9507-2de3a2e4e55a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2276d381-009c-4704-9507-2de3a2e4e55a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2276d381-009c-4704-9507-2de3a2e4e55a {
  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-2276d381-009c-4704-9507-2de3a2e4e55a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2276d381-009c-4704-9507-2de3a2e4e55a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2276d381-009c-4704-9507-2de3a2e4e55a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0d6884e9-d50f-44f6-bace-cf3e0f22d352 {
  display: none;
}
#s-cae39935-94d0-4a31-823d-14f3dac2db78 { text-align: left; }
#s-9006842e-1008-4682-b534-8cbabe56f161 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9006842e-1008-4682-b534-8cbabe56f161 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-30e266ce-6efc-4307-912c-1c91a7d456fc { text-align: left; }
#s-30e266ce-6efc-4307-912c-1c91a7d456fc .shg-product-sold-out {
  display: none;
}

#s-30e266ce-6efc-4307-912c-1c91a7d456fc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-30e266ce-6efc-4307-912c-1c91a7d456fc .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-a0a39cda-1b6d-4ed6-be0c-a812a299d5c0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a0a39cda-1b6d-4ed6-be0c-a812a299d5c0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a0a39cda-1b6d-4ed6-be0c-a812a299d5c0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a0a39cda-1b6d-4ed6-be0c-a812a299d5c0 {
  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-a0a39cda-1b6d-4ed6-be0c-a812a299d5c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0a39cda-1b6d-4ed6-be0c-a812a299d5c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a0a39cda-1b6d-4ed6-be0c-a812a299d5c0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bb121b6f-88ec-48f5-b5df-5e94ba11efd7 {
  display: none;
}
#s-2850d668-0136-417a-9c12-52cac55adb07 { text-align: left; }
#s-b883c685-39a5-4fac-a5db-9f263c51c64b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b883c685-39a5-4fac-a5db-9f263c51c64b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2060f6b3-1795-4267-852c-5c4f3f73bc89 { text-align: left; }
#s-2060f6b3-1795-4267-852c-5c4f3f73bc89 .shg-product-sold-out {
  display: none;
}

#s-2060f6b3-1795-4267-852c-5c4f3f73bc89 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2060f6b3-1795-4267-852c-5c4f3f73bc89 .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-ed5799f4-51c8-497e-9e1c-0cbebf4d97a2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ed5799f4-51c8-497e-9e1c-0cbebf4d97a2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ed5799f4-51c8-497e-9e1c-0cbebf4d97a2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ed5799f4-51c8-497e-9e1c-0cbebf4d97a2 {
  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-ed5799f4-51c8-497e-9e1c-0cbebf4d97a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed5799f4-51c8-497e-9e1c-0cbebf4d97a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ed5799f4-51c8-497e-9e1c-0cbebf4d97a2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ed50e6b3-cbed-4bad-ab0d-7ee3b07bc292 {
  display: none;
}
#s-c8ea98b4-a837-45a5-97d5-a28b7b1e5e93 { text-align: left; }
#s-edaee18c-6536-41bc-b89e-d0acdc01a493 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-edaee18c-6536-41bc-b89e-d0acdc01a493 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9e8c819e-08d6-4adf-83b3-c412d0c7089e { text-align: left; }
#s-9e8c819e-08d6-4adf-83b3-c412d0c7089e .shg-product-sold-out {
  display: none;
}

#s-9e8c819e-08d6-4adf-83b3-c412d0c7089e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9e8c819e-08d6-4adf-83b3-c412d0c7089e .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-dc3bbc41-cb0f-4a44-8630-853538517214 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-dc3bbc41-cb0f-4a44-8630-853538517214:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-dc3bbc41-cb0f-4a44-8630-853538517214:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-dc3bbc41-cb0f-4a44-8630-853538517214 {
  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-dc3bbc41-cb0f-4a44-8630-853538517214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc3bbc41-cb0f-4a44-8630-853538517214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-dc3bbc41-cb0f-4a44-8630-853538517214.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;
}
