.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-65514565-c6fd-435d-8fab-5ddaf892c60d {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}








#s-65514565-c6fd-435d-8fab-5ddaf892c60d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65514565-c6fd-435d-8fab-5ddaf892c60d.shg-box.shg-c {
  justify-content: center;
}

.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-a7436a25-d563-4690-8f15-150db2f257a6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-a7436a25-d563-4690-8f15-150db2f257a6 img.shogun-image {
    
    width: px;
  }


#s-a7436a25-d563-4690-8f15-150db2f257a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ce1b273-3d59-4c49-8d40-b2cd1e27b30b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}








#s-4ce1b273-3d59-4c49-8d40-b2cd1e27b30b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ce1b273-3d59-4c49-8d40-b2cd1e27b30b.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-c5b8bd5a-e041-4daa-8cfe-c768577069f4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(130, 130, 130, 1);
}

#s-c5b8bd5a-e041-4daa-8cfe-c768577069f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 165, 17, 1);
  padding: 10px;
}

#s-c5b8bd5a-e041-4daa-8cfe-c768577069f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-c5b8bd5a-e041-4daa-8cfe-c768577069f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(130, 130, 130, 1);
}

#s-c5b8bd5a-e041-4daa-8cfe-c768577069f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Oswald;
  font-weight: 200;
  font-style: ;
  font-size: 16px;
}

#s-c5b8bd5a-e041-4daa-8cfe-c768577069f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-489206a4-a2c9-4a10-88df-5edac9fde10e {
  text-align: center;
}




  #s-489206a4-a2c9-4a10-88df-5edac9fde10e img.shogun-image {
    
    width: px;
  }


#s-489206a4-a2c9-4a10-88df-5edac9fde10e .shogun-image-content {
  
    align-items: center;
  
}

#s-bdaf6869-f607-489a-92ca-47862b23978e {
  text-align: center;
}




  #s-bdaf6869-f607-489a-92ca-47862b23978e img.shogun-image {
    
    width: px;
  }


#s-bdaf6869-f607-489a-92ca-47862b23978e .shogun-image-content {
  
    align-items: center;
  
}

#s-e0a037c8-cdb3-48b6-90db-32a6e8c63789 {
  margin-top: 14px;
margin-left: 14px;
margin-bottom: 14px;
margin-right: 14px;
min-height: 50px;
}








#s-e0a037c8-cdb3-48b6-90db-32a6e8c63789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0a037c8-cdb3-48b6-90db-32a6e8c63789.shg-box.shg-c {
  justify-content: center;
}

#s-356bb13b-ff3f-4c6a-96cb-2b8a979596b5 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}





#s-356bb13b-ff3f-4c6a-96cb-2b8a979596b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-17413250-02c2-425a-8eee-02f7818648ed {
  text-align: center;
}




  #s-17413250-02c2-425a-8eee-02f7818648ed img.shogun-image {
    
    width: px;
  }


#s-17413250-02c2-425a-8eee-02f7818648ed .shogun-image-content {
  
    align-items: center;
  
}

.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-40b2bdac-f54b-4422-91e6-b7c790a9c8d2 {
  margin-top: 0px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-40b2bdac-f54b-4422-91e6-b7c790a9c8d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

#s-5a4f8d4e-28c9-4a48-bff4-7d0d0719e37e {
  text-align: center;
}




  #s-5a4f8d4e-28c9-4a48-bff4-7d0d0719e37e img.shogun-image {
    
    width: px;
  }


#s-5a4f8d4e-28c9-4a48-bff4-7d0d0719e37e .shogun-image-content {
  
    align-items: center;
  
}

#s-d265f214-a873-452f-b896-4c4806f310d7 {
  text-align: center;
}




  #s-d265f214-a873-452f-b896-4c4806f310d7 img.shogun-image {
    
    width: px;
  }


#s-d265f214-a873-452f-b896-4c4806f310d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6a544b1-d596-4167-8c91-c12f7b8716e4 {
  text-align: center;
}




  #s-b6a544b1-d596-4167-8c91-c12f7b8716e4 img.shogun-image {
    
    width: px;
  }


#s-b6a544b1-d596-4167-8c91-c12f7b8716e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c89f32ca-029d-4eeb-91b8-10777f74e6a2 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-c89f32ca-029d-4eeb-91b8-10777f74e6a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

#s-b725b147-98e8-4195-ae2e-ee023f98ad1e {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
}




  #s-b725b147-98e8-4195-ae2e-ee023f98ad1e img.shogun-image {
    
    width: px;
  }


#s-b725b147-98e8-4195-ae2e-ee023f98ad1e .shogun-image-content {
  
    align-items: center;
  
}

#s-af52dcc5-bbf4-4c9c-954a-57bea287e648 {
  text-align: center;
}




  #s-af52dcc5-bbf4-4c9c-954a-57bea287e648 img.shogun-image {
    
    width: px;
  }


#s-af52dcc5-bbf4-4c9c-954a-57bea287e648 .shogun-image-content {
  
    align-items: center;
  
}

#s-1decdd0f-ad48-47ff-aa66-bedd55a0a122 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-1decdd0f-ad48-47ff-aa66-bedd55a0a122"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

#s-6eca5eb5-7807-4359-94fe-c6384d5d0246 {
  text-align: center;
}




  #s-6eca5eb5-7807-4359-94fe-c6384d5d0246 img.shogun-image {
    
    width: px;
  }


#s-6eca5eb5-7807-4359-94fe-c6384d5d0246 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c58a538-8c42-48eb-a8f3-4f0b9acb27c2 {
  text-align: center;
}




  #s-3c58a538-8c42-48eb-a8f3-4f0b9acb27c2 img.shogun-image {
    
    width: px;
  }


#s-3c58a538-8c42-48eb-a8f3-4f0b9acb27c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7961863-bef7-4b7c-9f84-eae054d333ec {
  border-style: solid;
margin-top: 2px;
margin-left: 2px;
margin-bottom: 25px;
margin-right: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(130, 130, 130, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
}








#s-e7961863-bef7-4b7c-9f84-eae054d333ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7961863-bef7-4b7c-9f84-eae054d333ec.shg-box.shg-c {
  justify-content: center;
}

#s-c58a3e0d-7c78-45a2-bd5e-f3172b840022 {
  margin-top: 14px;
margin-left: 14px;
margin-bottom: 14px;
margin-right: 14px;
min-height: 50px;
}








#s-c58a3e0d-7c78-45a2-bd5e-f3172b840022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c58a3e0d-7c78-45a2-bd5e-f3172b840022.shg-box.shg-c {
  justify-content: center;
}

#s-a02dde5c-b2b3-4e8c-8a5c-fcfbaa6c9189 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}





#s-a02dde5c-b2b3-4e8c-8a5c-fcfbaa6c9189 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffc37222-1f2d-4ae8-8b18-d858adb47e93 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-ffc37222-1f2d-4ae8-8b18-d858adb47e93"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

#s-b2783e65-f66a-4fe8-801c-7866874e80ab {
  text-align: center;
}




  #s-b2783e65-f66a-4fe8-801c-7866874e80ab img.shogun-image {
    
    width: px;
  }


#s-b2783e65-f66a-4fe8-801c-7866874e80ab .shogun-image-content {
  
    align-items: center;
  
}

#s-a5c290ad-914b-4363-8890-50a81866587d {
  text-align: center;
}




  #s-a5c290ad-914b-4363-8890-50a81866587d img.shogun-image {
    
    width: px;
  }


#s-a5c290ad-914b-4363-8890-50a81866587d .shogun-image-content {
  
    align-items: center;
  
}

#s-2a279c82-8d7e-4050-b21d-5da00451edcb {
  text-align: center;
}




  #s-2a279c82-8d7e-4050-b21d-5da00451edcb img.shogun-image {
    
    width: px;
  }


#s-2a279c82-8d7e-4050-b21d-5da00451edcb .shogun-image-content {
  
    align-items: center;
  
}

#s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-0422f3e4-bbfa-4aa5-8a4c-8d808bf41b48"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

#s-0ec44128-afcd-4ad6-8a11-412d04301d2d {
  text-align: center;
}




  #s-0ec44128-afcd-4ad6-8a11-412d04301d2d img.shogun-image {
    
    width: px;
  }


#s-0ec44128-afcd-4ad6-8a11-412d04301d2d .shogun-image-content {
  
    align-items: center;
  
}

#s-1ad77bef-37f1-4b04-9b47-c62f0f4cb948 {
  text-align: center;
}




  #s-1ad77bef-37f1-4b04-9b47-c62f0f4cb948 img.shogun-image {
    
    width: px;
  }


#s-1ad77bef-37f1-4b04-9b47-c62f0f4cb948 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac0e1357-b97e-4591-b5b4-c09fc643de15 {
  border-style: solid;
margin-top: 2px;
margin-left: 2px;
margin-bottom: 25px;
margin-right: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(130, 130, 130, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
}








#s-ac0e1357-b97e-4591-b5b4-c09fc643de15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac0e1357-b97e-4591-b5b4-c09fc643de15.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-b969b832-ae59-40bf-ad8d-b50eb015ab67 {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(126, 126, 126, 1);
border-style: solid;
border-radius: 4px;
min-height: 400px;
max-width: 950px;
}

#s-83270857-81b6-448f-bae1-fefe9ae5312f {
  text-align: center;
}




  #s-83270857-81b6-448f-bae1-fefe9ae5312f img.shogun-image {
    
    width: px;
  }


#s-83270857-81b6-448f-bae1-fefe9ae5312f .shogun-image-content {
  
    align-items: center;
  
}

#s-d6155af0-5a86-40e9-a838-859f5f61cc0c {
  text-align: center;
}





#s-d6155af0-5a86-40e9-a838-859f5f61cc0c .shogun-image-content {
  
    align-items: center;
  
}

#s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf {
  max-width: 950px;
}

@media (min-width: 0px) {
[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-6b5c1fd2-0fb6-4cce-bebd-57a25b8191cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

#s-c6a80fe8-94b4-4c4f-ae05-e7c368406030 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-c6a80fe8-94b4-4c4f-ae05-e7c368406030 {
  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: 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-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 {
  text-align: left;
}


.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 {
  max-width: 100%;
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 .shg-image-zoom,
.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 {
  max-width: 100%;
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 .shg-image-zoom,
.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 {
  max-width: 100%;
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 .shg-image-zoom,
.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 {
  max-width: 100%;
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 .shg-image-zoom,
.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 {
  max-width: 100%;
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 .shg-image-zoom,
.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-3bbe018d-024f-40dd-adc1-d99a78a7e3a9 .shg-image-zoom {
  
    margin-left: 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-ab04f863-7c99-41c8-88e4-f6164153f2e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-ab04f863-7c99-41c8-88e4-f6164153f2e7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 8px;
}

#s-f2240e1d-ae66-4e5d-b137-e843a980c147 {
  text-align: center;
}

#s-f2240e1d-ae66-4e5d-b137-e843a980c147 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 12px;
}

#s-f2240e1d-ae66-4e5d-b137-e843a980c147 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-f2240e1d-ae66-4e5d-b137-e843a980c147 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.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-e05a3c0a-fbe2-49ba-9b3b-aac6aee72910 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-e05a3c0a-fbe2-49ba-9b3b-aac6aee72910:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e05a3c0a-fbe2-49ba-9b3b-aac6aee72910:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e05a3c0a-fbe2-49ba-9b3b-aac6aee72910 {
  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-e05a3c0a-fbe2-49ba-9b3b-aac6aee72910.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e05a3c0a-fbe2-49ba-9b3b-aac6aee72910.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e05a3c0a-fbe2-49ba-9b3b-aac6aee72910.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e05a3c0a-fbe2-49ba-9b3b-aac6aee72910.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-78fc6d5d-8d3d-4aa4-b9bc-137a4a79ef65 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-78fc6d5d-8d3d-4aa4-b9bc-137a4a79ef65 {
  display: none;
}
#s-1a467229-5839-43f7-b24e-f5099ca60f2d {
  text-align: left;
}


.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d {
  max-width: 100%;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d .shg-image-zoom,
.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d {
  max-width: 100%;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d .shg-image-zoom,
.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d {
  max-width: 100%;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d .shg-image-zoom,
.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d {
  max-width: 100%;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d .shg-image-zoom,
.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d {
  max-width: 100%;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d .shg-image-zoom,
.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a467229-5839-43f7-b24e-f5099ca60f2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-43b3f609-9fdd-4910-8a16-d6032e3fee97 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-43b3f609-9fdd-4910-8a16-d6032e3fee97 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 8px;
}

#s-3d287c99-0332-4e04-87e3-d89c972ed9ef {
  text-align: center;
}

#s-3d287c99-0332-4e04-87e3-d89c972ed9ef .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 12px;
}

#s-3d287c99-0332-4e04-87e3-d89c972ed9ef .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-3d287c99-0332-4e04-87e3-d89c972ed9ef .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-28fcafba-8d4a-4818-9401-e42998f474b5 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-28fcafba-8d4a-4818-9401-e42998f474b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28fcafba-8d4a-4818-9401-e42998f474b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-28fcafba-8d4a-4818-9401-e42998f474b5 {
  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-28fcafba-8d4a-4818-9401-e42998f474b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28fcafba-8d4a-4818-9401-e42998f474b5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-28fcafba-8d4a-4818-9401-e42998f474b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-28fcafba-8d4a-4818-9401-e42998f474b5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8f0624af-ca30-419c-beb8-270095704f03 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-8f0624af-ca30-419c-beb8-270095704f03 {
  display: none;
}
#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 {
  text-align: left;
}


.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 {
  max-width: 100%;
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 .shg-image-zoom,
.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 {
  max-width: 100%;
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 .shg-image-zoom,
.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 {
  max-width: 100%;
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 .shg-image-zoom,
.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 {
  max-width: 100%;
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 .shg-image-zoom,
.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 {
  max-width: 100%;
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 .shg-image-zoom,
.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-6d1319c3-b3ef-4c31-9e3c-8b7703b30730 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-082b81df-6d47-4ee6-b54f-e4f361779231 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-082b81df-6d47-4ee6-b54f-e4f361779231 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 8px;
}

#s-3ce1e905-9fcb-4612-8504-ef01cd11e248 {
  text-align: center;
}

#s-3ce1e905-9fcb-4612-8504-ef01cd11e248 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 12px;
}

#s-3ce1e905-9fcb-4612-8504-ef01cd11e248 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-3ce1e905-9fcb-4612-8504-ef01cd11e248 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-57370c54-da80-4880-9d57-ea20c853fc03 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-57370c54-da80-4880-9d57-ea20c853fc03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57370c54-da80-4880-9d57-ea20c853fc03:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-57370c54-da80-4880-9d57-ea20c853fc03 {
  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-57370c54-da80-4880-9d57-ea20c853fc03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57370c54-da80-4880-9d57-ea20c853fc03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-57370c54-da80-4880-9d57-ea20c853fc03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-57370c54-da80-4880-9d57-ea20c853fc03.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cbac4086-9555-4048-9424-45e19f46fae9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-cbac4086-9555-4048-9424-45e19f46fae9 {
  display: none;
}
#s-ab0120f8-3739-4eee-a781-c5f48580bff1 {
  text-align: left;
}


.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 {
  max-width: 100%;
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 .shg-image-zoom,
.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 {
  max-width: 100%;
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 .shg-image-zoom,
.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 {
  max-width: 100%;
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 .shg-image-zoom,
.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 {
  max-width: 100%;
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 .shg-image-zoom,
.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 {
  max-width: 100%;
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 .shg-image-zoom,
.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-ab0120f8-3739-4eee-a781-c5f48580bff1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5dabc94b-ffd3-4718-878f-511e5930732e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-5dabc94b-ffd3-4718-878f-511e5930732e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 8px;
}

#s-73e55284-192f-43cc-85bc-426f4f0007a3 {
  text-align: center;
}

#s-73e55284-192f-43cc-85bc-426f4f0007a3 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 12px;
}

#s-73e55284-192f-43cc-85bc-426f4f0007a3 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-73e55284-192f-43cc-85bc-426f4f0007a3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b38c3bcd-b941-4a59-a9c8-bce9e145b570 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-b38c3bcd-b941-4a59-a9c8-bce9e145b570:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b38c3bcd-b941-4a59-a9c8-bce9e145b570:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b38c3bcd-b941-4a59-a9c8-bce9e145b570 {
  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-b38c3bcd-b941-4a59-a9c8-bce9e145b570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b38c3bcd-b941-4a59-a9c8-bce9e145b570.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b38c3bcd-b941-4a59-a9c8-bce9e145b570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b38c3bcd-b941-4a59-a9c8-bce9e145b570.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c {
  min-height: 200px;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-c4e4a7c1-e6ec-488c-a50d-055c0b58c73c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

#s-eedbd3cf-3613-459e-9cc9-be23b1a8cb7a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-eedbd3cf-3613-459e-9cc9-be23b1a8cb7a {
  display: none;
}
#s-6553b245-4ce4-4237-82bf-30098c13ac03 {
  text-align: left;
}


.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 {
  max-width: 100%;
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 .shg-image-zoom,
.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 {
  max-width: 100%;
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 .shg-image-zoom,
.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 {
  max-width: 100%;
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 .shg-image-zoom,
.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 {
  max-width: 100%;
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 .shg-image-zoom,
.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 {
  max-width: 100%;
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 .shg-image-zoom,
.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-6553b245-4ce4-4237-82bf-30098c13ac03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c4be0d2d-4042-49b1-a805-9b075a7bacd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-c4be0d2d-4042-49b1-a805-9b075a7bacd1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-01105ac2-79bc-4544-83c2-369195d21372 {
  text-align: center;
}

#s-01105ac2-79bc-4544-83c2-369195d21372 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 12px;
}

#s-01105ac2-79bc-4544-83c2-369195d21372 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-01105ac2-79bc-4544-83c2-369195d21372 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-da4a06f5-9576-4a2d-b669-7166749a6e23 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-da4a06f5-9576-4a2d-b669-7166749a6e23:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da4a06f5-9576-4a2d-b669-7166749a6e23:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da4a06f5-9576-4a2d-b669-7166749a6e23 {
  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-da4a06f5-9576-4a2d-b669-7166749a6e23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da4a06f5-9576-4a2d-b669-7166749a6e23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-da4a06f5-9576-4a2d-b669-7166749a6e23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-da4a06f5-9576-4a2d-b669-7166749a6e23.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b47bee67-5def-4541-835a-feb13cc35557 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-b47bee67-5def-4541-835a-feb13cc35557 {
  display: none;
}
#s-050339ec-be58-4951-9d1e-3cfd100e15b6 {
  text-align: left;
}


.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 {
  max-width: 100%;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 .shg-image-zoom,
.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 {
  max-width: 100%;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 .shg-image-zoom,
.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 {
  max-width: 100%;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 .shg-image-zoom,
.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 {
  max-width: 100%;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 .shg-image-zoom,
.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 {
  max-width: 100%;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 .shg-image-zoom,
.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-050339ec-be58-4951-9d1e-3cfd100e15b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-077df4f8-8c68-42a4-85f9-ed7852571b9c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-077df4f8-8c68-42a4-85f9-ed7852571b9c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-1cae04a0-a817-4d2d-8b37-c140f876c61d {
  text-align: center;
}

#s-1cae04a0-a817-4d2d-8b37-c140f876c61d .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 12px;
}

#s-1cae04a0-a817-4d2d-8b37-c140f876c61d .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-1cae04a0-a817-4d2d-8b37-c140f876c61d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fcd46035-b634-4a36-b77a-d0e1d4bbec7b {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-fcd46035-b634-4a36-b77a-d0e1d4bbec7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fcd46035-b634-4a36-b77a-d0e1d4bbec7b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fcd46035-b634-4a36-b77a-d0e1d4bbec7b {
  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-fcd46035-b634-4a36-b77a-d0e1d4bbec7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fcd46035-b634-4a36-b77a-d0e1d4bbec7b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fcd46035-b634-4a36-b77a-d0e1d4bbec7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fcd46035-b634-4a36-b77a-d0e1d4bbec7b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5f7788ed-1375-4602-8d40-92591af6fa7a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-5f7788ed-1375-4602-8d40-92591af6fa7a {
  display: none;
}
#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 {
  text-align: left;
}


.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 {
  max-width: 100%;
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 .shg-image-zoom,
.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 {
  max-width: 100%;
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 .shg-image-zoom,
.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 {
  max-width: 100%;
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 .shg-image-zoom,
.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 {
  max-width: 100%;
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 .shg-image-zoom,
.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 {
  max-width: 100%;
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 .shg-image-zoom,
.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-bbb4156f-29fb-46b4-bf2d-8b15df65b006 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-af14d05e-294b-4a39-ae54-70188381b715 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-af14d05e-294b-4a39-ae54-70188381b715 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-2682b114-fa61-41b1-8ff0-aa11b662aa9d {
  text-align: center;
}

#s-2682b114-fa61-41b1-8ff0-aa11b662aa9d .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 12px;
}

#s-2682b114-fa61-41b1-8ff0-aa11b662aa9d .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-2682b114-fa61-41b1-8ff0-aa11b662aa9d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-15106837-f399-454b-bcab-bc0a908d9f92 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-15106837-f399-454b-bcab-bc0a908d9f92:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15106837-f399-454b-bcab-bc0a908d9f92:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-15106837-f399-454b-bcab-bc0a908d9f92 {
  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-15106837-f399-454b-bcab-bc0a908d9f92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15106837-f399-454b-bcab-bc0a908d9f92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-15106837-f399-454b-bcab-bc0a908d9f92.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-15106837-f399-454b-bcab-bc0a908d9f92.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-71cc2548-1066-4b36-8911-525931cc72b8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-71cc2548-1066-4b36-8911-525931cc72b8 {
  display: none;
}
#s-99569c81-be43-42af-8d98-f29944bb83bc {
  text-align: left;
}


.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc {
  max-width: 100%;
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc .shg-image-zoom,
.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc {
  max-width: 100%;
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc .shg-image-zoom,
.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc {
  max-width: 100%;
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc .shg-image-zoom,
.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc {
  max-width: 100%;
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc .shg-image-zoom,
.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc {
  max-width: 100%;
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc .shg-image-zoom,
.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-99569c81-be43-42af-8d98-f29944bb83bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6a2fcb7b-9dd0-4a4b-a767-37e758ce2097 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-6a2fcb7b-9dd0-4a4b-a767-37e758ce2097 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-6b5bdfec-9568-4989-b3d8-db4bea31a249 {
  text-align: center;
}

#s-6b5bdfec-9568-4989-b3d8-db4bea31a249 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 12px;
}

#s-6b5bdfec-9568-4989-b3d8-db4bea31a249 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-6b5bdfec-9568-4989-b3d8-db4bea31a249 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5869476f-fc4f-4a63-b3b2-61b69652a00d {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-5869476f-fc4f-4a63-b3b2-61b69652a00d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5869476f-fc4f-4a63-b3b2-61b69652a00d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5869476f-fc4f-4a63-b3b2-61b69652a00d {
  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-5869476f-fc4f-4a63-b3b2-61b69652a00d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5869476f-fc4f-4a63-b3b2-61b69652a00d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5869476f-fc4f-4a63-b3b2-61b69652a00d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5869476f-fc4f-4a63-b3b2-61b69652a00d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f {
  max-width: 950px;
}

@media (min-width: 0px) {
[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-74f071d1-2f6c-4e4a-acc4-09e541c3c09f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

#s-767eba96-1a1c-47b3-8021-ea1b8c694058 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 100px;
max-width: 230px;
}

#s-767eba96-1a1c-47b3-8021-ea1b8c694058 {
  display: none;
}
#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 {
  max-width: 100%;
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 .shg-image-zoom,
.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 {
  max-width: 100%;
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 .shg-image-zoom,
.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 {
  max-width: 100%;
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 .shg-image-zoom,
.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 {
  max-width: 100%;
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 .shg-image-zoom,
.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 {
  max-width: 100%;
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 .shg-image-zoom,
.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e8e02c7f-8f59-4bd6-9d22-fd1b76997841 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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: pointer;
  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-ad94c4f7-630c-4ac4-906e-26eb3c530f2a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d75ca5b3-78de-4e8c-b76f-adc5a149684e {
  margin-bottom: 10px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d75ca5b3-78de-4e8c-b76f-adc5a149684e .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-d75ca5b3-78de-4e8c-b76f-adc5a149684e .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d75ca5b3-78de-4e8c-b76f-adc5a149684e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-3ec45bcf-f3a9-470d-905d-9a4c2eeeb501 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-3ec45bcf-f3a9-470d-905d-9a4c2eeeb501:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ec45bcf-f3a9-470d-905d-9a4c2eeeb501:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ec45bcf-f3a9-470d-905d-9a4c2eeeb501 {
  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-3ec45bcf-f3a9-470d-905d-9a4c2eeeb501.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ec45bcf-f3a9-470d-905d-9a4c2eeeb501.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3ec45bcf-f3a9-470d-905d-9a4c2eeeb501.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3ec45bcf-f3a9-470d-905d-9a4c2eeeb501.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-45208be2-a38f-4d4c-bfe6-a7b2bece5883 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-45208be2-a38f-4d4c-bfe6-a7b2bece5883 {
  display: none;
}
#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 {
  max-width: 100%;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 .shg-image-zoom,
.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 {
  max-width: 100%;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 .shg-image-zoom,
.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 {
  max-width: 100%;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 .shg-image-zoom,
.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 {
  max-width: 100%;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 .shg-image-zoom,
.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 {
  max-width: 100%;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 .shg-image-zoom,
.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-0c904a2a-a157-4dc0-83e0-6fd84cd448c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8fe5dcfe-f0e6-4642-9ccf-032bcadf7d77 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c888a68d-e684-4fba-adc5-f6a0fdaf7968 {
  margin-bottom: 10px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c888a68d-e684-4fba-adc5-f6a0fdaf7968 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 14px;
}

#s-c888a68d-e684-4fba-adc5-f6a0fdaf7968 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c888a68d-e684-4fba-adc5-f6a0fdaf7968 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-91242149-8143-42aa-bf0b-5e262b8edba8 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-91242149-8143-42aa-bf0b-5e262b8edba8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-91242149-8143-42aa-bf0b-5e262b8edba8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-91242149-8143-42aa-bf0b-5e262b8edba8 {
  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-91242149-8143-42aa-bf0b-5e262b8edba8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91242149-8143-42aa-bf0b-5e262b8edba8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-91242149-8143-42aa-bf0b-5e262b8edba8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-91242149-8143-42aa-bf0b-5e262b8edba8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f16dfafc-397a-4b46-9524-a51ee0159b01 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-f16dfafc-397a-4b46-9524-a51ee0159b01 {
  display: none;
}
#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f {
  max-width: 100%;
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f .shg-image-zoom,
.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f {
  max-width: 100%;
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f .shg-image-zoom,
.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f {
  max-width: 100%;
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f .shg-image-zoom,
.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f {
  max-width: 100%;
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f .shg-image-zoom,
.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f {
  max-width: 100%;
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f .shg-image-zoom,
.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-4cbfb0b4-9984-4d7f-a816-3daf1ff23e7f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-54995bfa-9237-4d04-ae49-b914125b7bf9 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1cd4f8b1-2131-43cd-bb95-1c880e5a402f {
  margin-bottom: 10px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1cd4f8b1-2131-43cd-bb95-1c880e5a402f .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-1cd4f8b1-2131-43cd-bb95-1c880e5a402f .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1cd4f8b1-2131-43cd-bb95-1c880e5a402f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-e521c592-463b-49df-a4c6-91517b8c5a21 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-e521c592-463b-49df-a4c6-91517b8c5a21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e521c592-463b-49df-a4c6-91517b8c5a21:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e521c592-463b-49df-a4c6-91517b8c5a21 {
  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-e521c592-463b-49df-a4c6-91517b8c5a21.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e521c592-463b-49df-a4c6-91517b8c5a21.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-e521c592-463b-49df-a4c6-91517b8c5a21.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e521c592-463b-49df-a4c6-91517b8c5a21.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1b3bac00-864f-47d6-8685-248f61098bbf {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-1b3bac00-864f-47d6-8685-248f61098bbf {
  display: none;
}
#s-358a755a-186f-4f32-a7ea-50fa191bd03c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c {
  max-width: 100%;
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c .shg-image-zoom,
.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c {
  max-width: 100%;
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c .shg-image-zoom,
.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c {
  max-width: 100%;
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c .shg-image-zoom,
.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c {
  max-width: 100%;
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c .shg-image-zoom,
.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c {
  max-width: 100%;
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c .shg-image-zoom,
.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-358a755a-186f-4f32-a7ea-50fa191bd03c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-68ae42d3-8e64-41b4-9998-8d4e74ad785b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3e9ccca5-5ea2-4302-9368-0b2cd38e1bfe {
  margin-bottom: 10px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3e9ccca5-5ea2-4302-9368-0b2cd38e1bfe .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-3e9ccca5-5ea2-4302-9368-0b2cd38e1bfe .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3e9ccca5-5ea2-4302-9368-0b2cd38e1bfe .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-1314dea0-a148-444f-a602-cc5fc5d75d98 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-1314dea0-a148-444f-a602-cc5fc5d75d98:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1314dea0-a148-444f-a602-cc5fc5d75d98:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1314dea0-a148-444f-a602-cc5fc5d75d98 {
  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-1314dea0-a148-444f-a602-cc5fc5d75d98.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1314dea0-a148-444f-a602-cc5fc5d75d98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-1314dea0-a148-444f-a602-cc5fc5d75d98.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1314dea0-a148-444f-a602-cc5fc5d75d98.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3 {
  min-height: 200px;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-3ea85e29-d13d-4158-9ad2-ae1a8a235cb3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

#s-c179ce8d-39b8-4ffe-950e-3ad395dabf50 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-c179ce8d-39b8-4ffe-950e-3ad395dabf50 {
  display: none;
}
#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 {
  max-width: 100%;
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 .shg-image-zoom,
.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 {
  max-width: 100%;
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 .shg-image-zoom,
.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 {
  max-width: 100%;
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 .shg-image-zoom,
.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 {
  max-width: 100%;
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 .shg-image-zoom,
.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 {
  max-width: 100%;
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 .shg-image-zoom,
.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-ca76a56d-8a9d-4273-8f65-4bf6185e1122 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ba2b8ffd-925a-4274-b52d-023eb01d3ef6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-96ec6540-33c9-41b7-8426-646fe022d795 {
  margin-bottom: 10px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(254, 254, 254, 1);
}

#s-96ec6540-33c9-41b7-8426-646fe022d795 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-96ec6540-33c9-41b7-8426-646fe022d795 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-96ec6540-33c9-41b7-8426-646fe022d795 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-4cc42ca4-75f4-432f-a50d-11da45a21fd2 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-4cc42ca4-75f4-432f-a50d-11da45a21fd2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4cc42ca4-75f4-432f-a50d-11da45a21fd2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4cc42ca4-75f4-432f-a50d-11da45a21fd2 {
  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-4cc42ca4-75f4-432f-a50d-11da45a21fd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4cc42ca4-75f4-432f-a50d-11da45a21fd2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-4cc42ca4-75f4-432f-a50d-11da45a21fd2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4cc42ca4-75f4-432f-a50d-11da45a21fd2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-11ea3bad-9957-47a2-abc7-7cd9a126efef {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-11ea3bad-9957-47a2-abc7-7cd9a126efef {
  display: none;
}
#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac {
  max-width: 100%;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac .shg-image-zoom,
.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac {
  max-width: 100%;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac .shg-image-zoom,
.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac {
  max-width: 100%;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac .shg-image-zoom,
.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac {
  max-width: 100%;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac .shg-image-zoom,
.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac {
  max-width: 100%;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac .shg-image-zoom,
.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-0dd09c4c-03ef-4824-9d57-e9fbfed5efac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8bc3b2b9-5ac8-4e7b-8245-b27fa300babd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6538cf1a-5625-4f5d-b4fc-b3e4676f47c4 {
  margin-bottom: 10px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-6538cf1a-5625-4f5d-b4fc-b3e4676f47c4 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 14px;
}

#s-6538cf1a-5625-4f5d-b4fc-b3e4676f47c4 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6538cf1a-5625-4f5d-b4fc-b3e4676f47c4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-796a224e-a52f-493f-92d1-4cf8b2a12f0c {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-796a224e-a52f-493f-92d1-4cf8b2a12f0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-796a224e-a52f-493f-92d1-4cf8b2a12f0c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-796a224e-a52f-493f-92d1-4cf8b2a12f0c {
  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-796a224e-a52f-493f-92d1-4cf8b2a12f0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-796a224e-a52f-493f-92d1-4cf8b2a12f0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-796a224e-a52f-493f-92d1-4cf8b2a12f0c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-796a224e-a52f-493f-92d1-4cf8b2a12f0c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-daeec3c4-a394-4390-9a71-bbf68ae05c1d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-daeec3c4-a394-4390-9a71-bbf68ae05c1d {
  display: none;
}
#s-7530c516-ccfc-431d-a267-729507a7488b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b {
  max-width: 100%;
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b .shg-image-zoom,
.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b {
  max-width: 100%;
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b .shg-image-zoom,
.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b {
  max-width: 100%;
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b .shg-image-zoom,
.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b {
  max-width: 100%;
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b .shg-image-zoom,
.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b {
  max-width: 100%;
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b .shg-image-zoom,
.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-7530c516-ccfc-431d-a267-729507a7488b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-90052a17-ac2d-4d2b-bbd2-4b140207b5f3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-496ae759-59f5-47a4-b513-3ddd6d941739 {
  margin-bottom: 10px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-496ae759-59f5-47a4-b513-3ddd6d941739 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-496ae759-59f5-47a4-b513-3ddd6d941739 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-496ae759-59f5-47a4-b513-3ddd6d941739 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-52b35c8f-12da-49c5-9409-4d348f8f01a6 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-52b35c8f-12da-49c5-9409-4d348f8f01a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52b35c8f-12da-49c5-9409-4d348f8f01a6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-52b35c8f-12da-49c5-9409-4d348f8f01a6 {
  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-52b35c8f-12da-49c5-9409-4d348f8f01a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52b35c8f-12da-49c5-9409-4d348f8f01a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-52b35c8f-12da-49c5-9409-4d348f8f01a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-52b35c8f-12da-49c5-9409-4d348f8f01a6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-765a6903-e56c-409b-b9f7-8163f4fea09f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-765a6903-e56c-409b-b9f7-8163f4fea09f {
  display: none;
}
#s-e910a547-9ff7-48d0-a364-c35a60d21517 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 {
  max-width: 100%;
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 .shg-image-zoom,
.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 {
  max-width: 100%;
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 .shg-image-zoom,
.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 {
  max-width: 100%;
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 .shg-image-zoom,
.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 {
  max-width: 100%;
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 .shg-image-zoom,
.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 {
  max-width: 100%;
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 .shg-image-zoom,
.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-e910a547-9ff7-48d0-a364-c35a60d21517 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9c579e4f-ce2f-42d1-9ac9-d42500d0fa16 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6db82f0c-eda7-47bf-99ab-554ca1a9a26f {
  margin-bottom: 10px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(254, 254, 254, 1);
}

#s-6db82f0c-eda7-47bf-99ab-554ca1a9a26f .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-6db82f0c-eda7-47bf-99ab-554ca1a9a26f .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6db82f0c-eda7-47bf-99ab-554ca1a9a26f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-0d6fc444-5b4d-4865-bd2c-d7b24f0eec4e {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-0d6fc444-5b4d-4865-bd2c-d7b24f0eec4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d6fc444-5b4d-4865-bd2c-d7b24f0eec4e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0d6fc444-5b4d-4865-bd2c-d7b24f0eec4e {
  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-0d6fc444-5b4d-4865-bd2c-d7b24f0eec4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d6fc444-5b4d-4865-bd2c-d7b24f0eec4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0d6fc444-5b4d-4865-bd2c-d7b24f0eec4e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0d6fc444-5b4d-4865-bd2c-d7b24f0eec4e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e7fa01ae-36ea-47f6-86b5-5fb59582e8cb {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(130, 130, 130, 1);
border-style: solid;
border-radius: 5px;
min-height: 400px;
max-width: 950px;
}

#s-0f9bd812-e251-45d2-b9a0-c4685b49b288 {
  text-align: center;
}




  #s-0f9bd812-e251-45d2-b9a0-c4685b49b288 img.shogun-image {
    
    width: px;
  }


#s-0f9bd812-e251-45d2-b9a0-c4685b49b288 .shogun-image-content {
  
    align-items: center;
  
}

#s-792205a6-e0f4-4ff4-b544-c187f8a7b29b {
  text-align: center;
}




  #s-792205a6-e0f4-4ff4-b544-c187f8a7b29b img.shogun-image {
    
    width: px;
  }


#s-792205a6-e0f4-4ff4-b544-c187f8a7b29b .shogun-image-content {
  
    align-items: center;
  
}

#s-a9d1acf1-d0fe-4a0f-9982-a2374dfce5f1 {
  text-align: center;
}





#s-a9d1acf1-d0fe-4a0f-9982-a2374dfce5f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661 {
  max-width: 950px;
}

@media (min-width: 0px) {
[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-dad1b0b8-f0b6-4bdd-abdc-5dbb66e3e661"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

#s-2d5e2993-89de-4823-aedc-57352b376791 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-2d5e2993-89de-4823-aedc-57352b376791 {
  display: none;
}
#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 {
  text-align: left;
}


.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 {
  max-width: 100%;
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 .shg-image-zoom,
.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 {
  max-width: 100%;
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 .shg-image-zoom,
.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 {
  max-width: 100%;
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 .shg-image-zoom,
.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 {
  max-width: 100%;
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 .shg-image-zoom,
.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 {
  max-width: 100%;
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 .shg-image-zoom,
.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-a79c01b8-a66e-46fb-aeb1-089ee905afa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4246878d-aa7b-4938-a4e6-870fa0cf49d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-4246878d-aa7b-4938-a4e6-870fa0cf49d6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 8px;
}

#s-0be30b1c-bece-494a-b85f-a9188dc9e1af {
  text-align: center;
}

#s-0be30b1c-bece-494a-b85f-a9188dc9e1af .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 12px;
}

#s-0be30b1c-bece-494a-b85f-a9188dc9e1af .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-0be30b1c-bece-494a-b85f-a9188dc9e1af .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e3af103a-a61a-4e0d-8c5d-79201c076c7a {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-e3af103a-a61a-4e0d-8c5d-79201c076c7a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e3af103a-a61a-4e0d-8c5d-79201c076c7a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e3af103a-a61a-4e0d-8c5d-79201c076c7a {
  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-e3af103a-a61a-4e0d-8c5d-79201c076c7a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3af103a-a61a-4e0d-8c5d-79201c076c7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e3af103a-a61a-4e0d-8c5d-79201c076c7a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e3af103a-a61a-4e0d-8c5d-79201c076c7a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7e66cdf3-eb0e-4087-b4d1-adb18064057d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-7e66cdf3-eb0e-4087-b4d1-adb18064057d {
  display: none;
}
#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c {
  text-align: left;
}


.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c {
  max-width: 100%;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c .shg-image-zoom,
.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c {
  max-width: 100%;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c .shg-image-zoom,
.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c {
  max-width: 100%;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c .shg-image-zoom,
.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c {
  max-width: 100%;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c .shg-image-zoom,
.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c {
  max-width: 100%;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c .shg-image-zoom,
.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-710e2f6f-f0b4-4124-a600-bd9107b9e02c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-75dcf016-e704-40af-9d18-e00cf3c880b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-75dcf016-e704-40af-9d18-e00cf3c880b4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 8px;
}

#s-4dad1e49-0606-4b45-8f28-60600a01f255 {
  text-align: center;
}

#s-4dad1e49-0606-4b45-8f28-60600a01f255 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 12px;
}

#s-4dad1e49-0606-4b45-8f28-60600a01f255 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-4dad1e49-0606-4b45-8f28-60600a01f255 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5fc60625-1fcc-4f81-b5d8-d4fe8a970cf9 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-5fc60625-1fcc-4f81-b5d8-d4fe8a970cf9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5fc60625-1fcc-4f81-b5d8-d4fe8a970cf9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5fc60625-1fcc-4f81-b5d8-d4fe8a970cf9 {
  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-5fc60625-1fcc-4f81-b5d8-d4fe8a970cf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fc60625-1fcc-4f81-b5d8-d4fe8a970cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5fc60625-1fcc-4f81-b5d8-d4fe8a970cf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5fc60625-1fcc-4f81-b5d8-d4fe8a970cf9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1a6de136-fdb9-4cc9-8964-42e17efc725f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-1a6de136-fdb9-4cc9-8964-42e17efc725f {
  display: none;
}
#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 {
  text-align: left;
}


.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 {
  max-width: 100%;
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 .shg-image-zoom,
.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 {
  max-width: 100%;
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 .shg-image-zoom,
.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 {
  max-width: 100%;
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 .shg-image-zoom,
.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 {
  max-width: 100%;
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 .shg-image-zoom,
.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 {
  max-width: 100%;
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 .shg-image-zoom,
.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-5de13f19-546d-415b-8fca-3b4a9b3c36f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-682c3446-f7bc-494f-89fb-15fb555c42b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-682c3446-f7bc-494f-89fb-15fb555c42b3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 8px;
}

#s-e0fe8efd-c70b-4aba-b6af-1ba1230810da {
  text-align: center;
}

#s-e0fe8efd-c70b-4aba-b6af-1ba1230810da .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 12px;
}

#s-e0fe8efd-c70b-4aba-b6af-1ba1230810da .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-e0fe8efd-c70b-4aba-b6af-1ba1230810da .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9bd685ef-380a-4189-9f2b-fb5e0679c12d {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-9bd685ef-380a-4189-9f2b-fb5e0679c12d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9bd685ef-380a-4189-9f2b-fb5e0679c12d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9bd685ef-380a-4189-9f2b-fb5e0679c12d {
  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-9bd685ef-380a-4189-9f2b-fb5e0679c12d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9bd685ef-380a-4189-9f2b-fb5e0679c12d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9bd685ef-380a-4189-9f2b-fb5e0679c12d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9bd685ef-380a-4189-9f2b-fb5e0679c12d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3f2a0126-395b-4b2f-85c3-6d9b7ff6d41a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-3f2a0126-395b-4b2f-85c3-6d9b7ff6d41a {
  display: none;
}
#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 {
  text-align: left;
}


.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 {
  max-width: 100%;
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 .shg-image-zoom,
.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 {
  max-width: 100%;
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 .shg-image-zoom,
.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 {
  max-width: 100%;
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 .shg-image-zoom,
.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 {
  max-width: 100%;
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 .shg-image-zoom,
.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 {
  max-width: 100%;
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 .shg-image-zoom,
.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-a0f66a81-fd36-42e9-bea8-b2cf78eed186 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6caae23e-4008-4ef6-839b-7d3c42d4c943 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-6caae23e-4008-4ef6-839b-7d3c42d4c943 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 8px;
}

#s-5bb7bef5-c6d0-4a5f-ba85-c6f0f2059da8 {
  text-align: center;
}

#s-5bb7bef5-c6d0-4a5f-ba85-c6f0f2059da8 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 12px;
}

#s-5bb7bef5-c6d0-4a5f-ba85-c6f0f2059da8 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-5bb7bef5-c6d0-4a5f-ba85-c6f0f2059da8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-da283555-09d7-4562-bdb8-9be4276cb51f {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-da283555-09d7-4562-bdb8-9be4276cb51f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da283555-09d7-4562-bdb8-9be4276cb51f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da283555-09d7-4562-bdb8-9be4276cb51f {
  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-da283555-09d7-4562-bdb8-9be4276cb51f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da283555-09d7-4562-bdb8-9be4276cb51f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-da283555-09d7-4562-bdb8-9be4276cb51f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-da283555-09d7-4562-bdb8-9be4276cb51f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-002b2149-3625-40d7-ad6e-ad1b5e83eba6 {
  min-height: 200px;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-002b2149-3625-40d7-ad6e-ad1b5e83eba6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

#s-d4bfda4b-7dd5-47ab-a928-2b47bec48714 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-d4bfda4b-7dd5-47ab-a928-2b47bec48714 {
  display: none;
}
#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 {
  text-align: left;
}


.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 {
  max-width: 100%;
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 .shg-image-zoom,
.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 {
  max-width: 100%;
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 .shg-image-zoom,
.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 {
  max-width: 100%;
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 .shg-image-zoom,
.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 {
  max-width: 100%;
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 .shg-image-zoom,
.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 {
  max-width: 100%;
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 .shg-image-zoom,
.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-017e149b-33ac-4b24-ad9b-d1a2bd3482d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-00333b73-76d4-4555-9b8d-2e82f790a4d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-00333b73-76d4-4555-9b8d-2e82f790a4d6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-ff83cfed-7fa9-48f8-8d1e-ae7bd68177e0 {
  text-align: center;
}

#s-ff83cfed-7fa9-48f8-8d1e-ae7bd68177e0 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 12px;
}

#s-ff83cfed-7fa9-48f8-8d1e-ae7bd68177e0 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-ff83cfed-7fa9-48f8-8d1e-ae7bd68177e0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f42a7300-2ded-4429-8d3d-3d31bd8455d6 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-f42a7300-2ded-4429-8d3d-3d31bd8455d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f42a7300-2ded-4429-8d3d-3d31bd8455d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f42a7300-2ded-4429-8d3d-3d31bd8455d6 {
  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-f42a7300-2ded-4429-8d3d-3d31bd8455d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f42a7300-2ded-4429-8d3d-3d31bd8455d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f42a7300-2ded-4429-8d3d-3d31bd8455d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f42a7300-2ded-4429-8d3d-3d31bd8455d6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-34fca80c-f990-4a51-a920-27413347a7db {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-34fca80c-f990-4a51-a920-27413347a7db {
  display: none;
}
#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 {
  text-align: left;
}


.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 {
  max-width: 100%;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 .shg-image-zoom,
.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 {
  max-width: 100%;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 .shg-image-zoom,
.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 {
  max-width: 100%;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 .shg-image-zoom,
.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 {
  max-width: 100%;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 .shg-image-zoom,
.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 {
  max-width: 100%;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 .shg-image-zoom,
.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fff348ba-eee5-40e0-b9f3-a95f73950f35 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fa5f7b88-e9e6-4354-8fcc-32ffd2e5e447 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-fa5f7b88-e9e6-4354-8fcc-32ffd2e5e447 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-ad9e3c53-6ac3-4160-8bee-d3286cab0368 {
  text-align: center;
}

#s-ad9e3c53-6ac3-4160-8bee-d3286cab0368 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 12px;
}

#s-ad9e3c53-6ac3-4160-8bee-d3286cab0368 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-ad9e3c53-6ac3-4160-8bee-d3286cab0368 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e243f37a-b499-48b9-9d91-fda19553f021 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-e243f37a-b499-48b9-9d91-fda19553f021:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e243f37a-b499-48b9-9d91-fda19553f021:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e243f37a-b499-48b9-9d91-fda19553f021 {
  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-e243f37a-b499-48b9-9d91-fda19553f021.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e243f37a-b499-48b9-9d91-fda19553f021.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e243f37a-b499-48b9-9d91-fda19553f021.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e243f37a-b499-48b9-9d91-fda19553f021.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-de5ab8b9-0fb7-4183-8e53-aeba92de6dfd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-de5ab8b9-0fb7-4183-8e53-aeba92de6dfd {
  display: none;
}
#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 {
  text-align: left;
}


.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 {
  max-width: 100%;
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 .shg-image-zoom,
.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 {
  max-width: 100%;
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 .shg-image-zoom,
.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 {
  max-width: 100%;
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 .shg-image-zoom,
.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 {
  max-width: 100%;
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 .shg-image-zoom,
.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 {
  max-width: 100%;
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 .shg-image-zoom,
.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-1f6bc21e-c4c7-4123-9fab-be1550c02042 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c1b07b73-3ec2-4046-8eca-a3f78cc8754b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-c1b07b73-3ec2-4046-8eca-a3f78cc8754b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-3f52e1c0-5e8a-4af7-8cc9-c6083273e74b {
  text-align: center;
}

#s-3f52e1c0-5e8a-4af7-8cc9-c6083273e74b .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 12px;
}

#s-3f52e1c0-5e8a-4af7-8cc9-c6083273e74b .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-3f52e1c0-5e8a-4af7-8cc9-c6083273e74b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-97c85683-a469-4ff2-afae-74894505a326 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-97c85683-a469-4ff2-afae-74894505a326:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97c85683-a469-4ff2-afae-74894505a326:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97c85683-a469-4ff2-afae-74894505a326 {
  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-97c85683-a469-4ff2-afae-74894505a326.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97c85683-a469-4ff2-afae-74894505a326.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-97c85683-a469-4ff2-afae-74894505a326.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-97c85683-a469-4ff2-afae-74894505a326.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0e3cf61f-992c-4a00-80c5-13b99dcbd7aa {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-0e3cf61f-992c-4a00-80c5-13b99dcbd7aa {
  display: none;
}
#s-3312680e-b3e7-4553-a0eb-635d3101099a {
  text-align: left;
}


.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a {
  max-width: 100%;
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a .shg-image-zoom,
.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a {
  max-width: 100%;
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a .shg-image-zoom,
.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a {
  max-width: 100%;
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a .shg-image-zoom,
.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a {
  max-width: 100%;
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a .shg-image-zoom,
.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a {
  max-width: 100%;
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a .shg-image-zoom,
.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a img.shogun-image {
  max-width: 950px !important;
  
}

.shg-c#s-3312680e-b3e7-4553-a0eb-635d3101099a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6942d123-b5ed-4026-a1b5-725c8dcaa47e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 230px;
text-align: center;
}

#s-6942d123-b5ed-4026-a1b5-725c8dcaa47e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-7038b5bb-a452-4430-a8f6-f6f6488b20d0 {
  text-align: center;
}

#s-7038b5bb-a452-4430-a8f6-f6f6488b20d0 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 12px;
}

#s-7038b5bb-a452-4430-a8f6-f6f6488b20d0 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-7038b5bb-a452-4430-a8f6-f6f6488b20d0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-96988238-6163-4aef-918b-869ea737e8bb {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-96988238-6163-4aef-918b-869ea737e8bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96988238-6163-4aef-918b-869ea737e8bb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96988238-6163-4aef-918b-869ea737e8bb {
  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-96988238-6163-4aef-918b-869ea737e8bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96988238-6163-4aef-918b-869ea737e8bb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-96988238-6163-4aef-918b-869ea737e8bb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-96988238-6163-4aef-918b-869ea737e8bb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-797e0359-64f6-476e-b301-22502e9c4f46 {
  max-width: 950px;
}

@media (min-width: 0px) {
[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-797e0359-64f6-476e-b301-22502e9c4f46"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

#s-5cfe4153-f642-4cb6-8573-cd709373cdd8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-5cfe4153-f642-4cb6-8573-cd709373cdd8 {
  display: none;
}
#s-c4daf83c-0a89-44f1-b367-d22fad050ec6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 100px;
max-width: 230px;
}

#s-c4daf83c-0a89-44f1-b367-d22fad050ec6 {
  display: none;
}
#s-728d7511-1f61-4b5f-912b-f446ff81ff88 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 {
  max-width: 100%;
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 .shg-image-zoom,
.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 {
  max-width: 100%;
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 .shg-image-zoom,
.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 {
  max-width: 100%;
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 .shg-image-zoom,
.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 {
  max-width: 100%;
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 .shg-image-zoom,
.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 {
  max-width: 100%;
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 .shg-image-zoom,
.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-728d7511-1f61-4b5f-912b-f446ff81ff88 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f6eda18a-bcd8-4ab1-8ed0-69a0c89552e5 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-063bfb59-43ff-4aa5-9f1c-f54ba290d6e0 {
  text-align: left;
}

#s-063bfb59-43ff-4aa5-9f1c-f54ba290d6e0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-063bfb59-43ff-4aa5-9f1c-f54ba290d6e0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-063bfb59-43ff-4aa5-9f1c-f54ba290d6e0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-063bfb59-43ff-4aa5-9f1c-f54ba290d6e0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c55692df-5e44-43bc-a853-cfef133438e1 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c55692df-5e44-43bc-a853-cfef133438e1 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-c55692df-5e44-43bc-a853-cfef133438e1 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c55692df-5e44-43bc-a853-cfef133438e1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-174834c0-53ac-4645-b024-7fa731cff4e8 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-174834c0-53ac-4645-b024-7fa731cff4e8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-174834c0-53ac-4645-b024-7fa731cff4e8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-174834c0-53ac-4645-b024-7fa731cff4e8 {
  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-174834c0-53ac-4645-b024-7fa731cff4e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-174834c0-53ac-4645-b024-7fa731cff4e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-174834c0-53ac-4645-b024-7fa731cff4e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-174834c0-53ac-4645-b024-7fa731cff4e8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6b3a1d7a-140e-43b2-a260-e9e44488d12e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-6b3a1d7a-140e-43b2-a260-e9e44488d12e {
  display: none;
}
#s-3c569c1e-21ff-4fee-9dcd-39ef740686e4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 100px;
max-width: 230px;
}

#s-3c569c1e-21ff-4fee-9dcd-39ef740686e4 {
  display: none;
}
#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 {
  max-width: 100%;
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 .shg-image-zoom,
.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 {
  max-width: 100%;
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 .shg-image-zoom,
.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 {
  max-width: 100%;
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 .shg-image-zoom,
.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 {
  max-width: 100%;
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 .shg-image-zoom,
.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 {
  max-width: 100%;
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 .shg-image-zoom,
.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-6fc2fa93-24cf-484a-a957-11887e1f5ab9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8ad58964-3177-4797-b285-1a73f89f13b7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9781a8b1-2255-4019-b3fd-7fc5a6fd6edd {
  text-align: left;
}

#s-9781a8b1-2255-4019-b3fd-7fc5a6fd6edd .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9781a8b1-2255-4019-b3fd-7fc5a6fd6edd .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9781a8b1-2255-4019-b3fd-7fc5a6fd6edd .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9781a8b1-2255-4019-b3fd-7fc5a6fd6edd .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-616e0cf3-6b33-4138-ba00-96eb847a08f7 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-616e0cf3-6b33-4138-ba00-96eb847a08f7 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-616e0cf3-6b33-4138-ba00-96eb847a08f7 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-616e0cf3-6b33-4138-ba00-96eb847a08f7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-304b1097-7398-4bc4-9e08-5f0caa5702b9 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-304b1097-7398-4bc4-9e08-5f0caa5702b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-304b1097-7398-4bc4-9e08-5f0caa5702b9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-304b1097-7398-4bc4-9e08-5f0caa5702b9 {
  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-304b1097-7398-4bc4-9e08-5f0caa5702b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-304b1097-7398-4bc4-9e08-5f0caa5702b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-304b1097-7398-4bc4-9e08-5f0caa5702b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-304b1097-7398-4bc4-9e08-5f0caa5702b9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-313dbdc1-6302-4f59-b8b1-429cbbeac7a9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-313dbdc1-6302-4f59-b8b1-429cbbeac7a9 {
  display: none;
}
#s-b4ffabbd-7f09-4a32-ba5d-2bf755241181 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 100px;
max-width: 230px;
}

#s-b4ffabbd-7f09-4a32-ba5d-2bf755241181 {
  display: none;
}
#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce {
  max-width: 100%;
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce .shg-image-zoom,
.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce {
  max-width: 100%;
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce .shg-image-zoom,
.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce {
  max-width: 100%;
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce .shg-image-zoom,
.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce {
  max-width: 100%;
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce .shg-image-zoom,
.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce {
  max-width: 100%;
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce .shg-image-zoom,
.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-c8c7dd3e-83a4-4eea-ba4b-6ae5ced523ce .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-81310fe1-d47f-4346-ab0e-477f70689ec5 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-bef5bbc6-39ef-4ca5-b332-944176912af8 {
  text-align: left;
}

#s-bef5bbc6-39ef-4ca5-b332-944176912af8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bef5bbc6-39ef-4ca5-b332-944176912af8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bef5bbc6-39ef-4ca5-b332-944176912af8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-bef5bbc6-39ef-4ca5-b332-944176912af8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-7cc235ba-2f04-429a-82dc-6bc362b87d8f {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7cc235ba-2f04-429a-82dc-6bc362b87d8f .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-7cc235ba-2f04-429a-82dc-6bc362b87d8f .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7cc235ba-2f04-429a-82dc-6bc362b87d8f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-f59853a5-2b03-485d-be7a-926c55cf85ff {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-f59853a5-2b03-485d-be7a-926c55cf85ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f59853a5-2b03-485d-be7a-926c55cf85ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f59853a5-2b03-485d-be7a-926c55cf85ff {
  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-f59853a5-2b03-485d-be7a-926c55cf85ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f59853a5-2b03-485d-be7a-926c55cf85ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-f59853a5-2b03-485d-be7a-926c55cf85ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f59853a5-2b03-485d-be7a-926c55cf85ff.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0ab29cc0-4a96-4d86-9c92-98de69412838 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-0ab29cc0-4a96-4d86-9c92-98de69412838 {
  display: none;
}
#s-92e85073-f15e-400e-8216-b8bbaef2e29f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 100px;
max-width: 230px;
}

#s-92e85073-f15e-400e-8216-b8bbaef2e29f {
  display: none;
}
#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f {
  max-width: 100%;
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f .shg-image-zoom,
.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f {
  max-width: 100%;
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f .shg-image-zoom,
.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f {
  max-width: 100%;
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f .shg-image-zoom,
.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f {
  max-width: 100%;
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f .shg-image-zoom,
.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f {
  max-width: 100%;
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f .shg-image-zoom,
.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-153b5236-91d3-48b1-ae3f-f4fb43baf57f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7732e152-a56d-4449-957f-f7423858a76e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3391bbeb-d11d-477f-a835-8c2a36ce8e6e {
  text-align: left;
}

#s-3391bbeb-d11d-477f-a835-8c2a36ce8e6e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3391bbeb-d11d-477f-a835-8c2a36ce8e6e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3391bbeb-d11d-477f-a835-8c2a36ce8e6e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3391bbeb-d11d-477f-a835-8c2a36ce8e6e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-bda63435-38de-4a9d-a279-c05c8e40931f {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-bda63435-38de-4a9d-a279-c05c8e40931f .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-bda63435-38de-4a9d-a279-c05c8e40931f .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-bda63435-38de-4a9d-a279-c05c8e40931f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-481da62c-979d-4017-b78d-2f8b7a94eaf2 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-481da62c-979d-4017-b78d-2f8b7a94eaf2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-481da62c-979d-4017-b78d-2f8b7a94eaf2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-481da62c-979d-4017-b78d-2f8b7a94eaf2 {
  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-481da62c-979d-4017-b78d-2f8b7a94eaf2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-481da62c-979d-4017-b78d-2f8b7a94eaf2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-481da62c-979d-4017-b78d-2f8b7a94eaf2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-481da62c-979d-4017-b78d-2f8b7a94eaf2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8 {
  max-width: 950px;
}

@media (min-width: 0px) {
[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-9c5fcedb-df5e-41f7-b3a6-d31073f72fc8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

#s-e1220f45-b5b5-4acc-ba36-8249102f0169 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 100px;
max-width: 230px;
}

#s-e1220f45-b5b5-4acc-ba36-8249102f0169 {
  display: none;
}
#s-8adcf009-f913-47a3-a73a-a7ea083adabd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd {
  max-width: 100%;
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd .shg-image-zoom,
.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd {
  max-width: 100%;
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd .shg-image-zoom,
.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd {
  max-width: 100%;
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd .shg-image-zoom,
.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd {
  max-width: 100%;
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd .shg-image-zoom,
.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd {
  max-width: 100%;
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd .shg-image-zoom,
.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8adcf009-f913-47a3-a73a-a7ea083adabd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-870cd9a9-1f0f-4025-b5ce-88f3dc306178 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4449312e-311b-4044-bc7b-828ffa284021 {
  text-align: left;
}

#s-4449312e-311b-4044-bc7b-828ffa284021 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4449312e-311b-4044-bc7b-828ffa284021 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4449312e-311b-4044-bc7b-828ffa284021 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4449312e-311b-4044-bc7b-828ffa284021 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-5b0f2f7d-b2e9-4b2e-b393-cd858c95cef2 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5b0f2f7d-b2e9-4b2e-b393-cd858c95cef2 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-5b0f2f7d-b2e9-4b2e-b393-cd858c95cef2 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5b0f2f7d-b2e9-4b2e-b393-cd858c95cef2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-40fcf8e6-8ec7-45c9-9300-a4fdba641e44 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-40fcf8e6-8ec7-45c9-9300-a4fdba641e44:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40fcf8e6-8ec7-45c9-9300-a4fdba641e44:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-40fcf8e6-8ec7-45c9-9300-a4fdba641e44 {
  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-40fcf8e6-8ec7-45c9-9300-a4fdba641e44.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40fcf8e6-8ec7-45c9-9300-a4fdba641e44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-40fcf8e6-8ec7-45c9-9300-a4fdba641e44.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-40fcf8e6-8ec7-45c9-9300-a4fdba641e44.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5b80e0dc-22f1-4503-9505-5091cccb35c5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-5b80e0dc-22f1-4503-9505-5091cccb35c5 {
  display: none;
}
#s-81306a19-e1e1-4e66-887e-1212087d5348 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 {
  max-width: 100%;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 .shg-image-zoom,
.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 {
  max-width: 100%;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 .shg-image-zoom,
.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 {
  max-width: 100%;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 .shg-image-zoom,
.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 {
  max-width: 100%;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 .shg-image-zoom,
.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 {
  max-width: 100%;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 .shg-image-zoom,
.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-81306a19-e1e1-4e66-887e-1212087d5348 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-85165355-0246-4cf7-9610-e6919d96ad96 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1fdcaab5-2ce3-4ae2-8b9a-27f4e85420b7 {
  text-align: left;
}

#s-1fdcaab5-2ce3-4ae2-8b9a-27f4e85420b7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1fdcaab5-2ce3-4ae2-8b9a-27f4e85420b7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1fdcaab5-2ce3-4ae2-8b9a-27f4e85420b7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1fdcaab5-2ce3-4ae2-8b9a-27f4e85420b7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c62414e5-b1b1-4eb9-ae22-f2c5af522dcd {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c62414e5-b1b1-4eb9-ae22-f2c5af522dcd .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 14px;
}

#s-c62414e5-b1b1-4eb9-ae22-f2c5af522dcd .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c62414e5-b1b1-4eb9-ae22-f2c5af522dcd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-0bd62162-d33a-44a8-aa60-deeec9104c27 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-0bd62162-d33a-44a8-aa60-deeec9104c27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bd62162-d33a-44a8-aa60-deeec9104c27:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0bd62162-d33a-44a8-aa60-deeec9104c27 {
  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-0bd62162-d33a-44a8-aa60-deeec9104c27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bd62162-d33a-44a8-aa60-deeec9104c27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0bd62162-d33a-44a8-aa60-deeec9104c27.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0bd62162-d33a-44a8-aa60-deeec9104c27.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2d5f3cf5-c8f0-4ec0-bf11-e5b919c5ab5a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-2d5f3cf5-c8f0-4ec0-bf11-e5b919c5ab5a {
  display: none;
}
#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab {
  max-width: 100%;
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab .shg-image-zoom,
.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab {
  max-width: 100%;
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab .shg-image-zoom,
.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab {
  max-width: 100%;
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab .shg-image-zoom,
.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab {
  max-width: 100%;
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab .shg-image-zoom,
.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab {
  max-width: 100%;
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab .shg-image-zoom,
.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-8b7c4fd4-a4ab-4bf6-a263-90aa8d9d49ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2a423720-98ec-42b2-b130-6b91c68985d7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d9251b6d-cc08-4e4c-8532-2d8fdc333426 {
  text-align: left;
}

#s-d9251b6d-cc08-4e4c-8532-2d8fdc333426 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d9251b6d-cc08-4e4c-8532-2d8fdc333426 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d9251b6d-cc08-4e4c-8532-2d8fdc333426 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d9251b6d-cc08-4e4c-8532-2d8fdc333426 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-ee33c880-5aa1-4fdb-a439-9c96e317c9ce {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ee33c880-5aa1-4fdb-a439-9c96e317c9ce .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-ee33c880-5aa1-4fdb-a439-9c96e317c9ce .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee33c880-5aa1-4fdb-a439-9c96e317c9ce .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-c0660dd2-6fa7-4274-84b7-2e3a51b132fb {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-c0660dd2-6fa7-4274-84b7-2e3a51b132fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0660dd2-6fa7-4274-84b7-2e3a51b132fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c0660dd2-6fa7-4274-84b7-2e3a51b132fb {
  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-c0660dd2-6fa7-4274-84b7-2e3a51b132fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0660dd2-6fa7-4274-84b7-2e3a51b132fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-c0660dd2-6fa7-4274-84b7-2e3a51b132fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c0660dd2-6fa7-4274-84b7-2e3a51b132fb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-95c8aa91-4fec-4fa5-8b40-af8976ae9652 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-95c8aa91-4fec-4fa5-8b40-af8976ae9652 {
  display: none;
}
#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 {
  max-width: 100%;
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 .shg-image-zoom,
.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 {
  max-width: 100%;
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 .shg-image-zoom,
.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 {
  max-width: 100%;
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 .shg-image-zoom,
.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 {
  max-width: 100%;
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 .shg-image-zoom,
.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 {
  max-width: 100%;
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 .shg-image-zoom,
.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-fac9dd4e-66c4-4dc3-998a-6d13bee3dfa7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-50908a12-3c19-47a5-8331-6b2d533f5e47 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a6393c48-6fdd-411f-a515-17d342a4226c {
  text-align: left;
}

#s-a6393c48-6fdd-411f-a515-17d342a4226c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a6393c48-6fdd-411f-a515-17d342a4226c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a6393c48-6fdd-411f-a515-17d342a4226c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a6393c48-6fdd-411f-a515-17d342a4226c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c4b502e7-4a87-423e-a623-bd6b8420e0ec {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c4b502e7-4a87-423e-a623-bd6b8420e0ec .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-c4b502e7-4a87-423e-a623-bd6b8420e0ec .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c4b502e7-4a87-423e-a623-bd6b8420e0ec .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-2ab147c6-ee48-40e4-badb-3d0c24ddd02e {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-2ab147c6-ee48-40e4-badb-3d0c24ddd02e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ab147c6-ee48-40e4-badb-3d0c24ddd02e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ab147c6-ee48-40e4-badb-3d0c24ddd02e {
  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-2ab147c6-ee48-40e4-badb-3d0c24ddd02e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ab147c6-ee48-40e4-badb-3d0c24ddd02e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-2ab147c6-ee48-40e4-badb-3d0c24ddd02e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2ab147c6-ee48-40e4-badb-3d0c24ddd02e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0 {
  min-height: 200px;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-64ad0264-1fbc-498a-a301-c7ef01e7bdc0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

#s-8226580a-0e19-40f7-a13a-44095e2d5f4b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-8226580a-0e19-40f7-a13a-44095e2d5f4b {
  display: none;
}
#s-a5e8c127-dcab-406c-b546-7742609988ab {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab {
  max-width: 100%;
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab .shg-image-zoom,
.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab {
  max-width: 100%;
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab .shg-image-zoom,
.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab {
  max-width: 100%;
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab .shg-image-zoom,
.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab {
  max-width: 100%;
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab .shg-image-zoom,
.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab {
  max-width: 100%;
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab .shg-image-zoom,
.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-a5e8c127-dcab-406c-b546-7742609988ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d355be6d-7a07-40d5-87fb-5c82038b878a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-16c422b4-89e0-4e52-a18f-f7f3b16aa9a0 {
  text-align: left;
}

#s-16c422b4-89e0-4e52-a18f-f7f3b16aa9a0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-16c422b4-89e0-4e52-a18f-f7f3b16aa9a0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-16c422b4-89e0-4e52-a18f-f7f3b16aa9a0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-16c422b4-89e0-4e52-a18f-f7f3b16aa9a0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-6f043606-34fe-4a18-96d6-d29c84cac74f {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(254, 254, 254, 1);
}

#s-6f043606-34fe-4a18-96d6-d29c84cac74f .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-6f043606-34fe-4a18-96d6-d29c84cac74f .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6f043606-34fe-4a18-96d6-d29c84cac74f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-f0cf1406-6927-430a-9414-457c8690081f {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-f0cf1406-6927-430a-9414-457c8690081f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0cf1406-6927-430a-9414-457c8690081f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f0cf1406-6927-430a-9414-457c8690081f {
  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-f0cf1406-6927-430a-9414-457c8690081f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f0cf1406-6927-430a-9414-457c8690081f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-f0cf1406-6927-430a-9414-457c8690081f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f0cf1406-6927-430a-9414-457c8690081f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a2ebb396-0876-4d09-aff6-1b53be471717 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-a2ebb396-0876-4d09-aff6-1b53be471717 {
  display: none;
}
#s-350661ce-1d11-45b8-b9ac-e7708478330e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e {
  max-width: 100%;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e .shg-image-zoom,
.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e {
  max-width: 100%;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e .shg-image-zoom,
.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e {
  max-width: 100%;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e .shg-image-zoom,
.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e {
  max-width: 100%;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e .shg-image-zoom,
.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e {
  max-width: 100%;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e .shg-image-zoom,
.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e img.shogun-image {
  max-width: 230px !important;
  min-height:  !important;
}

.shg-c#s-350661ce-1d11-45b8-b9ac-e7708478330e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-86006534-bfa6-4434-b5a8-b3f1482f5385 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9b415772-ba20-4c1a-9e27-7abc8f3a20de {
  text-align: left;
}

#s-9b415772-ba20-4c1a-9e27-7abc8f3a20de .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9b415772-ba20-4c1a-9e27-7abc8f3a20de .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9b415772-ba20-4c1a-9e27-7abc8f3a20de .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9b415772-ba20-4c1a-9e27-7abc8f3a20de .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-e8faef67-491d-498d-b113-c38e8c9195cd {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e8faef67-491d-498d-b113-c38e8c9195cd .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 14px;
}

#s-e8faef67-491d-498d-b113-c38e8c9195cd .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e8faef67-491d-498d-b113-c38e8c9195cd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-a6ef79c2-2353-4b13-8afe-74ac46c5fe55 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-a6ef79c2-2353-4b13-8afe-74ac46c5fe55:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6ef79c2-2353-4b13-8afe-74ac46c5fe55:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6ef79c2-2353-4b13-8afe-74ac46c5fe55 {
  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-a6ef79c2-2353-4b13-8afe-74ac46c5fe55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6ef79c2-2353-4b13-8afe-74ac46c5fe55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-a6ef79c2-2353-4b13-8afe-74ac46c5fe55.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a6ef79c2-2353-4b13-8afe-74ac46c5fe55.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e3c8eeeb-bf6c-4598-bc77-c9cb7ed768c4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-e3c8eeeb-bf6c-4598-bc77-c9cb7ed768c4 {
  display: none;
}
#s-966f8607-af59-4250-9d6f-5254a280ef0d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d {
  max-width: 100%;
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d .shg-image-zoom,
.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d {
  max-width: 100%;
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d .shg-image-zoom,
.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d {
  max-width: 100%;
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d .shg-image-zoom,
.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d {
  max-width: 100%;
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d .shg-image-zoom,
.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d {
  max-width: 100%;
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d .shg-image-zoom,
.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-966f8607-af59-4250-9d6f-5254a280ef0d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e92b6ea1-74a6-4a14-ad97-c27bb7c9c018 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3a8e1547-5fc4-45b2-afd2-2d13610a47c0 {
  text-align: left;
}

#s-3a8e1547-5fc4-45b2-afd2-2d13610a47c0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3a8e1547-5fc4-45b2-afd2-2d13610a47c0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3a8e1547-5fc4-45b2-afd2-2d13610a47c0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3a8e1547-5fc4-45b2-afd2-2d13610a47c0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-4a60c32d-fc27-4b8e-8def-ce4018876294 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4a60c32d-fc27-4b8e-8def-ce4018876294 .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-4a60c32d-fc27-4b8e-8def-ce4018876294 .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4a60c32d-fc27-4b8e-8def-ce4018876294 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-0bb196eb-e044-41af-b68d-63c96577780f {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-0bb196eb-e044-41af-b68d-63c96577780f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bb196eb-e044-41af-b68d-63c96577780f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0bb196eb-e044-41af-b68d-63c96577780f {
  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-0bb196eb-e044-41af-b68d-63c96577780f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bb196eb-e044-41af-b68d-63c96577780f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0bb196eb-e044-41af-b68d-63c96577780f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0bb196eb-e044-41af-b68d-63c96577780f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-23463244-3582-45d1-a37c-225af1fc84ae {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 230px;
}

#s-23463244-3582-45d1-a37c-225af1fc84ae {
  display: none;
}
#s-cefc8a1f-89d1-4886-98db-a439e70461c8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 {
  max-width: 100%;
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 .shg-image-zoom,
.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 {
  max-width: 100%;
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 .shg-image-zoom,
.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 {
  max-width: 100%;
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 .shg-image-zoom,
.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 {
  max-width: 100%;
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 .shg-image-zoom,
.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 {
  max-width: 100%;
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 .shg-image-zoom,
.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-cefc8a1f-89d1-4886-98db-a439e70461c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-091d6e56-0217-499e-9c6f-3017ff05d76a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-42443e10-be27-4e69-9b38-8052ec003616 {
  text-align: left;
}

#s-42443e10-be27-4e69-9b38-8052ec003616 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-42443e10-be27-4e69-9b38-8052ec003616 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-42443e10-be27-4e69-9b38-8052ec003616 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-42443e10-be27-4e69-9b38-8052ec003616 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-d1333ae2-523c-42c7-8617-0f32ecda38af {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(254, 254, 254, 1);
}

#s-d1333ae2-523c-42c7-8617-0f32ecda38af .shg-product-sold-out {
  display: none;
  color: rgba(246, 0, 0, 1);
  font-size: 14px;
}

#s-d1333ae2-523c-42c7-8617-0f32ecda38af .shg-product-price {
  color: rgba(246, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d1333ae2-523c-42c7-8617-0f32ecda38af .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-9ee9a522-de64-4fa1-ae62-10ad9a224ad8 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 230px;
background-color: rgba(247, 165, 17, 1);
text-align: center;
cursor: pointer;
}
#s-9ee9a522-de64-4fa1-ae62-10ad9a224ad8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ee9a522-de64-4fa1-ae62-10ad9a224ad8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9ee9a522-de64-4fa1-ae62-10ad9a224ad8 {
  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-9ee9a522-de64-4fa1-ae62-10ad9a224ad8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ee9a522-de64-4fa1-ae62-10ad9a224ad8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-9ee9a522-de64-4fa1-ae62-10ad9a224ad8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9ee9a522-de64-4fa1-ae62-10ad9a224ad8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c0b27114-9fa3-4ff4-a78c-e16f5301fae0 {
  border-style: solid;
margin-top: 2px;
margin-left: 2px;
margin-bottom: 25px;
margin-right: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(130, 130, 130, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
}








#s-c0b27114-9fa3-4ff4-a78c-e16f5301fae0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0b27114-9fa3-4ff4-a78c-e16f5301fae0.shg-box.shg-c {
  justify-content: center;
}

#s-f944392a-6e1d-42df-99d0-3cb40827bce1 {
  margin-top: 14px;
margin-left: 14px;
margin-bottom: 14px;
margin-right: 14px;
min-height: 50px;
}








#s-f944392a-6e1d-42df-99d0-3cb40827bce1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f944392a-6e1d-42df-99d0-3cb40827bce1.shg-box.shg-c {
  justify-content: center;
}

#s-1c261760-0de0-4b72-9ac7-b4d7a52f5ef3 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}





#s-1c261760-0de0-4b72-9ac7-b4d7a52f5ef3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4117331-8003-45e5-aad7-e24f7127255f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-d4117331-8003-45e5-aad7-e24f7127255f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

#s-9e215780-b4e0-488f-9a7d-d927b7ead1d2 {
  text-align: center;
}




  #s-9e215780-b4e0-488f-9a7d-d927b7ead1d2 img.shogun-image {
    
    width: px;
  }


#s-9e215780-b4e0-488f-9a7d-d927b7ead1d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbdf821b-49ca-481a-bd29-1f3e4d239df6 {
  text-align: center;
}




  #s-fbdf821b-49ca-481a-bd29-1f3e4d239df6 img.shogun-image {
    
    width: px;
  }


#s-fbdf821b-49ca-481a-bd29-1f3e4d239df6 .shogun-image-content {
  
    align-items: center;
  
}

#s-edaf42d5-a28d-4146-be82-f210affa90f4 {
  text-align: center;
}




  #s-edaf42d5-a28d-4146-be82-f210affa90f4 img.shogun-image {
    
    width: px;
  }


#s-edaf42d5-a28d-4146-be82-f210affa90f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea49d89f-4935-4129-93a7-72382d54534d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 30px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-ea49d89f-4935-4129-93a7-72382d54534d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

#s-59c233b2-fa77-4418-aabb-f80c9635f6e6 {
  text-align: center;
}




  #s-59c233b2-fa77-4418-aabb-f80c9635f6e6 img.shogun-image {
    
    width: px;
  }


#s-59c233b2-fa77-4418-aabb-f80c9635f6e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-64197378-1e99-49ea-8a56-7c2495eab014 {
  text-align: center;
}




  #s-64197378-1e99-49ea-8a56-7c2495eab014 img.shogun-image {
    
    width: px;
  }


#s-64197378-1e99-49ea-8a56-7c2495eab014 .shogun-image-content {
  
    align-items: center;
  
}

#s-72213ccd-588d-47bf-b995-427fcfa84ba4 {
  text-align: center;
}




  #s-72213ccd-588d-47bf-b995-427fcfa84ba4 img.shogun-image {
    
    width: px;
  }


#s-72213ccd-588d-47bf-b995-427fcfa84ba4 .shogun-image-content {
  
    align-items: center;
  
}

#s-16c17e24-3f34-4414-9bc3-facc22c03092 {
  border-style: solid;
margin-top: 2px;
margin-left: 2px;
margin-bottom: 25px;
margin-right: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(130, 130, 130, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
}








#s-16c17e24-3f34-4414-9bc3-facc22c03092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16c17e24-3f34-4414-9bc3-facc22c03092.shg-box.shg-c {
  justify-content: center;
}

#s-c3655991-440a-4eb5-9de2-bef309888281 {
  margin-top: 14px;
margin-left: 14px;
margin-bottom: 14px;
margin-right: 14px;
min-height: 50px;
}








#s-c3655991-440a-4eb5-9de2-bef309888281 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3655991-440a-4eb5-9de2-bef309888281.shg-box.shg-c {
  justify-content: center;
}

#s-9dd9001f-09e8-4bed-9663-6559a9d9ed57 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}





#s-9dd9001f-09e8-4bed-9663-6559a9d9ed57 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3fcf97c-ae28-4cac-a365-0ac4279a234e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-b3fcf97c-ae28-4cac-a365-0ac4279a234e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

#s-87df06b9-24fa-4e89-9363-40ef756dbc5d {
  text-align: center;
}




  #s-87df06b9-24fa-4e89-9363-40ef756dbc5d img.shogun-image {
    
    width: px;
  }


#s-87df06b9-24fa-4e89-9363-40ef756dbc5d .shogun-image-content {
  
    align-items: center;
  
}

#s-5509eda2-0605-4bef-b6bb-08eca69d90e5 {
  text-align: center;
}




  #s-5509eda2-0605-4bef-b6bb-08eca69d90e5 img.shogun-image {
    
    width: px;
  }


#s-5509eda2-0605-4bef-b6bb-08eca69d90e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6ad738d-e1c5-4cea-8339-afc18e8240a6 {
  text-align: center;
}




  #s-a6ad738d-e1c5-4cea-8339-afc18e8240a6 img.shogun-image {
    
    width: px;
  }


#s-a6ad738d-e1c5-4cea-8339-afc18e8240a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab12796c-05a7-47e6-ba19-2d606eed884c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 30px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-ab12796c-05a7-47e6-ba19-2d606eed884c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

#s-0cef0c55-418d-4de8-909e-c607f27a08ac {
  text-align: center;
}




  #s-0cef0c55-418d-4de8-909e-c607f27a08ac img.shogun-image {
    
    width: px;
  }


#s-0cef0c55-418d-4de8-909e-c607f27a08ac .shogun-image-content {
  
    align-items: center;
  
}

#s-3b57a263-608e-4a09-86d1-3f1d59701f6d {
  text-align: center;
}




  #s-3b57a263-608e-4a09-86d1-3f1d59701f6d img.shogun-image {
    
    width: px;
  }


#s-3b57a263-608e-4a09-86d1-3f1d59701f6d .shogun-image-content {
  
    align-items: center;
  
}

#s-af120031-2eb1-40b0-b0dd-bce58a9719f6 {
  text-align: center;
}




  #s-af120031-2eb1-40b0-b0dd-bce58a9719f6 img.shogun-image {
    
    width: px;
  }


#s-af120031-2eb1-40b0-b0dd-bce58a9719f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-94e47767-c98c-4ded-810f-141f8c9b6fa0 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
max-width: 950px;
text-align: center;
}




  #s-94e47767-c98c-4ded-810f-141f8c9b6fa0 img.shogun-image {
    
    width: px;
  }


#s-94e47767-c98c-4ded-810f-141f8c9b6fa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4372c0f-dd22-4dec-9426-c8f3623f978e {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 25px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-b4372c0f-dd22-4dec-9426-c8f3623f978e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-e5cab2c3-f43c-430c-8f18-f9d886409d32 {
  text-align: center;
}




  #s-e5cab2c3-f43c-430c-8f18-f9d886409d32 img.shogun-image {
    
    width: px;
  }


#s-e5cab2c3-f43c-430c-8f18-f9d886409d32 .shogun-image-content {
  
    align-items: center;
  
}

#s-951d852c-0a2d-49a7-9b9b-05dd69d58f44 {
  text-align: center;
}




  #s-951d852c-0a2d-49a7-9b9b-05dd69d58f44 img.shogun-image {
    
    width: px;
  }


#s-951d852c-0a2d-49a7-9b9b-05dd69d58f44 .shogun-image-content {
  
    align-items: center;
  
}

#s-35907180-a84d-4121-b275-d15a9069aaaa {
  text-align: center;
}




  #s-35907180-a84d-4121-b275-d15a9069aaaa img.shogun-image {
    
    width: px;
  }


#s-35907180-a84d-4121-b275-d15a9069aaaa .shogun-image-content {
  
    align-items: center;
  
}

#s-2420513d-c9f2-40c3-8cb2-03aedd42952b {
  text-align: center;
}




  #s-2420513d-c9f2-40c3-8cb2-03aedd42952b img.shogun-image {
    
    width: px;
  }


#s-2420513d-c9f2-40c3-8cb2-03aedd42952b .shogun-image-content {
  
    align-items: center;
  
}

#s-ae1f4532-fef9-4089-b60e-b887750ddad8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}








#s-ae1f4532-fef9-4089-b60e-b887750ddad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae1f4532-fef9-4089-b60e-b887750ddad8.shg-box.shg-c {
  justify-content: center;
}

#s-9be6c8bc-7c5a-497c-90e6-66d49e0c8b56 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 950px;
text-align: center;
}




  #s-9be6c8bc-7c5a-497c-90e6-66d49e0c8b56 img.shogun-image {
    
    width: px;
  }


#s-9be6c8bc-7c5a-497c-90e6-66d49e0c8b56 .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;
  }
}

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