.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-2f4788dd-2d5b-4104-94c2-20f8cc0f545d {
  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-2a19781f-ec2f-4b45-8226-39e3f11fd322 { margin-top: 40px; }
#s-2a19781f-ec2f-4b45-8226-39e3f11fd322 .shogun-tabs {
  justify-content: center;
}


  #s-2a19781f-ec2f-4b45-8226-39e3f11fd322 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-2a19781f-ec2f-4b45-8226-39e3f11fd322 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-2a19781f-ec2f-4b45-8226-39e3f11fd322 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-2a19781f-ec2f-4b45-8226-39e3f11fd322 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-2a19781f-ec2f-4b45-8226-39e3f11fd322 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-2a19781f-ec2f-4b45-8226-39e3f11fd322 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-2a19781f-ec2f-4b45-8226-39e3f11fd322 .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-a1c631bf-a83e-4c18-84f4-800ab16317c6 { padding-top: 10px;
padding-bottom: 10px; }
 #s-a1c631bf-a83e-4c18-84f4-800ab16317c6 .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-3457c202-a9d8-4607-9d59-e5f1d5ca662f .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-3457c202-a9d8-4607-9d59-e5f1d5ca662f .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-3457c202-a9d8-4607-9d59-e5f1d5ca662f .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-3457c202-a9d8-4607-9d59-e5f1d5ca662f .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-3457c202-a9d8-4607-9d59-e5f1d5ca662f .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-3457c202-a9d8-4607-9d59-e5f1d5ca662f .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-3457c202-a9d8-4607-9d59-e5f1d5ca662f .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-3457c202-a9d8-4607-9d59-e5f1d5ca662f .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-3457c202-a9d8-4607-9d59-e5f1d5ca662f .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-dc830c72-e325-44c8-94df-069dce93acef { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc830c72-e325-44c8-94df-069dce93acef"] > .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-055c19d1-74f3-4112-970c-c45d3374d56a { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-f53aa8f4-3c5b-4827-9508-ddaa79776332 { 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-55c7354d-0c09-4fab-8295-48fea04151bd { 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-55c7354d-0c09-4fab-8295-48fea04151bd: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-55c7354d-0c09-4fab-8295-48fea04151bd: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-55c7354d-0c09-4fab-8295-48fea04151bd.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-70f8c2a9-b52e-4b46-984e-48288d0f73c2 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-379ac274-1be7-4bd5-92c5-e3960a153fd2 { 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-0b189ac2-5620-444c-95ee-afee79cbf925 { 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-0b189ac2-5620-444c-95ee-afee79cbf925: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-0b189ac2-5620-444c-95ee-afee79cbf925: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-0b189ac2-5620-444c-95ee-afee79cbf925.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-c09181fb-d0a2-4573-8fb3-654b08509ee5 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-ce7363b3-b77b-40b3-b623-46b68243dbfe { 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-7a6dba09-5c17-4117-a5bd-051f53e19582 { 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-7a6dba09-5c17-4117-a5bd-051f53e19582: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-7a6dba09-5c17-4117-a5bd-051f53e19582: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-7a6dba09-5c17-4117-a5bd-051f53e19582.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-b94c054f-0222-48ce-833f-fd2f169109e8 { min-height: 50px; }
#s-b94c054f-0222-48ce-833f-fd2f169109e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7a71f65b-f03b-49f4-9309-947f001a3440 { 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-7a71f65b-f03b-49f4-9309-947f001a3440 .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-6b736427-efe1-4ee5-ad1c-d6cf1cd9c32b {
  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-7c111b06-5d08-49c8-a990-ad2274ba1e79 { 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-e6e3d27f-5811-4277-96ec-b7c33f5f9c2f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e6e3d27f-5811-4277-96ec-b7c33f5f9c2f .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-13cd13d3-2733-4127-b65d-b47ab179da26 {
  display: none;
}
#s-40ddbb94-b2f2-4786-bb37-fb0c87bccf3f { text-align: left; }
#s-039105c6-85b9-4d73-a7be-f4fa217be11e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-039105c6-85b9-4d73-a7be-f4fa217be11e .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2c6961a1-e7cb-4fb3-9a63-7264da06c83a {
  display: none;
}
#s-ba8feb08-4d45-4e4c-897d-85adc411ab5a { text-align: left; }
#s-623f384d-96cf-4722-91fd-e4b41c430b49 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-623f384d-96cf-4722-91fd-e4b41c430b49 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9ed33610-f714-40ae-be35-51499a7b2158 {
  display: none;
}
#s-a3002099-3a21-405c-bf5c-325086fc81df { text-align: left; }
#s-12929712-ce56-4c03-ab42-3f093e9f2845 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-12929712-ce56-4c03-ab42-3f093e9f2845 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b409db74-4b7f-4731-ac78-1784592c85ca {
  display: none;
}
#s-1b97e48a-a8b4-4d0a-b754-55f3a1321e95 { text-align: left; }
#s-e2a3c439-4d0c-484d-a60a-016194117189 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e2a3c439-4d0c-484d-a60a-016194117189 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3ad9917e-dfba-4e4f-bd32-08f4e6c20476 { text-align: left; }
#s-3ad9917e-dfba-4e4f-bd32-08f4e6c20476 .shg-product-sold-out {
  display: none;
}

#s-3ad9917e-dfba-4e4f-bd32-08f4e6c20476 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3ad9917e-dfba-4e4f-bd32-08f4e6c20476 .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-1eafd914-eb35-4091-8ddb-885d8a77a752 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1eafd914-eb35-4091-8ddb-885d8a77a752:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1eafd914-eb35-4091-8ddb-885d8a77a752:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1eafd914-eb35-4091-8ddb-885d8a77a752 {
  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-1eafd914-eb35-4091-8ddb-885d8a77a752.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1eafd914-eb35-4091-8ddb-885d8a77a752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1eafd914-eb35-4091-8ddb-885d8a77a752.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-adbf6eab-a10c-42d6-98e9-1d34d05562db {
  display: none;
}
#s-bac4676b-51f9-4626-a59b-e7a38f1464af { text-align: left; }
#s-0c8f4e5f-6cb0-4cad-b127-50146d256b3e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0c8f4e5f-6cb0-4cad-b127-50146d256b3e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-234d535c-e0a8-4adc-809e-5bd90e04867b { text-align: left; }
#s-234d535c-e0a8-4adc-809e-5bd90e04867b .shg-product-sold-out {
  display: none;
}

#s-234d535c-e0a8-4adc-809e-5bd90e04867b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-234d535c-e0a8-4adc-809e-5bd90e04867b .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-8054d787-1b28-4e34-8e2c-68f35bc464aa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8054d787-1b28-4e34-8e2c-68f35bc464aa:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8054d787-1b28-4e34-8e2c-68f35bc464aa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8054d787-1b28-4e34-8e2c-68f35bc464aa {
  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-8054d787-1b28-4e34-8e2c-68f35bc464aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8054d787-1b28-4e34-8e2c-68f35bc464aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8054d787-1b28-4e34-8e2c-68f35bc464aa.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5241b798-a462-4cb8-88a1-b5704856802e {
  display: none;
}
#s-2466745e-51e2-4792-9151-4b7740056360 { text-align: left; }
#s-d6b2adba-3cce-4f0b-b721-1ef217f6b55c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d6b2adba-3cce-4f0b-b721-1ef217f6b55c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a779102f-af2b-4db0-bc2a-a316c6deff9e { text-align: left; }
#s-a779102f-af2b-4db0-bc2a-a316c6deff9e .shg-product-sold-out {
  display: none;
}

#s-a779102f-af2b-4db0-bc2a-a316c6deff9e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a779102f-af2b-4db0-bc2a-a316c6deff9e .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-0e7db5a7-52c2-405a-9f25-a059a60d50a1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0e7db5a7-52c2-405a-9f25-a059a60d50a1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0e7db5a7-52c2-405a-9f25-a059a60d50a1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0e7db5a7-52c2-405a-9f25-a059a60d50a1 {
  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-0e7db5a7-52c2-405a-9f25-a059a60d50a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e7db5a7-52c2-405a-9f25-a059a60d50a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0e7db5a7-52c2-405a-9f25-a059a60d50a1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-abe61eb1-606a-490a-b86f-1ad1c7046da2 {
  display: none;
}
#s-7764ae77-c43e-490c-b0fe-b1f9b3cb3a0d { text-align: left; }
#s-6c740f1f-56d9-4d1e-b2a7-85024b8680f3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6c740f1f-56d9-4d1e-b2a7-85024b8680f3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3232bab4-6740-4a9c-8bd8-9a093f071893 { text-align: left; }
#s-3232bab4-6740-4a9c-8bd8-9a093f071893 .shg-product-sold-out {
  display: none;
}

#s-3232bab4-6740-4a9c-8bd8-9a093f071893 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3232bab4-6740-4a9c-8bd8-9a093f071893 .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-5f4e0fa5-7ba4-478b-a289-b2b76cce6952 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5f4e0fa5-7ba4-478b-a289-b2b76cce6952:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5f4e0fa5-7ba4-478b-a289-b2b76cce6952:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5f4e0fa5-7ba4-478b-a289-b2b76cce6952 {
  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-5f4e0fa5-7ba4-478b-a289-b2b76cce6952.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f4e0fa5-7ba4-478b-a289-b2b76cce6952.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5f4e0fa5-7ba4-478b-a289-b2b76cce6952.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a2b0a0d8-8f7b-4b80-8b8d-2583455a1c0a {
  display: none;
}
#s-e1c0def0-78eb-41e9-8a1d-ddad34ac89fc { text-align: left; }
#s-1651138d-e7af-4915-9b86-e91e383496a2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1651138d-e7af-4915-9b86-e91e383496a2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-785dde30-d471-4d43-ad26-7d3f6991f0da { text-align: left; }
#s-785dde30-d471-4d43-ad26-7d3f6991f0da .shg-product-sold-out {
  display: none;
}

#s-785dde30-d471-4d43-ad26-7d3f6991f0da .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-785dde30-d471-4d43-ad26-7d3f6991f0da .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-c09a8cae-158a-4acf-b472-b5bff36860d2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c09a8cae-158a-4acf-b472-b5bff36860d2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c09a8cae-158a-4acf-b472-b5bff36860d2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c09a8cae-158a-4acf-b472-b5bff36860d2 {
  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-c09a8cae-158a-4acf-b472-b5bff36860d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c09a8cae-158a-4acf-b472-b5bff36860d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c09a8cae-158a-4acf-b472-b5bff36860d2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-50c935f7-4b69-4c2d-9b4e-5f8a7355011e {
  display: none;
}
#s-6c8cfa43-8886-4083-b6f8-4b8bcf2e887b { text-align: left; }
#s-ff5614cd-3287-4718-a58e-f1e71d04e577 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ff5614cd-3287-4718-a58e-f1e71d04e577 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cf23df2e-afdf-4aad-babe-486b473e6041 { text-align: left; }
#s-cf23df2e-afdf-4aad-babe-486b473e6041 .shg-product-sold-out {
  display: none;
}

#s-cf23df2e-afdf-4aad-babe-486b473e6041 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cf23df2e-afdf-4aad-babe-486b473e6041 .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-0fdf9122-cab7-43f6-91c2-48ec974c6424 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0fdf9122-cab7-43f6-91c2-48ec974c6424:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0fdf9122-cab7-43f6-91c2-48ec974c6424:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0fdf9122-cab7-43f6-91c2-48ec974c6424 {
  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-0fdf9122-cab7-43f6-91c2-48ec974c6424.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fdf9122-cab7-43f6-91c2-48ec974c6424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0fdf9122-cab7-43f6-91c2-48ec974c6424.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b5a8ed96-1da1-471a-b3fa-491139ae2225 {
  display: none;
}
#s-c48d5b21-3741-46c7-a0f9-2e518fa2d90f { text-align: left; }
#s-1bba7874-ad80-4233-97d5-ae796bf545ad { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1bba7874-ad80-4233-97d5-ae796bf545ad .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d32239ab-c1c2-43b0-a2b3-4527ee1ddd40 { text-align: left; }
#s-d32239ab-c1c2-43b0-a2b3-4527ee1ddd40 .shg-product-sold-out {
  display: none;
}

#s-d32239ab-c1c2-43b0-a2b3-4527ee1ddd40 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d32239ab-c1c2-43b0-a2b3-4527ee1ddd40 .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-ca7fffc5-9c12-4a07-b262-ea8485e12971 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ca7fffc5-9c12-4a07-b262-ea8485e12971:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ca7fffc5-9c12-4a07-b262-ea8485e12971:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ca7fffc5-9c12-4a07-b262-ea8485e12971 {
  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-ca7fffc5-9c12-4a07-b262-ea8485e12971.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca7fffc5-9c12-4a07-b262-ea8485e12971.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ca7fffc5-9c12-4a07-b262-ea8485e12971.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a1a9effb-57b3-4964-886c-7fca2aace2b0 {
  display: none;
}
#s-339bb9c9-2d38-4c21-8504-4f2211942394 { text-align: left; }
#s-c452d9c8-5331-4e0e-aa51-23922e106c79 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c452d9c8-5331-4e0e-aa51-23922e106c79 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-36be109d-5d49-4578-a7d3-93eec607b20f { text-align: left; }
#s-36be109d-5d49-4578-a7d3-93eec607b20f .shg-product-sold-out {
  display: none;
}

#s-36be109d-5d49-4578-a7d3-93eec607b20f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-36be109d-5d49-4578-a7d3-93eec607b20f .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-d5f95d1e-ce83-47c7-b4cf-ba9b542d9ea7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d5f95d1e-ce83-47c7-b4cf-ba9b542d9ea7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d5f95d1e-ce83-47c7-b4cf-ba9b542d9ea7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d5f95d1e-ce83-47c7-b4cf-ba9b542d9ea7 {
  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-d5f95d1e-ce83-47c7-b4cf-ba9b542d9ea7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5f95d1e-ce83-47c7-b4cf-ba9b542d9ea7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d5f95d1e-ce83-47c7-b4cf-ba9b542d9ea7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0d0de6f1-3e16-4eda-b777-c2fc1794f026 {
  display: none;
}
#s-659d0e93-8402-4a3f-bc30-40aec527e52b { text-align: left; }
#s-43f4c678-985b-4190-944b-cd46fcca0c5c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-43f4c678-985b-4190-944b-cd46fcca0c5c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-515697a7-0876-4277-941e-93eb37e87c78 { text-align: left; }
#s-515697a7-0876-4277-941e-93eb37e87c78 .shg-product-sold-out {
  display: none;
}

#s-515697a7-0876-4277-941e-93eb37e87c78 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-515697a7-0876-4277-941e-93eb37e87c78 .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-fa92b8ff-85d1-4bd6-b867-a7f2d21cd956 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-fa92b8ff-85d1-4bd6-b867-a7f2d21cd956:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-fa92b8ff-85d1-4bd6-b867-a7f2d21cd956:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-fa92b8ff-85d1-4bd6-b867-a7f2d21cd956 {
  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-fa92b8ff-85d1-4bd6-b867-a7f2d21cd956.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa92b8ff-85d1-4bd6-b867-a7f2d21cd956.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-fa92b8ff-85d1-4bd6-b867-a7f2d21cd956.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6eff2e00-9c4f-48a0-a4dc-080af3bb0e98 {
  display: none;
}
#s-1b5d196d-b4a0-4537-b847-00da3c23c993 { text-align: left; }
#s-9a8d0a2d-18c7-4b61-8bb6-bea40c069170 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9a8d0a2d-18c7-4b61-8bb6-bea40c069170 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-338bdf37-8262-465b-870c-75758aee19ae { text-align: left; }
#s-338bdf37-8262-465b-870c-75758aee19ae .shg-product-sold-out {
  display: none;
}

#s-338bdf37-8262-465b-870c-75758aee19ae .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-338bdf37-8262-465b-870c-75758aee19ae .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-725bc365-8633-41a3-a44a-5acd12ec78eb { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-725bc365-8633-41a3-a44a-5acd12ec78eb:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-725bc365-8633-41a3-a44a-5acd12ec78eb:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-725bc365-8633-41a3-a44a-5acd12ec78eb {
  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-725bc365-8633-41a3-a44a-5acd12ec78eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-725bc365-8633-41a3-a44a-5acd12ec78eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-725bc365-8633-41a3-a44a-5acd12ec78eb.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e1eb18ac-23d7-4cb7-89ae-b73dd2c5ebd2 {
  display: none;
}
#s-4c3298d2-f0c5-4b04-b81a-8be32f4456f7 { text-align: left; }
#s-fd20542d-9c47-4621-97da-5fffc81bbc49 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-fd20542d-9c47-4621-97da-5fffc81bbc49 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d36816cb-71fd-4be6-92a4-98f4ae6d5470 { text-align: left; }
#s-d36816cb-71fd-4be6-92a4-98f4ae6d5470 .shg-product-sold-out {
  display: none;
}

#s-d36816cb-71fd-4be6-92a4-98f4ae6d5470 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d36816cb-71fd-4be6-92a4-98f4ae6d5470 .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-3f0c3321-afa3-444b-88aa-14d33fa8f039 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3f0c3321-afa3-444b-88aa-14d33fa8f039:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3f0c3321-afa3-444b-88aa-14d33fa8f039:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3f0c3321-afa3-444b-88aa-14d33fa8f039 {
  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-3f0c3321-afa3-444b-88aa-14d33fa8f039.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f0c3321-afa3-444b-88aa-14d33fa8f039.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3f0c3321-afa3-444b-88aa-14d33fa8f039.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b5dd3e26-8052-4988-88f6-e74ec97f582b {
  display: none;
}
#s-dccfcdd4-1a70-41ab-8574-6686b5384e09 { text-align: left; }
#s-ea8b3012-376c-4e20-9d38-8dc84a0666dd { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ea8b3012-376c-4e20-9d38-8dc84a0666dd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1f2c954f-8846-46d5-9ac2-ce564d5ea1b0 { text-align: left; }
#s-1f2c954f-8846-46d5-9ac2-ce564d5ea1b0 .shg-product-sold-out {
  display: none;
}

#s-1f2c954f-8846-46d5-9ac2-ce564d5ea1b0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1f2c954f-8846-46d5-9ac2-ce564d5ea1b0 .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-e89d89ca-e14e-40c6-b2f9-e877324b59fd { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e89d89ca-e14e-40c6-b2f9-e877324b59fd:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e89d89ca-e14e-40c6-b2f9-e877324b59fd:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e89d89ca-e14e-40c6-b2f9-e877324b59fd {
  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-e89d89ca-e14e-40c6-b2f9-e877324b59fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e89d89ca-e14e-40c6-b2f9-e877324b59fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e89d89ca-e14e-40c6-b2f9-e877324b59fd.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bbb9f510-6e4f-47cc-b3e6-9aa3f0e66a75 {
  display: none;
}
#s-37850b5f-df18-453b-8a56-b7b2862d8b78 { text-align: left; }
#s-b7ac4192-d7c7-49c9-b814-f1da0d1b9e86 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b7ac4192-d7c7-49c9-b814-f1da0d1b9e86 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8d14e110-aa1f-4fda-adb7-10b9a7bcea14 { text-align: left; }
#s-8d14e110-aa1f-4fda-adb7-10b9a7bcea14 .shg-product-sold-out {
  display: none;
}

#s-8d14e110-aa1f-4fda-adb7-10b9a7bcea14 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8d14e110-aa1f-4fda-adb7-10b9a7bcea14 .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-989d9d7b-7206-46a6-abc6-5f08b456f2e5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-989d9d7b-7206-46a6-abc6-5f08b456f2e5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-989d9d7b-7206-46a6-abc6-5f08b456f2e5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-989d9d7b-7206-46a6-abc6-5f08b456f2e5 {
  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-989d9d7b-7206-46a6-abc6-5f08b456f2e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-989d9d7b-7206-46a6-abc6-5f08b456f2e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-989d9d7b-7206-46a6-abc6-5f08b456f2e5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-375f9e7c-6714-48ee-8f01-b89401187010 {
  display: none;
}
#s-4a3bc84a-1374-4ff9-aebd-3beb90866d42 { text-align: left; }
#s-bd8d0c76-165c-4e39-9208-ae1a1b641a79 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bd8d0c76-165c-4e39-9208-ae1a1b641a79 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3e8b97d2-cc24-40d4-850e-14a1ee796950 { text-align: left; }
#s-3e8b97d2-cc24-40d4-850e-14a1ee796950 .shg-product-sold-out {
  display: none;
}

#s-3e8b97d2-cc24-40d4-850e-14a1ee796950 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3e8b97d2-cc24-40d4-850e-14a1ee796950 .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-13498ace-543e-4b0f-a083-3783f83f66c4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-13498ace-543e-4b0f-a083-3783f83f66c4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-13498ace-543e-4b0f-a083-3783f83f66c4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-13498ace-543e-4b0f-a083-3783f83f66c4 {
  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-13498ace-543e-4b0f-a083-3783f83f66c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13498ace-543e-4b0f-a083-3783f83f66c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-13498ace-543e-4b0f-a083-3783f83f66c4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3229e97a-7b6a-4e41-910b-3646c6adf10f {
  display: none;
}
#s-10c6dcb8-a5db-43ce-8d94-f89a5c0115cb { text-align: left; }
#s-c6d800e2-68d1-40ed-8e7a-327130423a58 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c6d800e2-68d1-40ed-8e7a-327130423a58 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9c2dfad8-9a20-4533-865a-873b96ecd056 { text-align: left; }
#s-9c2dfad8-9a20-4533-865a-873b96ecd056 .shg-product-sold-out {
  display: none;
}

#s-9c2dfad8-9a20-4533-865a-873b96ecd056 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9c2dfad8-9a20-4533-865a-873b96ecd056 .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-197377d5-33ce-4df2-bcf5-e298b7933b77 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-197377d5-33ce-4df2-bcf5-e298b7933b77:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-197377d5-33ce-4df2-bcf5-e298b7933b77:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-197377d5-33ce-4df2-bcf5-e298b7933b77 {
  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-197377d5-33ce-4df2-bcf5-e298b7933b77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-197377d5-33ce-4df2-bcf5-e298b7933b77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-197377d5-33ce-4df2-bcf5-e298b7933b77.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3bc247dd-0ebc-4dab-89da-13a10549633b {
  display: none;
}
#s-858dbe53-9319-4a9f-a3c0-cdc642f787e2 { text-align: left; }
#s-dc2998bd-b0f9-4017-8ba8-4e5016bcb231 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-dc2998bd-b0f9-4017-8ba8-4e5016bcb231 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-93583e51-5de4-44a8-b2a1-3e59bd31365a { text-align: left; }
#s-93583e51-5de4-44a8-b2a1-3e59bd31365a .shg-product-sold-out {
  display: none;
}

#s-93583e51-5de4-44a8-b2a1-3e59bd31365a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-93583e51-5de4-44a8-b2a1-3e59bd31365a .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-e68e466a-aa66-40b0-93e5-f3305558195f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e68e466a-aa66-40b0-93e5-f3305558195f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e68e466a-aa66-40b0-93e5-f3305558195f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e68e466a-aa66-40b0-93e5-f3305558195f {
  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-e68e466a-aa66-40b0-93e5-f3305558195f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e68e466a-aa66-40b0-93e5-f3305558195f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e68e466a-aa66-40b0-93e5-f3305558195f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-67997d73-ee64-4bdf-985e-4a09c588d79e {
  display: none;
}
#s-54044f29-f518-4f42-8f46-dac950fcf286 { text-align: left; }
#s-9f796c08-4b32-46b1-a91b-3f8ea10b6194 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9f796c08-4b32-46b1-a91b-3f8ea10b6194 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a1b2bd4e-38a7-4cf0-8e48-d93f37cfd689 { text-align: left; }
#s-a1b2bd4e-38a7-4cf0-8e48-d93f37cfd689 .shg-product-sold-out {
  display: none;
}

#s-a1b2bd4e-38a7-4cf0-8e48-d93f37cfd689 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a1b2bd4e-38a7-4cf0-8e48-d93f37cfd689 .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-b55a486f-e371-46f5-8cfc-8d494379dd38 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b55a486f-e371-46f5-8cfc-8d494379dd38:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b55a486f-e371-46f5-8cfc-8d494379dd38:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b55a486f-e371-46f5-8cfc-8d494379dd38 {
  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-b55a486f-e371-46f5-8cfc-8d494379dd38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b55a486f-e371-46f5-8cfc-8d494379dd38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b55a486f-e371-46f5-8cfc-8d494379dd38.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c4b269fb-c935-4879-9eb9-4fc0bd18c4cf {
  display: none;
}
#s-4192e80f-6978-49ef-9309-41d85102d0da { text-align: left; }
#s-fa59c83f-d62e-4baa-aaa1-e63db00cd972 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-fa59c83f-d62e-4baa-aaa1-e63db00cd972 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1d7a0ab8-546e-4873-af2b-d1286e287d2e { text-align: left; }
#s-1d7a0ab8-546e-4873-af2b-d1286e287d2e .shg-product-sold-out {
  display: none;
}

#s-1d7a0ab8-546e-4873-af2b-d1286e287d2e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1d7a0ab8-546e-4873-af2b-d1286e287d2e .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-914116bc-112e-4f75-bf90-2801e46f3829 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-914116bc-112e-4f75-bf90-2801e46f3829:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-914116bc-112e-4f75-bf90-2801e46f3829:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-914116bc-112e-4f75-bf90-2801e46f3829 {
  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-914116bc-112e-4f75-bf90-2801e46f3829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-914116bc-112e-4f75-bf90-2801e46f3829.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-914116bc-112e-4f75-bf90-2801e46f3829.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-52f0d0a0-1fec-414c-88cf-95bf69e932ec {
  display: none;
}
#s-84bf5475-76b0-408e-97b6-8fd6253e0100 { text-align: left; }
#s-e94d18ee-01e7-422f-973a-29f07e424ed7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e94d18ee-01e7-422f-973a-29f07e424ed7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5a975556-c463-4130-beec-ae58ea6ccadf { text-align: left; }
#s-5a975556-c463-4130-beec-ae58ea6ccadf .shg-product-sold-out {
  display: none;
}

#s-5a975556-c463-4130-beec-ae58ea6ccadf .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5a975556-c463-4130-beec-ae58ea6ccadf .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-99197283-709a-4520-b568-ad5fee2bf9e6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-99197283-709a-4520-b568-ad5fee2bf9e6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-99197283-709a-4520-b568-ad5fee2bf9e6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-99197283-709a-4520-b568-ad5fee2bf9e6 {
  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-99197283-709a-4520-b568-ad5fee2bf9e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99197283-709a-4520-b568-ad5fee2bf9e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-99197283-709a-4520-b568-ad5fee2bf9e6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f995bb70-3052-44f8-96f9-84c771fde9a6 {
  display: none;
}
#s-2e8c107e-22f5-4c0c-974e-94ab0953d48b { text-align: left; }
#s-385dc018-bd29-4848-83e9-a0bf39e0b12c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-385dc018-bd29-4848-83e9-a0bf39e0b12c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-409387b4-f025-44cb-82a7-de3b90599a7a { text-align: left; }
#s-409387b4-f025-44cb-82a7-de3b90599a7a .shg-product-sold-out {
  display: none;
}

#s-409387b4-f025-44cb-82a7-de3b90599a7a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-409387b4-f025-44cb-82a7-de3b90599a7a .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-0438f5ff-6018-4d02-a332-e37d68de8ec9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0438f5ff-6018-4d02-a332-e37d68de8ec9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0438f5ff-6018-4d02-a332-e37d68de8ec9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0438f5ff-6018-4d02-a332-e37d68de8ec9 {
  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-0438f5ff-6018-4d02-a332-e37d68de8ec9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0438f5ff-6018-4d02-a332-e37d68de8ec9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0438f5ff-6018-4d02-a332-e37d68de8ec9.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;
}
