.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-f1d7a577-3aa6-44f3-91cd-ddb361dfbf7c {
  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-30f957ed-3d67-4d75-8411-06ac16a942e3 { margin-top: 40px; }
#s-30f957ed-3d67-4d75-8411-06ac16a942e3 .shogun-tabs {
  justify-content: center;
}


  #s-30f957ed-3d67-4d75-8411-06ac16a942e3 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-30f957ed-3d67-4d75-8411-06ac16a942e3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-30f957ed-3d67-4d75-8411-06ac16a942e3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-30f957ed-3d67-4d75-8411-06ac16a942e3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-30f957ed-3d67-4d75-8411-06ac16a942e3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-30f957ed-3d67-4d75-8411-06ac16a942e3 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-30f957ed-3d67-4d75-8411-06ac16a942e3 .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-07808e45-529b-4469-9146-bfbe34bb1ff6 { padding-top: 10px;
padding-bottom: 10px; }
 #s-07808e45-529b-4469-9146-bfbe34bb1ff6 .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-4bd57bd7-3b07-4f1f-ae68-c211730ea354 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-4bd57bd7-3b07-4f1f-ae68-c211730ea354 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-4bd57bd7-3b07-4f1f-ae68-c211730ea354 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-4bd57bd7-3b07-4f1f-ae68-c211730ea354 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-4bd57bd7-3b07-4f1f-ae68-c211730ea354 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-4bd57bd7-3b07-4f1f-ae68-c211730ea354 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-4bd57bd7-3b07-4f1f-ae68-c211730ea354 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-4bd57bd7-3b07-4f1f-ae68-c211730ea354 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-4bd57bd7-3b07-4f1f-ae68-c211730ea354 .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-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ff9b5bc6-bc69-44c2-8427-d0dc24fd4d67"] > .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-8d364991-ebf4-4224-91e6-06cca7f96578 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-13a928b9-ffca-424c-b8e1-6f927c705b67 { 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-147a3991-a60b-4def-88bb-50f9ce1a62c7 { 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-147a3991-a60b-4def-88bb-50f9ce1a62c7: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-147a3991-a60b-4def-88bb-50f9ce1a62c7: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-147a3991-a60b-4def-88bb-50f9ce1a62c7.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-16133467-5f86-4b26-b396-7dddc2da2cb9 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-5ba8d9e7-5b8a-446b-88bd-d834e76b583b { 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-68eaaeaf-32dd-497a-a474-5c41646cb5d1 { 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-68eaaeaf-32dd-497a-a474-5c41646cb5d1: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-68eaaeaf-32dd-497a-a474-5c41646cb5d1: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-68eaaeaf-32dd-497a-a474-5c41646cb5d1.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-d65deada-8a95-4c07-a4ad-7d6da3520041 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-74e7190c-9a90-4caf-8d49-0b5f8115d0d3 { 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-58ca859a-8cf4-41e1-a0fd-26ce4ad4e90c { 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-58ca859a-8cf4-41e1-a0fd-26ce4ad4e90c: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-58ca859a-8cf4-41e1-a0fd-26ce4ad4e90c: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-58ca859a-8cf4-41e1-a0fd-26ce4ad4e90c.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-2d877ec1-c717-4724-8ea8-8acfde2c1b03 { min-height: 50px; }
#s-2d877ec1-c717-4724-8ea8-8acfde2c1b03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6d2a698a-395d-4750-b011-a0f28d4d57aa { 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-6d2a698a-395d-4750-b011-a0f28d4d57aa .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-79bb4f04-5ee3-4f35-979b-6383ed4575fc {
  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-3b396d72-ce16-4e11-a184-f67d835b9c6c { 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-7309605a-4f9e-4f7a-9939-c26585b71aa8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7309605a-4f9e-4f7a-9939-c26585b71aa8 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-49a46516-7669-489e-b777-74f592b20575 {
  display: none;
}
#s-05054b38-723d-433c-a983-50677a767c3c { text-align: left; }
#s-cbb7ccf3-e65a-44a8-8503-bc05ad4ebac3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cbb7ccf3-e65a-44a8-8503-bc05ad4ebac3 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-25e53c22-8bff-48cb-966f-245e8de36ce5 {
  display: none;
}
#s-3eea95dd-970c-443f-be33-4e189423ef8b { text-align: left; }
#s-6a4d0424-184b-4e37-86ac-f6a05fe7a047 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6a4d0424-184b-4e37-86ac-f6a05fe7a047 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0826c920-ee0d-479e-95d1-00e75145935a {
  display: none;
}
#s-be23d34d-42ed-41c2-bd0b-1ea528566151 { text-align: left; }
#s-b52f6ade-4a42-42cd-8cb1-4cfdad904bad { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b52f6ade-4a42-42cd-8cb1-4cfdad904bad .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-64b0e2ec-69ae-410f-bd53-d89310a075ca {
  display: none;
}
#s-d028aceb-8166-4e6f-a02a-0ac3b77b3312 { text-align: left; }
#s-dd132c5c-a069-4a22-919b-eaa9589d5465 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-dd132c5c-a069-4a22-919b-eaa9589d5465 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-02231de1-8336-478a-9830-3c028b8c40a2 { text-align: left; }
#s-02231de1-8336-478a-9830-3c028b8c40a2 .shg-product-sold-out {
  display: none;
}

#s-02231de1-8336-478a-9830-3c028b8c40a2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-02231de1-8336-478a-9830-3c028b8c40a2 .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-3b3661c0-eb9d-46bc-9331-0a93484407dc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3b3661c0-eb9d-46bc-9331-0a93484407dc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3b3661c0-eb9d-46bc-9331-0a93484407dc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3b3661c0-eb9d-46bc-9331-0a93484407dc {
  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-3b3661c0-eb9d-46bc-9331-0a93484407dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b3661c0-eb9d-46bc-9331-0a93484407dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3b3661c0-eb9d-46bc-9331-0a93484407dc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c2afb0ea-2acc-4a24-8ebd-b5bddf96c7aa {
  display: none;
}
#s-bec20e0c-5f1f-489f-b291-8cffa671ea50 { text-align: left; }
#s-553a2d9d-a726-4cff-b89d-409a2e24e097 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-553a2d9d-a726-4cff-b89d-409a2e24e097 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fd014ce6-13b7-4281-b7e9-fce4fef1baee { text-align: left; }
#s-fd014ce6-13b7-4281-b7e9-fce4fef1baee .shg-product-sold-out {
  display: none;
}

#s-fd014ce6-13b7-4281-b7e9-fce4fef1baee .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fd014ce6-13b7-4281-b7e9-fce4fef1baee .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-5b2ada74-ad87-4c5b-8c5e-28d4c75ac5e9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5b2ada74-ad87-4c5b-8c5e-28d4c75ac5e9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5b2ada74-ad87-4c5b-8c5e-28d4c75ac5e9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5b2ada74-ad87-4c5b-8c5e-28d4c75ac5e9 {
  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-5b2ada74-ad87-4c5b-8c5e-28d4c75ac5e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b2ada74-ad87-4c5b-8c5e-28d4c75ac5e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5b2ada74-ad87-4c5b-8c5e-28d4c75ac5e9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1b78a5c6-25e9-4c87-852d-8f37766c1344 {
  display: none;
}
#s-999bd819-fc68-4b0f-bd01-85ba0dbc0d9d { text-align: left; }
#s-45e54d7b-c747-4a49-8776-caca9e430fe5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-45e54d7b-c747-4a49-8776-caca9e430fe5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-23de88f6-fac9-461a-9ae6-e4e904b39802 { text-align: left; }
#s-23de88f6-fac9-461a-9ae6-e4e904b39802 .shg-product-sold-out {
  display: none;
}

#s-23de88f6-fac9-461a-9ae6-e4e904b39802 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-23de88f6-fac9-461a-9ae6-e4e904b39802 .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-276ea414-1926-4020-a324-0167583685e2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-276ea414-1926-4020-a324-0167583685e2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-276ea414-1926-4020-a324-0167583685e2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-276ea414-1926-4020-a324-0167583685e2 {
  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-276ea414-1926-4020-a324-0167583685e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-276ea414-1926-4020-a324-0167583685e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-276ea414-1926-4020-a324-0167583685e2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9a46b0f3-25de-4b60-b6dc-d1af5b346d44 {
  display: none;
}
#s-9bc88fee-0502-4ed3-a27e-b71232e2cfa1 { text-align: left; }
#s-cdd66cc5-a512-4239-bcd5-7f54adb643c2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cdd66cc5-a512-4239-bcd5-7f54adb643c2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c999bc26-276b-4690-ba13-ac1df9d296ab { text-align: left; }
#s-c999bc26-276b-4690-ba13-ac1df9d296ab .shg-product-sold-out {
  display: none;
}

#s-c999bc26-276b-4690-ba13-ac1df9d296ab .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c999bc26-276b-4690-ba13-ac1df9d296ab .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-6930d70b-9bab-4217-a92d-893c516bf6e6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6930d70b-9bab-4217-a92d-893c516bf6e6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6930d70b-9bab-4217-a92d-893c516bf6e6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6930d70b-9bab-4217-a92d-893c516bf6e6 {
  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-6930d70b-9bab-4217-a92d-893c516bf6e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6930d70b-9bab-4217-a92d-893c516bf6e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6930d70b-9bab-4217-a92d-893c516bf6e6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e3f928b8-5d85-4464-8a3e-5706c1f01552 {
  display: none;
}
#s-ee24e3cc-f6bd-4555-bfd8-ad125c7888d4 { text-align: left; }
#s-4c35ded5-d8a4-4355-94f7-aefb774e759d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4c35ded5-d8a4-4355-94f7-aefb774e759d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7fa58ce2-27a0-4040-8f41-5f1b4a87a849 { text-align: left; }
#s-7fa58ce2-27a0-4040-8f41-5f1b4a87a849 .shg-product-sold-out {
  display: none;
}

#s-7fa58ce2-27a0-4040-8f41-5f1b4a87a849 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7fa58ce2-27a0-4040-8f41-5f1b4a87a849 .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-4c8f0262-51eb-43b6-846f-9be22ff55e43 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4c8f0262-51eb-43b6-846f-9be22ff55e43:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4c8f0262-51eb-43b6-846f-9be22ff55e43:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4c8f0262-51eb-43b6-846f-9be22ff55e43 {
  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-4c8f0262-51eb-43b6-846f-9be22ff55e43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c8f0262-51eb-43b6-846f-9be22ff55e43.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4c8f0262-51eb-43b6-846f-9be22ff55e43.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9280810d-4798-4605-a476-b8ddc3e4c774 {
  display: none;
}
#s-8b4b3e37-ffc7-45ff-b887-342d2a4a2afa { text-align: left; }
#s-a0c9e704-dd0c-433f-83cc-d40a63b624c3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a0c9e704-dd0c-433f-83cc-d40a63b624c3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c71be904-64e4-439d-bed9-284a26195189 { text-align: left; }
#s-c71be904-64e4-439d-bed9-284a26195189 .shg-product-sold-out {
  display: none;
}

#s-c71be904-64e4-439d-bed9-284a26195189 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c71be904-64e4-439d-bed9-284a26195189 .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-761df19a-ce59-4be7-b06d-e78722f9c064 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-761df19a-ce59-4be7-b06d-e78722f9c064:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-761df19a-ce59-4be7-b06d-e78722f9c064:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-761df19a-ce59-4be7-b06d-e78722f9c064 {
  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-761df19a-ce59-4be7-b06d-e78722f9c064.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-761df19a-ce59-4be7-b06d-e78722f9c064.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-761df19a-ce59-4be7-b06d-e78722f9c064.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f3757c19-deef-4768-af8c-3990ca5940fe {
  display: none;
}
#s-26b5af91-7ec6-4da4-8121-eb9453dd38da { text-align: left; }
#s-26a0726c-1783-4309-964b-4a0897f7a443 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-26a0726c-1783-4309-964b-4a0897f7a443 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-71af3339-91ef-47a1-8b14-f47721bf6dfe { text-align: left; }
#s-71af3339-91ef-47a1-8b14-f47721bf6dfe .shg-product-sold-out {
  display: none;
}

#s-71af3339-91ef-47a1-8b14-f47721bf6dfe .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-71af3339-91ef-47a1-8b14-f47721bf6dfe .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-eef201bf-f023-4282-8abe-22c5d75cb136 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-eef201bf-f023-4282-8abe-22c5d75cb136:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-eef201bf-f023-4282-8abe-22c5d75cb136:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-eef201bf-f023-4282-8abe-22c5d75cb136 {
  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-eef201bf-f023-4282-8abe-22c5d75cb136.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eef201bf-f023-4282-8abe-22c5d75cb136.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-eef201bf-f023-4282-8abe-22c5d75cb136.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-36c94bd0-1fbf-49f8-b20e-d97a12fb1e4e {
  display: none;
}
#s-502f849a-e11b-4f7f-8c0a-71cddd72d72d { text-align: left; }
#s-bd9f2e3e-d2df-4ec3-aae9-754b7d31bac5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bd9f2e3e-d2df-4ec3-aae9-754b7d31bac5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-66397cc2-b55e-407c-8d04-67c779f29203 { text-align: left; }
#s-66397cc2-b55e-407c-8d04-67c779f29203 .shg-product-sold-out {
  display: none;
}

#s-66397cc2-b55e-407c-8d04-67c779f29203 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-66397cc2-b55e-407c-8d04-67c779f29203 .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-350673d3-beec-4483-ba75-c56621e4dd3f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-350673d3-beec-4483-ba75-c56621e4dd3f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-350673d3-beec-4483-ba75-c56621e4dd3f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-350673d3-beec-4483-ba75-c56621e4dd3f {
  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-350673d3-beec-4483-ba75-c56621e4dd3f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-350673d3-beec-4483-ba75-c56621e4dd3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-350673d3-beec-4483-ba75-c56621e4dd3f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7f253849-1346-4ee6-9d61-fc6288022ebe {
  display: none;
}
#s-6ff4ab54-bfa6-4119-bc06-14f9c18bb818 { text-align: left; }
#s-c02e1057-ab88-41e5-a36d-ae9be7b73cdf { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c02e1057-ab88-41e5-a36d-ae9be7b73cdf .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d04b657e-91e6-499a-87de-2a7bfe20737b { text-align: left; }
#s-d04b657e-91e6-499a-87de-2a7bfe20737b .shg-product-sold-out {
  display: none;
}

#s-d04b657e-91e6-499a-87de-2a7bfe20737b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d04b657e-91e6-499a-87de-2a7bfe20737b .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-c768656b-9085-4097-b0d4-2130a214ecc3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c768656b-9085-4097-b0d4-2130a214ecc3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c768656b-9085-4097-b0d4-2130a214ecc3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c768656b-9085-4097-b0d4-2130a214ecc3 {
  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-c768656b-9085-4097-b0d4-2130a214ecc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c768656b-9085-4097-b0d4-2130a214ecc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c768656b-9085-4097-b0d4-2130a214ecc3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0a1a5af7-f36a-4d63-8083-87eeacef2d3b {
  display: none;
}
#s-d44d709a-e283-498e-84aa-7fbfb5fb87f5 { text-align: left; }
#s-03e0a2ac-1fa7-473a-9548-b7b82bc237d8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-03e0a2ac-1fa7-473a-9548-b7b82bc237d8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2430ae78-9862-470c-8f69-554151ffa6fe { text-align: left; }
#s-2430ae78-9862-470c-8f69-554151ffa6fe .shg-product-sold-out {
  display: none;
}

#s-2430ae78-9862-470c-8f69-554151ffa6fe .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2430ae78-9862-470c-8f69-554151ffa6fe .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-46998da7-eb84-404a-be2a-2177171defe9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-46998da7-eb84-404a-be2a-2177171defe9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-46998da7-eb84-404a-be2a-2177171defe9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-46998da7-eb84-404a-be2a-2177171defe9 {
  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-46998da7-eb84-404a-be2a-2177171defe9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46998da7-eb84-404a-be2a-2177171defe9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-46998da7-eb84-404a-be2a-2177171defe9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-756a807d-d3e4-4d69-97de-0b349f74f68a {
  display: none;
}
#s-da701b36-c97d-4281-9e0f-d26b95f00bf1 { text-align: left; }
#s-1fcaab7d-aa33-4f76-8d8c-1c616ef06188 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1fcaab7d-aa33-4f76-8d8c-1c616ef06188 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-362da8da-7902-4d31-a12e-27218d7ac607 { text-align: left; }
#s-362da8da-7902-4d31-a12e-27218d7ac607 .shg-product-sold-out {
  display: none;
}

#s-362da8da-7902-4d31-a12e-27218d7ac607 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-362da8da-7902-4d31-a12e-27218d7ac607 .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-48acf3de-0a6c-4979-b88a-e5926d7a9a89 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-48acf3de-0a6c-4979-b88a-e5926d7a9a89:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-48acf3de-0a6c-4979-b88a-e5926d7a9a89:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-48acf3de-0a6c-4979-b88a-e5926d7a9a89 {
  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-48acf3de-0a6c-4979-b88a-e5926d7a9a89.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48acf3de-0a6c-4979-b88a-e5926d7a9a89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-48acf3de-0a6c-4979-b88a-e5926d7a9a89.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6b0fc329-37ff-4eed-805f-2ba4f0bee57c {
  display: none;
}
#s-7156be06-2947-4b62-b80b-4293db976e10 { text-align: left; }
#s-a45dcbf3-dfee-48b5-869c-b9afea1cd341 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a45dcbf3-dfee-48b5-869c-b9afea1cd341 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ce9a5e6c-5e3f-4c19-ac23-a92bac511c30 { text-align: left; }
#s-ce9a5e6c-5e3f-4c19-ac23-a92bac511c30 .shg-product-sold-out {
  display: none;
}

#s-ce9a5e6c-5e3f-4c19-ac23-a92bac511c30 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ce9a5e6c-5e3f-4c19-ac23-a92bac511c30 .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-22a76fcc-656e-49a8-b75d-b0f379587a62 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-22a76fcc-656e-49a8-b75d-b0f379587a62:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-22a76fcc-656e-49a8-b75d-b0f379587a62:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-22a76fcc-656e-49a8-b75d-b0f379587a62 {
  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-22a76fcc-656e-49a8-b75d-b0f379587a62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22a76fcc-656e-49a8-b75d-b0f379587a62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-22a76fcc-656e-49a8-b75d-b0f379587a62.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0fdae842-ac2f-46fa-becf-cd8f7a884201 {
  display: none;
}
#s-335a6923-92b3-4089-a027-80ce88299294 { text-align: left; }
#s-71c79b00-efd4-4d0a-8204-2a8390b45990 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-71c79b00-efd4-4d0a-8204-2a8390b45990 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-01fda977-e354-465d-8698-e715a2316594 { text-align: left; }
#s-01fda977-e354-465d-8698-e715a2316594 .shg-product-sold-out {
  display: none;
}

#s-01fda977-e354-465d-8698-e715a2316594 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-01fda977-e354-465d-8698-e715a2316594 .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-77119ed8-fdb3-4141-983a-b40f9d6a0028 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-77119ed8-fdb3-4141-983a-b40f9d6a0028:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-77119ed8-fdb3-4141-983a-b40f9d6a0028:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-77119ed8-fdb3-4141-983a-b40f9d6a0028 {
  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-77119ed8-fdb3-4141-983a-b40f9d6a0028.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77119ed8-fdb3-4141-983a-b40f9d6a0028.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-77119ed8-fdb3-4141-983a-b40f9d6a0028.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-faf6d632-ef26-4bfc-b24c-7683872f0968 {
  display: none;
}
#s-2b3b9282-1660-4c7d-b1a5-e48a2a109700 { text-align: left; }
#s-69db9c73-9c8c-48ef-8195-203f1f604a8a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-69db9c73-9c8c-48ef-8195-203f1f604a8a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c554c787-7d28-4fc8-aa87-b6066dd3b650 { text-align: left; }
#s-c554c787-7d28-4fc8-aa87-b6066dd3b650 .shg-product-sold-out {
  display: none;
}

#s-c554c787-7d28-4fc8-aa87-b6066dd3b650 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c554c787-7d28-4fc8-aa87-b6066dd3b650 .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-e69f1e8f-dff0-4725-9598-c812ab0e4edc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e69f1e8f-dff0-4725-9598-c812ab0e4edc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e69f1e8f-dff0-4725-9598-c812ab0e4edc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e69f1e8f-dff0-4725-9598-c812ab0e4edc {
  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-e69f1e8f-dff0-4725-9598-c812ab0e4edc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e69f1e8f-dff0-4725-9598-c812ab0e4edc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e69f1e8f-dff0-4725-9598-c812ab0e4edc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-15cdefb1-a5ff-40e1-96a8-f9e15ef798e9 {
  display: none;
}
#s-79305aca-e548-4752-80b5-674fec03ea0a { text-align: left; }
#s-dbdbd4f0-fb52-4c6e-aad2-6741e9bfe8ae { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-dbdbd4f0-fb52-4c6e-aad2-6741e9bfe8ae .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8c8d8ff2-6f1b-4837-bbb0-8049c7c69bd0 { text-align: left; }
#s-8c8d8ff2-6f1b-4837-bbb0-8049c7c69bd0 .shg-product-sold-out {
  display: none;
}

#s-8c8d8ff2-6f1b-4837-bbb0-8049c7c69bd0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8c8d8ff2-6f1b-4837-bbb0-8049c7c69bd0 .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-a11a37aa-6ec1-4f59-b78d-bd795078e20b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a11a37aa-6ec1-4f59-b78d-bd795078e20b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a11a37aa-6ec1-4f59-b78d-bd795078e20b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a11a37aa-6ec1-4f59-b78d-bd795078e20b {
  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-a11a37aa-6ec1-4f59-b78d-bd795078e20b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a11a37aa-6ec1-4f59-b78d-bd795078e20b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a11a37aa-6ec1-4f59-b78d-bd795078e20b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-43e13817-a363-427c-b82e-f97402199e69 {
  display: none;
}
#s-75cbc7b1-283a-4cb1-aa50-005427881b87 { text-align: left; }
#s-0a63aa8a-bd5c-4b5f-a2c7-1cfe99961eb0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0a63aa8a-bd5c-4b5f-a2c7-1cfe99961eb0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8c0866e1-9248-482b-a572-99dd1ead9ab5 { text-align: left; }
#s-8c0866e1-9248-482b-a572-99dd1ead9ab5 .shg-product-sold-out {
  display: none;
}

#s-8c0866e1-9248-482b-a572-99dd1ead9ab5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8c0866e1-9248-482b-a572-99dd1ead9ab5 .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-8b33ee18-eb61-4cd1-adbf-da459a88d68a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8b33ee18-eb61-4cd1-adbf-da459a88d68a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8b33ee18-eb61-4cd1-adbf-da459a88d68a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8b33ee18-eb61-4cd1-adbf-da459a88d68a {
  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-8b33ee18-eb61-4cd1-adbf-da459a88d68a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b33ee18-eb61-4cd1-adbf-da459a88d68a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8b33ee18-eb61-4cd1-adbf-da459a88d68a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c52d7bca-1e64-4419-ae00-6fa98502e67b {
  display: none;
}
#s-b3823544-a19d-4311-ab9d-654088ca1d55 { text-align: left; }
#s-c7783cc4-9077-4c19-8f23-6d5f26810ee8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c7783cc4-9077-4c19-8f23-6d5f26810ee8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ae0d4e8d-c7f9-44c1-951c-1a800565db14 { text-align: left; }
#s-ae0d4e8d-c7f9-44c1-951c-1a800565db14 .shg-product-sold-out {
  display: none;
}

#s-ae0d4e8d-c7f9-44c1-951c-1a800565db14 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ae0d4e8d-c7f9-44c1-951c-1a800565db14 .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-c4bf3a54-00fc-469c-a150-6943c927446c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c4bf3a54-00fc-469c-a150-6943c927446c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c4bf3a54-00fc-469c-a150-6943c927446c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c4bf3a54-00fc-469c-a150-6943c927446c {
  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-c4bf3a54-00fc-469c-a150-6943c927446c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4bf3a54-00fc-469c-a150-6943c927446c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c4bf3a54-00fc-469c-a150-6943c927446c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2fdd03b7-40a9-4845-84b4-adc6f0dc57a7 {
  display: none;
}
#s-20c0728f-eec4-4649-8474-453f60d7b7aa { text-align: left; }
#s-08fa1682-cb95-4827-83cb-13bd7760bccc { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-08fa1682-cb95-4827-83cb-13bd7760bccc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-81ccc121-bb5d-41cc-9f8c-81485a86ae2a { text-align: left; }
#s-81ccc121-bb5d-41cc-9f8c-81485a86ae2a .shg-product-sold-out {
  display: none;
}

#s-81ccc121-bb5d-41cc-9f8c-81485a86ae2a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-81ccc121-bb5d-41cc-9f8c-81485a86ae2a .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-3fad0208-3a9e-4a14-9180-d4ef4d361140 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3fad0208-3a9e-4a14-9180-d4ef4d361140:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3fad0208-3a9e-4a14-9180-d4ef4d361140:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3fad0208-3a9e-4a14-9180-d4ef4d361140 {
  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-3fad0208-3a9e-4a14-9180-d4ef4d361140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fad0208-3a9e-4a14-9180-d4ef4d361140.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3fad0208-3a9e-4a14-9180-d4ef4d361140.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b4b148e9-1faf-45fa-90c3-0d7b09c80333 {
  display: none;
}
#s-a11d6700-84de-4f8a-973e-67976a1e80d4 { text-align: left; }
#s-8449719f-9927-43cf-bb6b-8437e8817f53 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8449719f-9927-43cf-bb6b-8437e8817f53 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c92aae2f-946c-4bc2-ae8f-23e5f402fe02 { text-align: left; }
#s-c92aae2f-946c-4bc2-ae8f-23e5f402fe02 .shg-product-sold-out {
  display: none;
}

#s-c92aae2f-946c-4bc2-ae8f-23e5f402fe02 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c92aae2f-946c-4bc2-ae8f-23e5f402fe02 .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-b89994d0-2e06-4e9f-9098-cbc5aa9ce743 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b89994d0-2e06-4e9f-9098-cbc5aa9ce743:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b89994d0-2e06-4e9f-9098-cbc5aa9ce743:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b89994d0-2e06-4e9f-9098-cbc5aa9ce743 {
  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-b89994d0-2e06-4e9f-9098-cbc5aa9ce743.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b89994d0-2e06-4e9f-9098-cbc5aa9ce743.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b89994d0-2e06-4e9f-9098-cbc5aa9ce743.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4e0be2ab-0cc7-4c1a-8b99-a93dbc84cf16 {
  display: none;
}
#s-9bdfc06f-903d-485c-a196-2b8eec71fc58 { text-align: left; }
#s-17596a6a-10a0-4ffa-8819-276653d19a1b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-17596a6a-10a0-4ffa-8819-276653d19a1b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c786f36d-4dde-4885-8fe3-47cfb7062c4a { text-align: left; }
#s-c786f36d-4dde-4885-8fe3-47cfb7062c4a .shg-product-sold-out {
  display: none;
}

#s-c786f36d-4dde-4885-8fe3-47cfb7062c4a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c786f36d-4dde-4885-8fe3-47cfb7062c4a .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-92cb0a82-99a8-45b2-b923-9fb2728bcda9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-92cb0a82-99a8-45b2-b923-9fb2728bcda9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-92cb0a82-99a8-45b2-b923-9fb2728bcda9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-92cb0a82-99a8-45b2-b923-9fb2728bcda9 {
  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-92cb0a82-99a8-45b2-b923-9fb2728bcda9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92cb0a82-99a8-45b2-b923-9fb2728bcda9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-92cb0a82-99a8-45b2-b923-9fb2728bcda9.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;
}
