.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-f8acf4ab-bae9-4e40-ba0a-f1a08df689be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8acf4ab-bae9-4e40-ba0a-f1a08df689be .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  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: -1px;
  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-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 */
  transform: translateZ(1000px);
}

#s-afc1067a-c4aa-44e9-b025-a304f9cac6c2 .shogun-tabs {
  justify-content: flex-start;
}


  #s-afc1067a-c4aa-44e9-b025-a304f9cac6c2 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-afc1067a-c4aa-44e9-b025-a304f9cac6c2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-afc1067a-c4aa-44e9-b025-a304f9cac6c2 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-afc1067a-c4aa-44e9-b025-a304f9cac6c2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-afc1067a-c4aa-44e9-b025-a304f9cac6c2 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-afc1067a-c4aa-44e9-b025-a304f9cac6c2 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.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;
}

@media (min-width: 0px) {
[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a30b60b-84ae-49b8-82f5-e198895ae8b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.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;
  max-width: 100%;
}

.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-af31bd64-100a-41ef-ae95-918bbd354f65 {
  text-align: center;
}




  #s-af31bd64-100a-41ef-ae95-918bbd354f65 img.shogun-image {
    
    width: px;
  }


#s-af31bd64-100a-41ef-ae95-918bbd354f65 .shogun-image-content {
  
    align-items: center;
  
}

#s-234c8855-690b-4083-b31c-ab046bbacf5f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.0px);
}

}

@media (min-width: 992px) {
[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.0px);
}

}

@media (min-width: 1200px) {
[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.0px);
}

[id="s-27a9beea-a4b5-4813-9365-5e93d1c987b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.0px);
}

}

#s-b132d15a-1837-4867-be00-9e37c4fa0542 {
  text-align: center;
}




  #s-b132d15a-1837-4867-be00-9e37c4fa0542 img.shogun-image {
    
    width: px;
  }


#s-b132d15a-1837-4867-be00-9e37c4fa0542 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b8d121c-5fd0-4044-9178-25f74c9bbc21 {
  text-align: center;
}




  #s-0b8d121c-5fd0-4044-9178-25f74c9bbc21 img.shogun-image {
    
    width: px;
  }


#s-0b8d121c-5fd0-4044-9178-25f74c9bbc21 .shogun-image-content {
  
    align-items: center;
  
}

#s-f390d55f-442f-4e21-8ed8-ab5771c70a17 {
  text-align: center;
}




  #s-f390d55f-442f-4e21-8ed8-ab5771c70a17 img.shogun-image {
    
    width: px;
  }


#s-f390d55f-442f-4e21-8ed8-ab5771c70a17 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c34cd83-76a7-44d4-bbc8-36dc3eeaf18a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-95f77bf5-434c-4a39-85c0-20e2b41bc62e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-92a9714b-2ff0-4472-acdd-bbf855577102 {
  display: none;
}
@media (min-width: 0px) {
[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7904063-d72f-4b10-a824-3b165b2666ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-61ba9f1e-7021-4188-8d0a-29d502f9c0bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61ba9f1e-7021-4188-8d0a-29d502f9c0bd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

.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: transform 0.5s ease-out;
  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-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 {
  text-align: left;
}


.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 {
  max-width: 100%;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 .shg-image-zoom,
.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 {
  max-width: 100%;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 .shg-image-zoom,
.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 {
  max-width: 100%;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 .shg-image-zoom,
.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 {
  max-width: 100%;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 .shg-image-zoom,
.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 {
  max-width: 100%;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 .shg-image-zoom,
.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-996ad3ed-34c3-4232-8ca3-42e165f0a1c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.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-align-center {
  text-align: center;
}

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

#s-2222feb2-837b-4506-b223-193ba32f8ab0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
background-color: rgba(17, 15, 168, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2222feb2-837b-4506-b223-193ba32f8ab0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2222feb2-837b-4506-b223-193ba32f8ab0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2222feb2-837b-4506-b223-193ba32f8ab0 {
  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-2222feb2-837b-4506-b223-193ba32f8ab0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2222feb2-837b-4506-b223-193ba32f8ab0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2222feb2-837b-4506-b223-193ba32f8ab0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-92c432df-19af-45fa-942d-fc82991d931e {
  text-align: left;
}

#s-92c432df-19af-45fa-942d-fc82991d931e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-92c432df-19af-45fa-942d-fc82991d931e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-92c432df-19af-45fa-942d-fc82991d931e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-92c432df-19af-45fa-942d-fc82991d931e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-e8f55109-35f2-479b-883d-f011166cfcfe {
  text-align: left;
}

#s-e8f55109-35f2-479b-883d-f011166cfcfe .shg-product-quantity-wrapper {
  display: flex;
}

#s-e8f55109-35f2-479b-883d-f011166cfcfe .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e8f55109-35f2-479b-883d-f011166cfcfe .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e8f55109-35f2-479b-883d-f011166cfcfe .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e8f55109-35f2-479b-883d-f011166cfcfe .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




@media (min-width: 0px) {
[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e33df3fe-47f1-4389-9ae2-71804adac8a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d80ab513-413c-4372-8c9e-f6f932c371f9 {
  text-align: center;
}




  #s-d80ab513-413c-4372-8c9e-f6f932c371f9 img.shogun-image {
    
    width: px;
  }


#s-d80ab513-413c-4372-8c9e-f6f932c371f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-834e7584-2abe-4241-9e88-f0f19e5e92af {
  text-align: center;
}




  #s-834e7584-2abe-4241-9e88-f0f19e5e92af img.shogun-image {
    
    width: px;
  }


#s-834e7584-2abe-4241-9e88-f0f19e5e92af .shogun-image-content {
  
    align-items: center;
  
}

#s-596e5aba-5345-468c-b4a5-c8205032f1a6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ecc76cd7-2da6-4e43-b11e-024a7826f882"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-22f55feb-c4a1-4674-a39e-06c4d8c6d129 {
  display: none;
}
#s-351d1d21-8e0c-49d7-834a-512b6dcb65a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-351d1d21-8e0c-49d7-834a-512b6dcb65a4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-047a9544-ef47-43fd-a850-97a41462e039 {
  text-align: left;
}


.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 {
  max-width: 100%;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 .shg-image-zoom,
.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 {
  max-width: 100%;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 .shg-image-zoom,
.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 {
  max-width: 100%;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 .shg-image-zoom,
.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 {
  max-width: 100%;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 .shg-image-zoom,
.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 {
  max-width: 100%;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 .shg-image-zoom,
.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-047a9544-ef47-43fd-a850-97a41462e039 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dff16cbe-8483-41a7-a452-3c1b39da66bf {
  text-align: left;
}

#s-dff16cbe-8483-41a7-a452-3c1b39da66bf .shg-product-quantity-wrapper {
  display: flex;
}

#s-dff16cbe-8483-41a7-a452-3c1b39da66bf .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-dff16cbe-8483-41a7-a452-3c1b39da66bf .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-dff16cbe-8483-41a7-a452-3c1b39da66bf .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-dff16cbe-8483-41a7-a452-3c1b39da66bf .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-92447680-9221-44a8-92fc-5e07ebc006cd {
  text-align: left;
}

#s-92447680-9221-44a8-92fc-5e07ebc006cd .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-92447680-9221-44a8-92fc-5e07ebc006cd .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-92447680-9221-44a8-92fc-5e07ebc006cd .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-92447680-9221-44a8-92fc-5e07ebc006cd .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-b26f27bb-afd1-4c92-a143-4adf90af87aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 39, 235, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b26f27bb-afd1-4c92-a143-4adf90af87aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b26f27bb-afd1-4c92-a143-4adf90af87aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b26f27bb-afd1-4c92-a143-4adf90af87aa {
  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-b26f27bb-afd1-4c92-a143-4adf90af87aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b26f27bb-afd1-4c92-a143-4adf90af87aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b26f27bb-afd1-4c92-a143-4adf90af87aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-49755c1b-1039-4c36-bba5-e99bfbdccaa1 {
  display: none;
}
#s-e1a70231-ed20-4265-af54-3ab4c108cb14 {
  text-align: center;
}




  #s-e1a70231-ed20-4265-af54-3ab4c108cb14 img.shogun-image {
    
    width: px;
  }


#s-e1a70231-ed20-4265-af54-3ab4c108cb14 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .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%;
  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;
  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;
}
