.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-d5c3368c-df1c-428c-9cd3-d6bed6897f5f {
  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-7565bc2d-4bda-4098-9ace-0469aad6a09f { margin-top: 40px; }
#s-7565bc2d-4bda-4098-9ace-0469aad6a09f .shogun-tabs {
  justify-content: center;
}


  #s-7565bc2d-4bda-4098-9ace-0469aad6a09f .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-7565bc2d-4bda-4098-9ace-0469aad6a09f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-7565bc2d-4bda-4098-9ace-0469aad6a09f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-7565bc2d-4bda-4098-9ace-0469aad6a09f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-7565bc2d-4bda-4098-9ace-0469aad6a09f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-7565bc2d-4bda-4098-9ace-0469aad6a09f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-7565bc2d-4bda-4098-9ace-0469aad6a09f .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-4fff1097-216e-4846-8ec1-096b0dd84b02 { padding-top: 10px;
padding-bottom: 10px; }
 #s-4fff1097-216e-4846-8ec1-096b0dd84b02 .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-9c73a0ea-383d-4c8a-8fa3-de8e118e6053 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-9c73a0ea-383d-4c8a-8fa3-de8e118e6053 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-9c73a0ea-383d-4c8a-8fa3-de8e118e6053 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-9c73a0ea-383d-4c8a-8fa3-de8e118e6053 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-9c73a0ea-383d-4c8a-8fa3-de8e118e6053 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-9c73a0ea-383d-4c8a-8fa3-de8e118e6053 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-9c73a0ea-383d-4c8a-8fa3-de8e118e6053 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-9c73a0ea-383d-4c8a-8fa3-de8e118e6053 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-9c73a0ea-383d-4c8a-8fa3-de8e118e6053 .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-fcc05a89-8cea-4772-8140-ea79e6328dbf { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fcc05a89-8cea-4772-8140-ea79e6328dbf"] > .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-63357ef4-c832-4856-b08a-a3e30ae8e0c6 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-c089ed83-3f04-4750-88f8-319b2e120df1 { 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-dd2d6fbc-547c-4b9a-b479-779f7bb2c0ae { 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-dd2d6fbc-547c-4b9a-b479-779f7bb2c0ae: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-dd2d6fbc-547c-4b9a-b479-779f7bb2c0ae: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-dd2d6fbc-547c-4b9a-b479-779f7bb2c0ae.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-1e07d639-36f7-4c73-9b18-8a825853bfe5 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-5597e9e7-1f5f-4c3e-b4e1-7578124fee5a { 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-a3dfae1b-c84f-4fbe-b9e2-1573ca1d8443 { 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-a3dfae1b-c84f-4fbe-b9e2-1573ca1d8443: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-a3dfae1b-c84f-4fbe-b9e2-1573ca1d8443: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-a3dfae1b-c84f-4fbe-b9e2-1573ca1d8443.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-6220d49f-15d2-42a5-b51c-a2c32be93173 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-4f5b337c-74f9-467b-9371-0df0a6b2d34c { 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-6b248179-2cf2-49a1-ad58-2a93a3e90cd0 { 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-6b248179-2cf2-49a1-ad58-2a93a3e90cd0: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-6b248179-2cf2-49a1-ad58-2a93a3e90cd0: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-6b248179-2cf2-49a1-ad58-2a93a3e90cd0.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-d9049733-2406-4c5d-9185-4de8db849705 { min-height: 50px; }
#s-d9049733-2406-4c5d-9185-4de8db849705 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-75208c78-9056-49c1-aabd-473ccd6add3b { 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-75208c78-9056-49c1-aabd-473ccd6add3b .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-e11a78a9-385b-45f7-ac98-86a3faa7d413 {
  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-4a5f3e1c-6ca0-47db-b87b-584bad1a8479 { 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-fada6d90-bb28-4cf1-998b-d6a149256cfa { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-fada6d90-bb28-4cf1-998b-d6a149256cfa .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ad3ed6ec-a42e-49e3-b680-013d88adad39 {
  display: none;
}
#s-6ed8765d-f870-433a-b026-2aaf286a0a89 { text-align: left; }
#s-44bc3718-a507-4a13-842a-1d7927d46a97 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-44bc3718-a507-4a13-842a-1d7927d46a97 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-63d70e10-870f-4272-b158-476e135f8aec {
  display: none;
}
#s-715bbdea-3066-4dc6-9bac-14435a1676aa { text-align: left; }
#s-b27d2f09-a9d3-4de1-a053-0ebd70165404 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b27d2f09-a9d3-4de1-a053-0ebd70165404 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-899225c4-32de-456c-bbc7-3a8b05bc6404 {
  display: none;
}
#s-4935b348-4258-4db0-a1e8-723e658da532 { text-align: left; }
#s-1cee16a9-79be-455c-ba0c-82d3d35a9c1a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1cee16a9-79be-455c-ba0c-82d3d35a9c1a .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ad96df42-303e-4a56-a987-dd95235bf2ee {
  display: none;
}
#s-4e02b94a-ef28-4519-b25e-52717e6036df { text-align: left; }
#s-d6073245-8665-4b83-82fd-c50e12ce7869 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d6073245-8665-4b83-82fd-c50e12ce7869 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-24871627-c4ad-4cd4-a146-7ab4834e75f5 { text-align: left; }
#s-24871627-c4ad-4cd4-a146-7ab4834e75f5 .shg-product-sold-out {
  display: none;
}

#s-24871627-c4ad-4cd4-a146-7ab4834e75f5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-24871627-c4ad-4cd4-a146-7ab4834e75f5 .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-42854874-0d99-4a45-a1f7-8bac5ce71494 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-42854874-0d99-4a45-a1f7-8bac5ce71494:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-42854874-0d99-4a45-a1f7-8bac5ce71494:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-42854874-0d99-4a45-a1f7-8bac5ce71494 {
  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-42854874-0d99-4a45-a1f7-8bac5ce71494.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42854874-0d99-4a45-a1f7-8bac5ce71494.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-42854874-0d99-4a45-a1f7-8bac5ce71494.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8d7d579a-27d3-4e7f-9861-4e78b0c5cfdb {
  display: none;
}
#s-13647623-fb31-43a3-97ff-ed57b4a4b8e1 { text-align: left; }
#s-a671eb2c-c969-4084-9c36-3be70667c674 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a671eb2c-c969-4084-9c36-3be70667c674 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5c8c03ec-c8b8-49f4-9f9b-9b3196c6109e { text-align: left; }
#s-5c8c03ec-c8b8-49f4-9f9b-9b3196c6109e .shg-product-sold-out {
  display: none;
}

#s-5c8c03ec-c8b8-49f4-9f9b-9b3196c6109e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5c8c03ec-c8b8-49f4-9f9b-9b3196c6109e .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-f9c1974a-85b5-49d1-8d03-6072d1b37f67 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f9c1974a-85b5-49d1-8d03-6072d1b37f67:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f9c1974a-85b5-49d1-8d03-6072d1b37f67:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f9c1974a-85b5-49d1-8d03-6072d1b37f67 {
  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-f9c1974a-85b5-49d1-8d03-6072d1b37f67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9c1974a-85b5-49d1-8d03-6072d1b37f67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f9c1974a-85b5-49d1-8d03-6072d1b37f67.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-25fd6bcd-321f-40a8-90cb-a9e4d7bc87d1 {
  display: none;
}
#s-fe912e52-8160-4699-9e69-38e1722d4d7f { text-align: left; }
#s-14410ac5-e072-4876-90a2-2de02dc63dbc { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-14410ac5-e072-4876-90a2-2de02dc63dbc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a84bea35-745f-419d-8f93-5086d54021ef { text-align: left; }
#s-a84bea35-745f-419d-8f93-5086d54021ef .shg-product-sold-out {
  display: none;
}

#s-a84bea35-745f-419d-8f93-5086d54021ef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a84bea35-745f-419d-8f93-5086d54021ef .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-38a54805-ee98-4dc3-be25-6f9149dc70a7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-38a54805-ee98-4dc3-be25-6f9149dc70a7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-38a54805-ee98-4dc3-be25-6f9149dc70a7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-38a54805-ee98-4dc3-be25-6f9149dc70a7 {
  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-38a54805-ee98-4dc3-be25-6f9149dc70a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38a54805-ee98-4dc3-be25-6f9149dc70a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-38a54805-ee98-4dc3-be25-6f9149dc70a7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a009037b-8514-4b0b-b56e-71ee35feedc5 {
  display: none;
}
#s-2cd3744f-e11c-4284-8a16-d398228e4bbd { text-align: left; }
#s-61def8f2-471e-42ac-b586-d3d7d608b559 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-61def8f2-471e-42ac-b586-d3d7d608b559 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e2a0507d-aee1-4965-a688-1e6f4fa25e75 { text-align: left; }
#s-e2a0507d-aee1-4965-a688-1e6f4fa25e75 .shg-product-sold-out {
  display: none;
}

#s-e2a0507d-aee1-4965-a688-1e6f4fa25e75 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e2a0507d-aee1-4965-a688-1e6f4fa25e75 .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-dff6e687-8e85-4686-ba18-03200dc695b6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-dff6e687-8e85-4686-ba18-03200dc695b6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-dff6e687-8e85-4686-ba18-03200dc695b6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-dff6e687-8e85-4686-ba18-03200dc695b6 {
  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-dff6e687-8e85-4686-ba18-03200dc695b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dff6e687-8e85-4686-ba18-03200dc695b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-dff6e687-8e85-4686-ba18-03200dc695b6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-35688eff-d8e6-4f9e-ab37-9b86876448e1 {
  display: none;
}
#s-94b70e31-8b8f-486c-9842-4652e6f053e7 { text-align: left; }
#s-426b8efd-ec73-4c5b-8559-e0d0dce98b39 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-426b8efd-ec73-4c5b-8559-e0d0dce98b39 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-03587531-df0c-437d-a856-946be9ada3ef { text-align: left; }
#s-03587531-df0c-437d-a856-946be9ada3ef .shg-product-sold-out {
  display: none;
}

#s-03587531-df0c-437d-a856-946be9ada3ef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-03587531-df0c-437d-a856-946be9ada3ef .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-22d44855-f7b5-4774-8269-f682d9556a26 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-22d44855-f7b5-4774-8269-f682d9556a26:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-22d44855-f7b5-4774-8269-f682d9556a26:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-22d44855-f7b5-4774-8269-f682d9556a26 {
  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-22d44855-f7b5-4774-8269-f682d9556a26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22d44855-f7b5-4774-8269-f682d9556a26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-22d44855-f7b5-4774-8269-f682d9556a26.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-390945ae-3029-4623-86f4-7756b64a513f {
  display: none;
}
#s-46f61054-23d5-4c50-abf2-ebd32048b427 { text-align: left; }
#s-bbc56697-2485-4d7f-88e0-1492c2027107 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bbc56697-2485-4d7f-88e0-1492c2027107 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d16ec414-eb4e-4702-b05c-4f850c5932ad { text-align: left; }
#s-d16ec414-eb4e-4702-b05c-4f850c5932ad .shg-product-sold-out {
  display: none;
}

#s-d16ec414-eb4e-4702-b05c-4f850c5932ad .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d16ec414-eb4e-4702-b05c-4f850c5932ad .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-daaf0a97-51ad-477e-8f7e-c7e34fc91298 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-daaf0a97-51ad-477e-8f7e-c7e34fc91298:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-daaf0a97-51ad-477e-8f7e-c7e34fc91298:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-daaf0a97-51ad-477e-8f7e-c7e34fc91298 {
  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-daaf0a97-51ad-477e-8f7e-c7e34fc91298.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-daaf0a97-51ad-477e-8f7e-c7e34fc91298.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-daaf0a97-51ad-477e-8f7e-c7e34fc91298.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-85f06d18-db3c-4ab8-9761-1e254aab4abb {
  display: none;
}
#s-16818fb1-ab58-4e0a-967a-8821a77947b2 { text-align: left; }
#s-0a13c576-c0c9-4ed6-b073-18202a011aba { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0a13c576-c0c9-4ed6-b073-18202a011aba .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0fe145de-1dc9-4840-abfd-51fe27cccdac { text-align: left; }
#s-0fe145de-1dc9-4840-abfd-51fe27cccdac .shg-product-sold-out {
  display: none;
}

#s-0fe145de-1dc9-4840-abfd-51fe27cccdac .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0fe145de-1dc9-4840-abfd-51fe27cccdac .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-239d1a6c-8286-491e-8a5c-e73a3436bb7c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-239d1a6c-8286-491e-8a5c-e73a3436bb7c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-239d1a6c-8286-491e-8a5c-e73a3436bb7c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-239d1a6c-8286-491e-8a5c-e73a3436bb7c {
  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-239d1a6c-8286-491e-8a5c-e73a3436bb7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-239d1a6c-8286-491e-8a5c-e73a3436bb7c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-239d1a6c-8286-491e-8a5c-e73a3436bb7c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0c433090-52a6-4353-84db-cd15a4d2cd32 {
  display: none;
}
#s-1c98a736-bd0f-4110-8570-09f67b838b93 { text-align: left; }
#s-49002ce6-e28c-4a73-a730-354e4fac8c71 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-49002ce6-e28c-4a73-a730-354e4fac8c71 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a0d56cbe-fe6e-4159-be4f-6a51d83d188e { text-align: left; }
#s-a0d56cbe-fe6e-4159-be4f-6a51d83d188e .shg-product-sold-out {
  display: none;
}

#s-a0d56cbe-fe6e-4159-be4f-6a51d83d188e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a0d56cbe-fe6e-4159-be4f-6a51d83d188e .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-b78440fa-f8ef-437e-829a-8f33231b3404 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b78440fa-f8ef-437e-829a-8f33231b3404:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b78440fa-f8ef-437e-829a-8f33231b3404:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b78440fa-f8ef-437e-829a-8f33231b3404 {
  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-b78440fa-f8ef-437e-829a-8f33231b3404.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b78440fa-f8ef-437e-829a-8f33231b3404.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b78440fa-f8ef-437e-829a-8f33231b3404.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f44cab4c-adae-4bad-8de7-053afb6c64c2 {
  display: none;
}
#s-bc0af335-feb5-4e3c-aa57-fbb8412028f4 { text-align: left; }
#s-d013236d-4050-42b5-a5d4-ce5d360f9c5f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d013236d-4050-42b5-a5d4-ce5d360f9c5f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fb6c9f0c-b73e-47b0-a5ca-8efa88a08424 { text-align: left; }
#s-fb6c9f0c-b73e-47b0-a5ca-8efa88a08424 .shg-product-sold-out {
  display: none;
}

#s-fb6c9f0c-b73e-47b0-a5ca-8efa88a08424 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fb6c9f0c-b73e-47b0-a5ca-8efa88a08424 .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-9f5adb7b-ab93-42f7-9aab-d3953f3d6da6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9f5adb7b-ab93-42f7-9aab-d3953f3d6da6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9f5adb7b-ab93-42f7-9aab-d3953f3d6da6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9f5adb7b-ab93-42f7-9aab-d3953f3d6da6 {
  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-9f5adb7b-ab93-42f7-9aab-d3953f3d6da6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f5adb7b-ab93-42f7-9aab-d3953f3d6da6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9f5adb7b-ab93-42f7-9aab-d3953f3d6da6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6a13900a-bfb2-4d48-996c-6e77c51725f8 {
  display: none;
}
#s-7ccf6476-8a5c-4f1e-8b48-5b366b395492 { text-align: left; }
#s-bd9490ea-3134-4b96-a8d6-615f56dd8aa7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bd9490ea-3134-4b96-a8d6-615f56dd8aa7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e0889fd9-d355-44b7-a544-e149f9afe77e { text-align: left; }
#s-e0889fd9-d355-44b7-a544-e149f9afe77e .shg-product-sold-out {
  display: none;
}

#s-e0889fd9-d355-44b7-a544-e149f9afe77e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e0889fd9-d355-44b7-a544-e149f9afe77e .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-c9780779-5042-429b-8c8a-5112b227cff4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c9780779-5042-429b-8c8a-5112b227cff4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c9780779-5042-429b-8c8a-5112b227cff4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c9780779-5042-429b-8c8a-5112b227cff4 {
  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-c9780779-5042-429b-8c8a-5112b227cff4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9780779-5042-429b-8c8a-5112b227cff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c9780779-5042-429b-8c8a-5112b227cff4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7ee2a98b-57e2-47e6-bf16-347ce2199148 {
  display: none;
}
#s-e8efdd81-8483-4fbd-afd3-d7072f6237ee { text-align: left; }
#s-b7b5e2c1-7c84-47d3-9a10-b519b9ea33d1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b7b5e2c1-7c84-47d3-9a10-b519b9ea33d1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3ef076e2-b911-4e12-9c34-a6759a4931ed { text-align: left; }
#s-3ef076e2-b911-4e12-9c34-a6759a4931ed .shg-product-sold-out {
  display: none;
}

#s-3ef076e2-b911-4e12-9c34-a6759a4931ed .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3ef076e2-b911-4e12-9c34-a6759a4931ed .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-12599bdc-a3f4-43fe-bc02-061ea97ffc84 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-12599bdc-a3f4-43fe-bc02-061ea97ffc84:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-12599bdc-a3f4-43fe-bc02-061ea97ffc84:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-12599bdc-a3f4-43fe-bc02-061ea97ffc84 {
  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-12599bdc-a3f4-43fe-bc02-061ea97ffc84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-12599bdc-a3f4-43fe-bc02-061ea97ffc84.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-12599bdc-a3f4-43fe-bc02-061ea97ffc84.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-716e433d-9890-41dd-ba67-ff2c00ff245d {
  display: none;
}
#s-90805ae1-e2fd-4d0a-a37d-b5785d92e33e { text-align: left; }
#s-580c1cab-c826-492b-a3e1-6cb531bdabe3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-580c1cab-c826-492b-a3e1-6cb531bdabe3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ab60a346-5541-4d18-9f96-2a6328864b62 { text-align: left; }
#s-ab60a346-5541-4d18-9f96-2a6328864b62 .shg-product-sold-out {
  display: none;
}

#s-ab60a346-5541-4d18-9f96-2a6328864b62 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ab60a346-5541-4d18-9f96-2a6328864b62 .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-adab590d-855a-4f13-9d21-037cc0f23cd0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-adab590d-855a-4f13-9d21-037cc0f23cd0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-adab590d-855a-4f13-9d21-037cc0f23cd0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-adab590d-855a-4f13-9d21-037cc0f23cd0 {
  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-adab590d-855a-4f13-9d21-037cc0f23cd0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adab590d-855a-4f13-9d21-037cc0f23cd0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-adab590d-855a-4f13-9d21-037cc0f23cd0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-71f7ff39-dc8a-4b47-a543-7134daf8d6a7 {
  display: none;
}
#s-70e2e4e6-60f2-4916-bde1-abb2426224a4 { text-align: left; }
#s-e5fd20a1-874b-41c9-a664-15fe48f3f7db { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e5fd20a1-874b-41c9-a664-15fe48f3f7db .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e7828336-49d1-4f35-8d74-9ec5129c7c7b { text-align: left; }
#s-e7828336-49d1-4f35-8d74-9ec5129c7c7b .shg-product-sold-out {
  display: none;
}

#s-e7828336-49d1-4f35-8d74-9ec5129c7c7b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e7828336-49d1-4f35-8d74-9ec5129c7c7b .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-e451d16a-11f1-424d-a178-d3cf2da866d9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e451d16a-11f1-424d-a178-d3cf2da866d9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e451d16a-11f1-424d-a178-d3cf2da866d9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e451d16a-11f1-424d-a178-d3cf2da866d9 {
  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-e451d16a-11f1-424d-a178-d3cf2da866d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e451d16a-11f1-424d-a178-d3cf2da866d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e451d16a-11f1-424d-a178-d3cf2da866d9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f823403e-7fcd-476f-9a79-bd5ea9063c03 {
  display: none;
}
#s-110cb2f7-9c55-4571-aa88-70b7c38e7949 { text-align: left; }
#s-2ee31b10-4edc-4b69-81ac-6714c70f6d6e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2ee31b10-4edc-4b69-81ac-6714c70f6d6e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-eb422b6a-ff94-42af-a41a-3a1213bfe4ed { text-align: left; }
#s-eb422b6a-ff94-42af-a41a-3a1213bfe4ed .shg-product-sold-out {
  display: none;
}

#s-eb422b6a-ff94-42af-a41a-3a1213bfe4ed .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-eb422b6a-ff94-42af-a41a-3a1213bfe4ed .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-39bb63ed-3f52-4c31-9125-4e638b936e25 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-39bb63ed-3f52-4c31-9125-4e638b936e25:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-39bb63ed-3f52-4c31-9125-4e638b936e25:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-39bb63ed-3f52-4c31-9125-4e638b936e25 {
  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-39bb63ed-3f52-4c31-9125-4e638b936e25.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-39bb63ed-3f52-4c31-9125-4e638b936e25.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-39bb63ed-3f52-4c31-9125-4e638b936e25.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6d22e223-beca-498e-b84e-998f53be1e11 {
  display: none;
}
#s-058c1fb8-70a5-4684-84c0-2f35ed62b7cf { text-align: left; }
#s-376e5d2a-a5ff-4ab5-964a-b32f04a43a0a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-376e5d2a-a5ff-4ab5-964a-b32f04a43a0a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0423f11b-14b6-4603-9096-6f7f66de392f { text-align: left; }
#s-0423f11b-14b6-4603-9096-6f7f66de392f .shg-product-sold-out {
  display: none;
}

#s-0423f11b-14b6-4603-9096-6f7f66de392f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0423f11b-14b6-4603-9096-6f7f66de392f .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-5e758993-f7b4-40c9-b829-31a79ea66e3f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5e758993-f7b4-40c9-b829-31a79ea66e3f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5e758993-f7b4-40c9-b829-31a79ea66e3f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5e758993-f7b4-40c9-b829-31a79ea66e3f {
  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-5e758993-f7b4-40c9-b829-31a79ea66e3f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e758993-f7b4-40c9-b829-31a79ea66e3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5e758993-f7b4-40c9-b829-31a79ea66e3f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7cb096d0-89b9-4eb3-9846-a8e9320dc79a {
  display: none;
}
#s-a0033408-8530-4047-aed5-6290bb6ef154 { text-align: left; }
#s-a76369ff-12bf-4dfc-9391-50aa6af6725e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a76369ff-12bf-4dfc-9391-50aa6af6725e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bc7cde5e-3a52-4137-bf71-9faa88756702 { text-align: left; }
#s-bc7cde5e-3a52-4137-bf71-9faa88756702 .shg-product-sold-out {
  display: none;
}

#s-bc7cde5e-3a52-4137-bf71-9faa88756702 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bc7cde5e-3a52-4137-bf71-9faa88756702 .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-560c760a-3dda-4599-a98c-9ce0fbeca68f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-560c760a-3dda-4599-a98c-9ce0fbeca68f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-560c760a-3dda-4599-a98c-9ce0fbeca68f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-560c760a-3dda-4599-a98c-9ce0fbeca68f {
  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-560c760a-3dda-4599-a98c-9ce0fbeca68f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-560c760a-3dda-4599-a98c-9ce0fbeca68f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-560c760a-3dda-4599-a98c-9ce0fbeca68f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-720354b5-7b7e-4480-985e-0483e20252e9 {
  display: none;
}
#s-f02db8de-61fb-4444-adb3-2d6eb7265ec9 { text-align: left; }
#s-0d39591b-c842-4ed1-aa6e-28f43f8121a7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0d39591b-c842-4ed1-aa6e-28f43f8121a7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-31ca4d9a-03c4-4ae9-adda-7aed52623f7f { text-align: left; }
#s-31ca4d9a-03c4-4ae9-adda-7aed52623f7f .shg-product-sold-out {
  display: none;
}

#s-31ca4d9a-03c4-4ae9-adda-7aed52623f7f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-31ca4d9a-03c4-4ae9-adda-7aed52623f7f .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-41b36704-4236-4caa-af3d-d4e648c70cd7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-41b36704-4236-4caa-af3d-d4e648c70cd7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-41b36704-4236-4caa-af3d-d4e648c70cd7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-41b36704-4236-4caa-af3d-d4e648c70cd7 {
  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-41b36704-4236-4caa-af3d-d4e648c70cd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41b36704-4236-4caa-af3d-d4e648c70cd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-41b36704-4236-4caa-af3d-d4e648c70cd7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-667841d1-16d3-4790-960a-e0ebf1fc6b0f {
  display: none;
}
#s-bc334acd-1418-4251-a03a-e5f29172fcf9 { text-align: left; }
#s-643f14d0-57f6-477c-b768-a93c24361527 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-643f14d0-57f6-477c-b768-a93c24361527 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a8600e75-d67e-49bc-a6ae-205b332b62e3 { text-align: left; }
#s-a8600e75-d67e-49bc-a6ae-205b332b62e3 .shg-product-sold-out {
  display: none;
}

#s-a8600e75-d67e-49bc-a6ae-205b332b62e3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a8600e75-d67e-49bc-a6ae-205b332b62e3 .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-7ba7f4c4-1a32-4227-b20a-74bae9796db1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7ba7f4c4-1a32-4227-b20a-74bae9796db1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7ba7f4c4-1a32-4227-b20a-74bae9796db1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7ba7f4c4-1a32-4227-b20a-74bae9796db1 {
  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-7ba7f4c4-1a32-4227-b20a-74bae9796db1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ba7f4c4-1a32-4227-b20a-74bae9796db1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7ba7f4c4-1a32-4227-b20a-74bae9796db1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-091dec18-79b6-4fc2-baf7-6413d36e1512 {
  display: none;
}
#s-918db7ce-0fe7-4748-848e-a4789df4b8f0 { text-align: left; }
#s-b5377c46-3e1a-40e1-808e-939c38fe9879 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b5377c46-3e1a-40e1-808e-939c38fe9879 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1c4ead51-922f-40ca-9dc7-725b0c3c5e91 { text-align: left; }
#s-1c4ead51-922f-40ca-9dc7-725b0c3c5e91 .shg-product-sold-out {
  display: none;
}

#s-1c4ead51-922f-40ca-9dc7-725b0c3c5e91 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1c4ead51-922f-40ca-9dc7-725b0c3c5e91 .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-7246cf2e-4c00-4441-b447-cd062116d815 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7246cf2e-4c00-4441-b447-cd062116d815:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7246cf2e-4c00-4441-b447-cd062116d815:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7246cf2e-4c00-4441-b447-cd062116d815 {
  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-7246cf2e-4c00-4441-b447-cd062116d815.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7246cf2e-4c00-4441-b447-cd062116d815.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7246cf2e-4c00-4441-b447-cd062116d815.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-175e6dfb-5719-4392-9cb7-78142c7d6cc1 {
  display: none;
}
#s-d6e052f2-c206-420a-816a-48fac6043f4a { text-align: left; }
#s-82965270-5aa9-45f7-af80-24734b2bb131 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-82965270-5aa9-45f7-af80-24734b2bb131 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-036362fc-17a5-4f66-8c29-4706aaa407bc { text-align: left; }
#s-036362fc-17a5-4f66-8c29-4706aaa407bc .shg-product-sold-out {
  display: none;
}

#s-036362fc-17a5-4f66-8c29-4706aaa407bc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-036362fc-17a5-4f66-8c29-4706aaa407bc .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-bc41de41-297c-44cc-9eb9-8a365665a352 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-bc41de41-297c-44cc-9eb9-8a365665a352:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bc41de41-297c-44cc-9eb9-8a365665a352:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bc41de41-297c-44cc-9eb9-8a365665a352 {
  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-bc41de41-297c-44cc-9eb9-8a365665a352.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc41de41-297c-44cc-9eb9-8a365665a352.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bc41de41-297c-44cc-9eb9-8a365665a352.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1e044b9c-5808-4566-a39d-b578439b1cb1 {
  display: none;
}
#s-6179f93d-1505-45cc-b455-8e7b36366e8b { text-align: left; }
#s-3ca90224-198d-4837-8d1a-c0bc0c90e6a7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3ca90224-198d-4837-8d1a-c0bc0c90e6a7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0ca34397-6977-411a-8c02-bd4786ae504b { text-align: left; }
#s-0ca34397-6977-411a-8c02-bd4786ae504b .shg-product-sold-out {
  display: none;
}

#s-0ca34397-6977-411a-8c02-bd4786ae504b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0ca34397-6977-411a-8c02-bd4786ae504b .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-43aa7a2b-1b97-49bc-a108-5d1a042d6c76 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-43aa7a2b-1b97-49bc-a108-5d1a042d6c76:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-43aa7a2b-1b97-49bc-a108-5d1a042d6c76:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-43aa7a2b-1b97-49bc-a108-5d1a042d6c76 {
  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-43aa7a2b-1b97-49bc-a108-5d1a042d6c76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-43aa7a2b-1b97-49bc-a108-5d1a042d6c76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-43aa7a2b-1b97-49bc-a108-5d1a042d6c76.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-708a2441-cedb-45a4-a6f2-8ef3851bda5c {
  display: none;
}
#s-eb6c34ab-df07-4da1-8f2b-5ec152e21532 { text-align: left; }
#s-64bbc1ca-6423-471b-a6da-3bf53b133d4c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-64bbc1ca-6423-471b-a6da-3bf53b133d4c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f7181230-b440-4767-8820-8b6bc4831be8 { text-align: left; }
#s-f7181230-b440-4767-8820-8b6bc4831be8 .shg-product-sold-out {
  display: none;
}

#s-f7181230-b440-4767-8820-8b6bc4831be8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f7181230-b440-4767-8820-8b6bc4831be8 .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-9c30736f-27fe-42c3-aaf9-debae2c16372 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9c30736f-27fe-42c3-aaf9-debae2c16372:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9c30736f-27fe-42c3-aaf9-debae2c16372:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9c30736f-27fe-42c3-aaf9-debae2c16372 {
  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-9c30736f-27fe-42c3-aaf9-debae2c16372.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c30736f-27fe-42c3-aaf9-debae2c16372.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9c30736f-27fe-42c3-aaf9-debae2c16372.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;
}
